log src/evalfunc.c @ 17041:5ed4965ebc7b v8.1.1520

age author description
Wed, 12 Jun 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1520: popup windows are ignored when dealing with mouse position v8.1.1520
Mon, 10 Jun 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1513: all popup functionality is in functions, except :popupclear v8.1.1513
Sun, 09 Jun 2019 17:30:04 +0200 Bram Moolenaar patch 8.1.1510: a plugin cannot easily expand a command like done internally v8.1.1510
Sun, 09 Jun 2019 13:45:06 +0200 Bram Moolenaar patch 8.1.1502: cannot play any sound v8.1.1502
Sat, 01 Jun 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1446: popup window callback not implemented yet v8.1.1446
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
Thu, 30 May 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1432: can't build with eval feature v8.1.1432
Thu, 30 May 2019 19:30:03 +0200 Bram Moolenaar patch 8.1.1428: popup_atcursor() not implemented yet v8.1.1428
Thu, 30 May 2019 17:30:06 +0200 Bram Moolenaar patch 8.1.1425: win_execute() does not set window pointers properly v8.1.1425
Thu, 30 May 2019 14:30:07 +0200 Bram Moolenaar patch 8.1.1422: popup_getoptions() not implemented yet v8.1.1422
Wed, 29 May 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1418: win_execute() is not implemented yet v8.1.1418
Wed, 29 May 2019 20:30:05 +0200 Bram Moolenaar patch 8.1.1416: popup_getposition() not implemented yet v8.1.1416
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Mon, 27 May 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1410: popup_move() is not implemented yet v8.1.1410
Sun, 26 May 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1406: popup_hide() and popup_show() not implemented yet v8.1.1406
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Sat, 25 May 2019 20:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Fri, 24 May 2019 14:15:04 +0200 Bram Moolenaar patch 8.1.1378: delete() can not handle a file name that looks like a pattern v8.1.1378
Sun, 19 May 2019 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Sun, 19 May 2019 15:30:08 +0200 Bram Moolenaar patch 8.1.1352: undofile() reports wrong name v8.1.1352
Thu, 16 May 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used v8.1.1334
Tue, 14 May 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1332: cannot flush listeners without redrawing, mix of changes v8.1.1332
Sun, 12 May 2019 13:15:06 +0200 Bram Moolenaar patch 8.1.1325: cannot build with +eval but without +channel and +timers v8.1.1325
Sat, 11 May 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1321: no docs or tests for listener functions v8.1.1321
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Fri, 10 May 2019 21:30:07 +0200 Bram Moolenaar patch 8.1.1313: warnings for using localtime() and ctime() v8.1.1313
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Thu, 09 May 2019 15:00:07 +0200 Bram Moolenaar patch 8.1.1305: there is no easy way to manipulate environment variables v8.1.1305
Thu, 09 May 2019 14:00:07 +0200 Bram Moolenaar patch 8.1.1303: not possible to hide a balloon v8.1.1303
Tue, 07 May 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1291: not easy to change directory and restore v8.1.1291
Tue, 07 May 2019 16:30:07 +0200 Bram Moolenaar patch 8.1.1287: cannot build with +eval but without +mouse v8.1.1287
Sat, 04 May 2019 17:45:06 +0200 Bram Moolenaar patch 8.1.1267: cannot check if GPM mouse support is working v8.1.1267
Sat, 04 May 2019 16:00:05 +0200 Bram Moolenaar patch 8.1.1262: cannot simulate a mouse click in a test v8.1.1262
Thu, 02 May 2019 23:15:06 +0200 Bram Moolenaar patch 8.1.1248: no test for dec mouse v8.1.1248
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sat, 27 Apr 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1218: cannot set a directory for a tab page v8.1.1218
Sat, 27 Apr 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210
Fri, 26 Apr 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1209: clever compiler warns for buffer being too small v8.1.1209
Sat, 20 Apr 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1190: has('vimscript-3') does not work v8.1.1190
Fri, 19 Apr 2019 15:30:05 +0200 Bram Moolenaar patch 8.1.1186: readdir() allocates list twice v8.1.1186
Mon, 08 Apr 2019 20:15:05 +0200 Bram Moolenaar patch 8.1.1140: not easy to find out what neighbors a window has v8.1.1140
Sun, 07 Apr 2019 14:30:06 +0200 Bram Moolenaar patch 8.1.1136: decoding of mouse click escape sequence is not tested v8.1.1136
Sat, 06 Apr 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1131: getwinpos() does not work in the MS-Windows console v8.1.1131
Sat, 06 Apr 2019 21:00:06 +0200 Bram Moolenaar patch 8.1.1130: MS-Windows: warning for unused variable v8.1.1130
Sat, 06 Apr 2019 18:00:05 +0200 Bram Moolenaar patch 8.1.1125: libvterm does not handle the window position report v8.1.1125
Sat, 06 Apr 2019 13:30:04 +0200 Bram Moolenaar patch 8.1.1122: char2nr() does not handle composing characters v8.1.1122
Fri, 05 Apr 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1120: cannot easily get directory entry matches v8.1.1120
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Thu, 04 Apr 2019 13:45:04 +0200 Bram Moolenaar patch 8.1.1111: it is not easy to check for infinity v8.1.1111
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 30 Mar 2019 18:15:05 +0100 Bram Moolenaar patch 8.1.1084: cannot delete a match from another window v8.1.1084
Sat, 30 Mar 2019 14:30:05 +0100 Bram Moolenaar patch 8.1.1077: reg_executing() is reset by calling input() v8.1.1077
Sat, 30 Mar 2019 14:00:07 +0100 Bram Moolenaar patch 8.1.1076: file for Insert mode is much too big v8.1.1076
Fri, 29 Mar 2019 14:30:05 +0100 Bram Moolenaar patch 8.1.1071: cannot get composing characters from the screen v8.1.1071
Fri, 29 Mar 2019 12:30:06 +0100 Bram Moolenaar patch 8.1.1068: cannot get all the information about current completion v8.1.1068
Tue, 26 Mar 2019 23:00:07 +0100 Bram Moolenaar patch 8.1.1056: no eval function for Ruby v8.1.1056
Sat, 23 Mar 2019 14:30:05 +0100 Bram Moolenaar patch 8.1.1044: no way to check the reference count of objects v8.1.1044
Fri, 22 Mar 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build v8.1.1040
Fri, 22 Mar 2019 13:30:05 +0100 Bram Moolenaar patch 8.1.1035: prop_remove() second argument is not optional v8.1.1035