log src/evalfunc.c @ 16370:235a2b941498 v8.1.1190

age author description
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
Fri, 22 Mar 2019 12:15:04 +0100 Bram Moolenaar patch 8.1.1034: too many #ifdefs v8.1.1034
Thu, 07 Mar 2019 11:30:15 +0100 Bram Moolenaar patch 8.1.0998: getcurpos() unexpectedly changes "curswant" v8.1.0998
Tue, 05 Mar 2019 12:30:08 +0100 Bram Moolenaar patch 8.1.0995: a getchar() call resets the reg_executing() result v8.1.0995
Mon, 04 Mar 2019 13:30:08 +0100 Bram Moolenaar patch 8.1.0994: relative cursor position is not calculated correctly v8.1.0994
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Tue, 26 Feb 2019 17:15:13 +0100 Bram Moolenaar patch 8.1.0983: checking __CYGWIN32__ unnecessarily v8.1.0983
Mon, 18 Feb 2019 22:15:08 +0100 Bram Moolenaar patch 8.1.0951: using WIN64 even though it is never defined v8.1.0951
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Fri, 15 Feb 2019 21:15:07 +0100 Bram Moolenaar patch 8.1.0927: USE_CR is never defined v8.1.0927
Thu, 14 Feb 2019 13:00:22 +0100 Bram Moolenaar patch 8.1.0915: fsync() may not work properly on Mac v8.1.0915
Tue, 12 Feb 2019 22:30:07 +0100 Bram Moolenaar patch 8.1.0901: index in getjumplist() may be wrong v8.1.0901
Mon, 11 Feb 2019 22:15:07 +0100 Bram Moolenaar patch 8.1.0897: can modify a:000 when using a reference v8.1.0897
Sun, 10 Feb 2019 23:30:08 +0100 Bram Moolenaar patch 8.1.0894: MS-Windows: resolve() does not return a reparse point v8.1.0894
Sun, 10 Feb 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.0892: failure when closing a window when location list is in use v8.1.0892
Fri, 08 Feb 2019 14:45:07 +0100 Bram Moolenaar patch 8.1.0881: can execute shell commands in rvim through interfaces v8.1.0881
Sun, 03 Feb 2019 15:00:08 +0100 Bram Moolenaar patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10 v8.1.0870
Wed, 30 Jan 2019 22:15:07 +0100 Bram Moolenaar patch 8.1.0851: feedkeys() with "L" does not work properly v8.1.0851
Tue, 29 Jan 2019 23:00:16 +0100 Bram Moolenaar patch 8.1.0846: not easy to recognize the system Vim runs on v8.1.0846
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.0815: dialog for file changed outside of Vim not tested v8.1.0815
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
Wed, 23 Jan 2019 21:30:08 +0100 Bram Moolenaar patch 8.1.0797: error E898 is used twice v8.1.0797
Tue, 22 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0793: incorrect error messages for functions that take a Blob v8.1.0793
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Thu, 17 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Tue, 15 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0755: error message for get() on a Blob with invalid index v8.1.0755
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sun, 13 Jan 2019 19:15:06 +0100 Bram Moolenaar patch 8.1.0742: not all Blob operations are tested v8.1.0742
Sun, 13 Jan 2019 15:30:08 +0100 Bram Moolenaar patch 8.1.0736: code for Blob not sufficiently tested v8.1.0736
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735
Sat, 12 Jan 2019 14:00:04 +0100 Bram Moolenaar patch 8.1.0730: compiler warning for get_buf_arg() unused v8.1.0730
Fri, 11 Jan 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0719: too many #ifdefs v8.1.0719
Fri, 11 Jan 2019 13:45:06 +0100 Bram Moolenaar patch 8.1.0717: there is no function for the ":sign jump" command v8.1.0717
Mon, 07 Jan 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.0702: ":sign place" only uses the current buffer v8.1.0702
Fri, 04 Jan 2019 18:15:04 +0100 Bram Moolenaar patch 8.1.0690: setline() and setbufline() do not clear text properties v8.1.0690
Thu, 03 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0685: get_buf_tv() is named inconsistently v8.1.0685
Wed, 02 Jan 2019 13:45:06 +0100 Bram Moolenaar patch 8.1.0679: sign functions do not take buffer argument as documented v8.1.0679