log src/version.c @ 19215:45c062fa2156 v8.2.0166

age author description
Tue, 28 Jan 2020 22:45:04 +0100 Bram Moolenaar patch 8.2.0166: Coverity warning for using uninitialized variable v8.2.0166
Tue, 28 Jan 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0165: Coverity warning for using NULL pointer v8.2.0165
Tue, 28 Jan 2020 22:00:08 +0100 Bram Moolenaar patch 8.2.0164: test_alot takes too long v8.2.0164
Tue, 28 Jan 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0163: test hangs on MS-Windows console v8.2.0163
Mon, 27 Jan 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0162: balloon test fails in the GUI v8.2.0162
Mon, 27 Jan 2020 23:00:10 +0100 Bram Moolenaar patch 8.2.0161: not recognizing .gv file as dot filetype v8.2.0161
Mon, 27 Jan 2020 22:45:04 +0100 Bram Moolenaar patch 8.2.0160: range test fails v8.2.0160
Mon, 27 Jan 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0159: non-materialized range() list causes problems v8.2.0159
Sun, 26 Jan 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible v8.2.0158
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0157: Vim9 script files not in list of distributed files v8.2.0157
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sun, 26 Jan 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0155: warnings from MinGW compiler; tests fail without +float v8.2.0155
Sun, 26 Jan 2020 19:30:14 +0100 Bram Moolenaar patch 8.2.0154: reallocating the list of scripts is inefficient v8.2.0154
Sun, 26 Jan 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.0153: warning shows when listing version info v8.2.0153
Sun, 26 Jan 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.0152: restoring ctrl_x_mode is not needed v8.2.0152
Sun, 26 Jan 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.0151: detecting a script was already sourced is unreliable v8.2.0151
Sun, 26 Jan 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.0150: cannot define python function when using :execute v8.2.0150
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Fri, 24 Jan 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0148: mapping related function in wrong source file v8.2.0148
Thu, 23 Jan 2020 21:00:03 +0100 Bram Moolenaar patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set v8.2.0147
Thu, 23 Jan 2020 20:00:04 +0100 Bram Moolenaar patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are set v8.2.0146
Thu, 23 Jan 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.0145: using #error for compilation errors should be OK now v8.2.0145
Thu, 23 Jan 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0144: some mapping code is not fully tested v8.2.0144
Thu, 23 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0143: Coverity warning for possible use of NULL pointer v8.2.0143
Thu, 23 Jan 2020 15:45:04 +0100 Bram Moolenaar patch 8.2.0142: possible to enter popup window with CTRL-W p v8.2.0142
Wed, 22 Jan 2020 22:15:09 +0100 Bram Moolenaar patch 8.2.0141: no swift filetype detection v8.2.0141
Tue, 21 Jan 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0140: CI does not test building doc tags v8.2.0140
Mon, 20 Jan 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0139: MS-Windows: default for IME is inconsistent v8.2.0139
Mon, 20 Jan 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0138: memory leak when starting a job fails v8.2.0138
Mon, 20 Jan 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0137: crash when using win_execute() from a new tab v8.2.0137
Mon, 20 Jan 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0136: stray ch_logfile() call v8.2.0136
Mon, 20 Jan 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.0135: bracketed paste can still cause invalid memory access v8.2.0135
Mon, 20 Jan 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0134: some map functionality not covered by tests v8.2.0134
Mon, 20 Jan 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0133: invalid memory access with search command v8.2.0133
Sun, 19 Jan 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0132: script may be re-used when deleting and creating a new one v8.2.0132
Sun, 19 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0131: command line is not cleared when switching tabs v8.2.0131
Sun, 19 Jan 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.0130: Python3 ranges are not tested v8.2.0130
Sat, 18 Jan 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.0129: MS-Windows installer doesn't use Turkish translations v8.2.0129
Sat, 18 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0128: cannot list options one per line v8.2.0128
Sat, 18 Jan 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.0127: some buffer commands work in a popup window v8.2.0127
Fri, 17 Jan 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.0126: textprop test fails v8.2.0126
Fri, 17 Jan 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0125: :mode no longer works for any system v8.2.0125
Fri, 17 Jan 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0124: compiler warnings for variable types v8.2.0124
Fri, 17 Jan 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.0123: complete_info() does not work when CompleteDone is triggered v8.2.0123
Thu, 16 Jan 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0122: readme files still mention MS-DOS v8.2.0122
Wed, 15 Jan 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0121: filter() and map() on blob don't work v8.2.0121
Wed, 15 Jan 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0120: virtcol() does not check arguments to be valid v8.2.0120
Tue, 14 Jan 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0119: message test fails on some platforms v8.2.0119
Tue, 14 Jan 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0118: crash when cycling to buffers involving popup window v8.2.0118
Tue, 14 Jan 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0117: crash when using gettabwinvar() with invalid arguments v8.2.0117
Mon, 13 Jan 2020 21:00:03 +0100 Bram Moolenaar patch 8.2.0116: BufEnter autocmd not triggered on ":tab drop" v8.2.0116
Mon, 13 Jan 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0115: byte2line() does not work correctly with text properties v8.2.0115
Sun, 12 Jan 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.0114: info about sourced scripts is scattered v8.2.0114
Sun, 12 Jan 2020 16:00:03 +0100 Bram Moolenaar patch 8.2.0113: "make cmdidxs" fails v8.2.0113
Sun, 12 Jan 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.0112: illegal memory access when using 'cindent' v8.2.0112
Sat, 11 Jan 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0111: VAR_SPECIAL is also used for booleans v8.2.0111
Fri, 10 Jan 2020 20:00:04 +0100 Bram Moolenaar patch 8.2.0110: prop_find() is not implemented v8.2.0110
Thu, 09 Jan 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0109: corrupted text properties when expanding spaces v8.2.0109
Thu, 09 Jan 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.0108: when sign text is changed a manual redraw is needed v8.2.0108
Thu, 09 Jan 2020 16:30:03 +0100 Bram Moolenaar patch 8.2.0107: hgignore is out of sync from gitignore v8.2.0107
Wed, 08 Jan 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0106: printf formats are not exactly right v8.2.0106
Wed, 08 Jan 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0105: Vim license not easy to find on github v8.2.0105
Wed, 08 Jan 2020 20:15:03 +0100 Bram Moolenaar patch 8.2.0104: using channel or job with ":execute" has strange effects v8.2.0104
Wed, 08 Jan 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0103: using null object with execute() has strange effects v8.2.0103
Wed, 08 Jan 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0102: messages test fails in small version v8.2.0102
Wed, 08 Jan 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.0101: crash when passing null object to ":echomsg" v8.2.0101
Tue, 07 Jan 2020 21:45:08 +0100 Bram Moolenaar patch 8.2.0100: macros for Ruby are too complicated v8.2.0100
Tue, 07 Jan 2020 21:15:06 +0100 Bram Moolenaar patch 8.2.0099: use of NULL pointer when out of memory v8.2.0099
Tue, 07 Jan 2020 21:00:07 +0100 Bram Moolenaar patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
Tue, 07 Jan 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.0097: crash with autocommand and spellfile v8.2.0097
Mon, 06 Jan 2020 23:15:03 +0100 Bram Moolenaar patch 8.2.0096: cannot create tiny popup window in last column v8.2.0096
Mon, 06 Jan 2020 22:00:06 +0100 Bram Moolenaar patch 8.2.0095: cannot specify exit code for :cquit v8.2.0095
Mon, 06 Jan 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 v8.2.0094
Mon, 06 Jan 2020 21:15:06 +0100 Bram Moolenaar patch 8.2.0093: win_splitmove() can make Vim hang v8.2.0093
Mon, 06 Jan 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.0092: tags functionality insufficiently tested v8.2.0092
Mon, 06 Jan 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.0091: compiler warnings for size_t / int types v8.2.0091
Sun, 05 Jan 2020 22:15:35 +0100 Bram Moolenaar patch 8.2.0090: generated files show up in git status v8.2.0090
Sun, 05 Jan 2020 22:15:33 +0100 Bram Moolenaar patch 8.2.0089: crash when running out of memory in :setfiletype completion v8.2.0089
Sun, 05 Jan 2020 20:45:05 +0100 Bram Moolenaar patch 8.2.0088: insufficient tests for tags; bug in using extra tag field v8.2.0088
Sun, 05 Jan 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.0087: crash in command line expansion when out of memory v8.2.0087
Sat, 04 Jan 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0086: build error for small version v8.2.0086
Sat, 04 Jan 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.0085: dead code in builtin functions v8.2.0085
Sat, 04 Jan 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.0084: complete item "user_data" can only be a string v8.2.0084
Fri, 03 Jan 2020 21:30:14 +0100 Bram Moolenaar patch 8.2.0083: text properties wrong when tabs and spaces are exchanged v8.2.0083
Fri, 03 Jan 2020 21:00:16 +0100 Bram Moolenaar patch 8.2.0082: when reusing a buffer listeners are not cleared
Fri, 03 Jan 2020 19:15:07 +0100 Bram Moolenaar patch 8.2.0081: MS-Windows also need the change to support INIT4() v8.2.0081
Thu, 02 Jan 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0080: globals using INIT4() are not in the tags file v8.2.0080
Thu, 02 Jan 2020 16:45:03 +0100 Bram Moolenaar patch 8.2.0079: Python 3 unicode test still fails on MS-Windows v8.2.0079
Thu, 02 Jan 2020 14:45:03 +0100 Bram Moolenaar patch 8.2.0078: expanding <sfile> works differently the second time v8.2.0078
Thu, 02 Jan 2020 14:15:05 +0100 Bram Moolenaar patch 8.2.0077: settagstack() cannot truncate at current index v8.2.0077
Wed, 01 Jan 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0076: Python 3 unicode test fails on MS-Windows v8.2.0076
Wed, 01 Jan 2020 17:15:03 +0100 Bram Moolenaar patch 8.2.0075: Python 3 unicode test still sometimes fails v8.2.0075
Wed, 01 Jan 2020 16:30:05 +0100 Bram Moolenaar patch 8.2.0074: Python 3 unicode test someitmes fails v8.2.0074
Wed, 01 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0073: initializing globals with COMMA is clumsy v8.2.0073
Wed, 01 Jan 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.0072: memory test still fails on Cirrus CI v8.2.0072
Wed, 01 Jan 2020 15:30:03 +0100 Bram Moolenaar patch 8.2.0071: memory test often fails on Cirrus CI v8.2.0071
Wed, 01 Jan 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.0070: crash when using Python 3 with "debug" encoding v8.2.0070
Tue, 31 Dec 2019 22:45:03 +0100 Bram Moolenaar patch 8.2.0069: ETYPE_ is used for two different enums v8.2.0069
Tue, 31 Dec 2019 22:00:03 +0100 Bram Moolenaar patch 8.2.0068: crash when using Python 3 with "utf32" encoding v8.2.0068
Tue, 31 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.2.0067: ERROR_UNKNOWN clashes on some systems v8.2.0067
Tue, 31 Dec 2019 19:30:04 +0100 Bram Moolenaar patch 8.2.0066: some corners of vim_snprintf() are not tested v8.2.0066
Mon, 30 Dec 2019 22:45:04 +0100 Bram Moolenaar patch 8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4 v8.2.0065
Mon, 30 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.2.0064: diffmode completion doesn't use per-window setting v8.2.0064
Mon, 30 Dec 2019 20:45:03 +0100 Bram Moolenaar patch 8.2.0063: wrong size argument to vim_snprintf() v8.2.0063
Mon, 30 Dec 2019 20:00:04 +0100 Bram Moolenaar patch 8.2.0062: memory test is flaky on FreeBSD v8.2.0062
Mon, 30 Dec 2019 19:30:03 +0100 Bram Moolenaar patch 8.2.0061: the execute stack can grow big and never shrinks v8.2.0061
Mon, 30 Dec 2019 18:00:04 +0100 Bram Moolenaar patch 8.2.0060: message test only runs with one encoding v8.2.0060
Mon, 30 Dec 2019 11:00:04 +0100 Bram Moolenaar patch 8.2.0059: compiler warnings for unused variables in small build v8.2.0059
Mon, 30 Dec 2019 00:15:04 +0100 Bram Moolenaar patch 8.2.0058: running tests changes ~/.viminfo v8.2.0058
Mon, 30 Dec 2019 00:00:03 +0100 Bram Moolenaar patch 8.2.0057: cannot build with small features v8.2.0057
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Sun, 29 Dec 2019 15:30:03 +0100 Bram Moolenaar patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled v8.2.0055
Sun, 29 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0054: :diffget and :diffput don't have good completion v8.2.0054
Sun, 29 Dec 2019 13:45:04 +0100 Bram Moolenaar patch 8.2.0053: windowsversion() does not always return the right value v8.2.0053
Sat, 28 Dec 2019 17:15:04 +0100 Bram Moolenaar patch 8.2.0052: more-prompt not properly tested v8.2.0052
Sat, 28 Dec 2019 14:15:03 +0100 Bram Moolenaar patch 8.2.0051: command line completion test skipped v8.2.0051
Fri, 27 Dec 2019 17:45:04 +0100 Bram Moolenaar patch 8.2.0050: after deleting a file mark it is still in viminfo v8.2.0050
Fri, 27 Dec 2019 17:30:03 +0100 Bram Moolenaar patch 8.2.0049: command line completion not fully tested v8.2.0049
Fri, 27 Dec 2019 17:15:03 +0100 Bram Moolenaar patch 8.2.0048: another timers test is flaky on Travis for Mac v8.2.0048
Fri, 27 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0047: cannot skip tests for specific MS-Windows platform v8.2.0047
Thu, 26 Dec 2019 14:45:06 +0100 Bram Moolenaar patch 8.2.0046: tests for spell suggestions are slow v8.2.0046
Wed, 25 Dec 2019 19:45:03 +0100 Bram Moolenaar patch 8.2.0045: script test fails v8.2.0045
Wed, 25 Dec 2019 18:15:04 +0100 Bram Moolenaar patch 8.2.0044: expression type is used inconsistently v8.2.0044
Wed, 25 Dec 2019 16:00:03 +0100 Bram Moolenaar patch 8.2.0043: timers test is still flaky on Travis for Mac v8.2.0043
Wed, 25 Dec 2019 15:15:03 +0100 Bram Moolenaar patch 8.2.0042: clearing funccal values twice v8.2.0042
Wed, 25 Dec 2019 14:15:03 +0100 Bram Moolenaar patch 8.2.0041: leaking memory when selecting spell suggestion v8.2.0041
Wed, 25 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0040: timers test is still flaky on Travis for Mac
Wed, 25 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0039: memory access error when "z=" has no suggestions v8.2.0039
Wed, 25 Dec 2019 13:45:04 +0100 Bram Moolenaar patch 8.2.0038: spell suggestions insufficiently tested v8.2.0038
Tue, 24 Dec 2019 15:45:04 +0100 Bram Moolenaar patch 8.2.0037: missing renamed message v8.2.0037
Tue, 24 Dec 2019 15:30:04 +0100 Bram Moolenaar patch 8.2.0036: not enough test coverage for match functions v8.2.0036
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Mon, 23 Dec 2019 18:30:04 +0100 Bram Moolenaar patch 8.2.0034: missing check for out of memory v8.2.0034
Sun, 22 Dec 2019 19:45:03 +0100 Bram Moolenaar patch 8.2.0033: crash when make_extmatch() runs out of memory v8.2.0033
Sun, 22 Dec 2019 18:30:03 +0100 Bram Moolenaar patch 8.2.0032: MS-Windows: test for blank job fails v8.2.0032
Sun, 22 Dec 2019 16:15:04 +0100 Bram Moolenaar patch 8.2.0031: MS-Windows: test for empty job fails v8.2.0031
Sun, 22 Dec 2019 15:45:03 +0100 Bram Moolenaar patch 8.2.0030: "gF" does not work on output of "verbose command" v8.2.0030
Sat, 21 Dec 2019 22:30:03 +0100 Bram Moolenaar patch 8.2.0029: MS-Windows: crash with empty job command v8.2.0029
Sat, 21 Dec 2019 22:15:03 +0100 Bram Moolenaar patch 8.2.0028: searchpairpos() is not tested v8.2.0028
Sat, 21 Dec 2019 19:00:03 +0100 Bram Moolenaar patch 8.2.0027: still some /* */ comments v8.2.0027
Sat, 21 Dec 2019 18:30:05 +0100 Bram Moolenaar patch 8.2.0026: still some /* */ comments v8.2.0026
Fri, 20 Dec 2019 19:15:04 +0100 Bram Moolenaar patch 8.2.0025: repeated word in comment v8.2.0025
Thu, 19 Dec 2019 16:00:04 +0100 Bram Moolenaar patch 8.2.0024: filetype Rego not recognized v8.2.0024
Wed, 18 Dec 2019 22:30:03 +0100 Bram Moolenaar patch 8.2.0023: command line editing not sufficiently tested v8.2.0023
Wed, 18 Dec 2019 21:45:03 +0100 Bram Moolenaar patch 8.2.0022: click in popup window doesn't close it in the GUI v8.2.0022
Wed, 18 Dec 2019 20:15:03 +0100 Bram Moolenaar patch 8.2.0021: timer test fails too often on Travis with MacOS v8.2.0021
Wed, 18 Dec 2019 19:45:04 +0100 Bram Moolenaar patch 8.2.0020: mouse clicks in the command line not tested v8.2.0020
Tue, 17 Dec 2019 22:45:03 +0100 Bram Moolenaar patch 8.2.0019: cannot number of lines of another buffer v8.2.0019
Tue, 17 Dec 2019 22:15:04 +0100 Bram Moolenaar patch 8.2.0018: :join does not add white space where it should v8.2.0018
Tue, 17 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.2.0017: OS/2 and MS-DOS are still mentioned v8.2.0017
Tue, 17 Dec 2019 20:30:04 +0100 Bram Moolenaar patch 8.2.0016: test name used twice, option not restored properly v8.2.0016
Tue, 17 Dec 2019 19:30:04 +0100 Bram Moolenaar patch 8.2.0015: not all modeline variants are tested v8.2.0015
Mon, 16 Dec 2019 22:45:04 +0100 Bram Moolenaar patch 8.2.0014: test69 and test95 are old style v8.2.0014
Mon, 16 Dec 2019 17:15:04 +0100 Bram Moolenaar patch 8.2.0013: not using a typedef for condstack v8.2.0013
Sun, 15 Dec 2019 18:15:03 +0100 Bram Moolenaar patch 8.2.0012: some undo functionality is not tested v8.2.0012
Sun, 15 Dec 2019 15:00:04 +0100 Bram Moolenaar patch 8.2.0011: screen updating wrong when opeing preview window v8.2.0011
Sun, 15 Dec 2019 13:45:04 +0100 Bram Moolenaar patch 8.2.0010: test64 is old style v8.2.0010
Sun, 15 Dec 2019 13:00:04 +0100 Bram Moolenaar patch 8.2.0009: VMS: terminal version doesn't build v8.2.0009
Sat, 14 Dec 2019 20:45:04 +0100 Bram Moolenaar patch 8.2.0008: test72 is old style v8.2.0008
Sat, 14 Dec 2019 18:45:04 +0100 Bram Moolenaar patch 8.2.0007: popup menu positioned wrong with folding in two tabs v8.2.0007
Sat, 14 Dec 2019 18:00:04 +0100 Bram Moolenaar patch 8.2.0006: test using long file name may fail v8.2.0006
Sat, 14 Dec 2019 17:30:03 +0100 Bram Moolenaar patch 8.2.0005: duplication in version info v8.2.0005
Sat, 14 Dec 2019 16:30:04 +0100 Bram Moolenaar patch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
Sat, 14 Dec 2019 13:30:04 +0100 Bram Moolenaar patch 8.2.0003: Build file dependencies are incomplete v8.2.0003
Fri, 13 Dec 2019 19:45:04 +0100 Bram Moolenaar patch 8.2.0002: "dj" only deletes first line of closed fold v8.2.0002
Fri, 13 Dec 2019 18:15:04 +0100 Bram Moolenaar patch 8.2.0001: #endif comments do reflect corresponding #ifdef v8.2.0001
Thu, 12 Dec 2019 14:30:07 +0100 Bram Moolenaar Vim 8.2 release
Wed, 11 Dec 2019 23:00:04 +0100 Bram Moolenaar patch 8.1.2424: MS-Windows: console buffer is resized unnecessarily v8.1.2424
Wed, 11 Dec 2019 22:45:04 +0100 Bram Moolenaar patch 8.1.2423: MS-Windows properties shows version as "8, 1, 0" v8.1.2423
Wed, 11 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2422: "make depend" does not work correctly for libvterm v8.1.2422
Wed, 11 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2421: test88 is old style v8.1.2421
Wed, 11 Dec 2019 19:45:04 +0100 Bram Moolenaar patch 8.1.2420: crash when calling popup_close() in win_execute() v8.1.2420
Wed, 11 Dec 2019 19:15:04 +0100 Bram Moolenaar patch 8.1.2419: with a long file name the hit-enter prompt appears v8.1.2419
Tue, 10 Dec 2019 23:45:04 +0100 Bram Moolenaar patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer v8.1.2418
Tue, 10 Dec 2019 23:00:04 +0100 Bram Moolenaar patch 8.1.2417: MinGW/Cygwin build does not clean up all files v8.1.2417
Tue, 10 Dec 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.2416: loading menus sets v:errmsg v8.1.2416
Tue, 10 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2415: popup menu flickers if an info popup is used v8.1.2415
Mon, 09 Dec 2019 22:30:03 +0100 Bram Moolenaar patch 8.1.2414: MS-Windows: properties dialog box shows wrong character v8.1.2414
Mon, 09 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows v8.1.2413
Sun, 08 Dec 2019 18:45:03 +0100 Bram Moolenaar patch 8.1.2412: crash when evaluating expression with error v8.1.2412
Sun, 08 Dec 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2411: function argument copied unnecessarily v8.1.2411
Sat, 07 Dec 2019 21:45:03 +0100 Bram Moolenaar patch 8.1.2410: MS-Windows: test_iminsert fails without IME support v8.1.2410
Sat, 07 Dec 2019 21:15:03 +0100 Bram Moolenaar patch 8.1.2409: creating the distribution doesn't work as documented v8.1.2409
Sat, 07 Dec 2019 19:30:04 +0100 Bram Moolenaar patch 8.1.2408: syntax menu and build instructions outdated v8.1.2408
Sat, 07 Dec 2019 19:00:03 +0100 Bram Moolenaar patch 8.1.2407: proto files, dependencies and build instructions outdated v8.1.2407
Sat, 07 Dec 2019 18:00:03 +0100 Bram Moolenaar patch 8.1.2406: leaking memory in test_paste and test_registers v8.1.2406
Sat, 07 Dec 2019 17:30:03 +0100 Bram Moolenaar patch 8.1.2405: matchadd_conceal test fails under valgrind v8.1.2405
Sat, 07 Dec 2019 17:15:05 +0100 Bram Moolenaar patch 8.1.2404: channel test fails under valgrind v8.1.2404
Sat, 07 Dec 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2403: autocmd test fails under valgrind v8.1.2403
Fri, 06 Dec 2019 22:30:04 +0100 Bram Moolenaar patch 8.1.2402: typos and other small things v8.1.2402
Fri, 06 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2401: :cexpr does not handle | in expression v8.1.2401
Fri, 06 Dec 2019 20:45:05 +0100 Bram Moolenaar patch 8.1.2400: test39 is old style v8.1.2400
Fri, 06 Dec 2019 20:30:03 +0100 Bram Moolenaar patch 8.1.2399: info popup on top of cursor if it doesn't fit v8.1.2399
Fri, 06 Dec 2019 13:00:04 +0100 Bram Moolenaar patch 8.1.2398: strptime() test fails on Japanese Mac v8.1.2398
Thu, 05 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.1.2397: should not define __USE_XOPEN v8.1.2397
Thu, 05 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2396: using old C style comments v8.1.2396
Thu, 05 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2395: using old C style comments v8.1.2395
Thu, 05 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2394: using old C style comments v8.1.2394
Thu, 05 Dec 2019 20:30:04 +0100 Bram Moolenaar patch 8.1.2393: using old C style comments v8.1.2393
Thu, 05 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2392: using old C style comments v8.1.2392
Thu, 05 Dec 2019 18:45:03 +0100 Bram Moolenaar patch 8.1.2391: cannot build when __QNXNTO__ is defined v8.1.2391
Thu, 05 Dec 2019 18:30:04 +0100 Bram Moolenaar patch 8.1.2390: test94 is old style, fix 7.4.441 not tested v8.1.2390
Wed, 04 Dec 2019 22:30:07 +0100 Bram Moolenaar patch 8.1.2389: using old C style comments v8.1.2389
Wed, 04 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2388: using old C style comments v8.1.2388
Wed, 04 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2387: using old C style comments v8.1.2387
Wed, 04 Dec 2019 19:15:04 +0100 Bram Moolenaar patch 8.1.2386: 'wincolor' is not used for 'listchars' v8.1.2386
Wed, 04 Dec 2019 15:15:04 +0100 Bram Moolenaar patch 8.1.2385: opening cmdline window with feedkeys() does not work v8.1.2385
Tue, 03 Dec 2019 23:00:07 +0100 Bram Moolenaar patch 8.1.2384: test 48 is old style v8.1.2384
Mon, 02 Dec 2019 23:00:04 +0100 Bram Moolenaar patch 8.1.2383: using old C style comments v8.1.2383
Mon, 02 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't work v8.1.2382
Mon, 02 Dec 2019 20:45:03 +0100 Bram Moolenaar patch 8.1.2381: not all register related code is covered by tests v8.1.2381
Mon, 02 Dec 2019 08:23:21 +0100 Christian Brabandt Missing change to version.c
Sun, 01 Dec 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2380: using old C style comments v8.1.2380
Sun, 01 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2379: using old C style comments v8.1.2379
Sun, 01 Dec 2019 21:15:03 +0100 Bram Moolenaar patch 8.1.2378: using old C style comments v8.1.2378
Sun, 01 Dec 2019 19:45:03 +0100 Bram Moolenaar patch 8.1.2377: GUI: when losing focus a pending operator is executed v8.1.2377
Sun, 01 Dec 2019 19:00:04 +0100 Bram Moolenaar patch 8.1.2376: preprocessor indents are incorrect v8.1.2376
Sun, 01 Dec 2019 18:30:03 +0100 Bram Moolenaar patch 8.1.2375: no suffucient testing for registers v8.1.2375
Sun, 01 Dec 2019 15:45:03 +0100 Bram Moolenaar patch 8.1.2374: unused parts of libvterm are included v8.1.2374
Sun, 01 Dec 2019 15:30:04 +0100 Bram Moolenaar patch 8.1.2373: cannot build with +popupwin but without +quickfix v8.1.2373
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2372: VMS: failing realloc leaks memory v8.1.2372
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sat, 30 Nov 2019 22:45:04 +0100 Bram Moolenaar patch 8.1.2370: build problems on VMS v8.1.2370
Sat, 30 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2369: cannot build with quickfix and without text properties v8.1.2369
Sat, 30 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2368: using old C style comments v8.1.2368
Sat, 30 Nov 2019 20:00:03 +0100 Bram Moolenaar patch 8.1.2367: registers are not sufficiently tested v8.1.2367
Sat, 30 Nov 2019 19:45:03 +0100 Bram Moolenaar patch 8.1.2366: using old C style comments v8.1.2366
Sat, 30 Nov 2019 18:00:05 +0100 Bram Moolenaar patch 8.1.2365: missing tests for recent popupwin changes v8.1.2365
Sat, 30 Nov 2019 15:45:03 +0100 Bram Moolenaar patch 8.1.2364: termwinscroll test is flaky on FreeBSD v8.1.2364
Sat, 30 Nov 2019 15:15:04 +0100 Bram Moolenaar patch 8.1.2363: ml_get error when accessing Visual area in 'statusline' v8.1.2363
Sat, 30 Nov 2019 14:30:05 +0100 Bram Moolenaar patch 8.1.2362: cannot place signs in a popup window v8.1.2362
Fri, 29 Nov 2019 23:30:04 +0100 Bram Moolenaar patch 8.1.2361: MS-Windows: test failures related to VIMDLL v8.1.2361
Fri, 29 Nov 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.2360: quickfix test coverage can still be improved v8.1.2360
Fri, 29 Nov 2019 21:15:03 +0100 Bram Moolenaar patch 8.1.2359: cannot build without FEAT_FLOAT v8.1.2359
Fri, 29 Nov 2019 20:30:05 +0100 Bram Moolenaar patch 8.1.2358: tests fail on Cirrus CI for FreeBSD v8.1.2358
Thu, 28 Nov 2019 23:00:03 +0100 Bram Moolenaar patch 8.1.2357: no test with wrong argument for rand() v8.1.2357
Thu, 28 Nov 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.2356: rand() does not use the best algorithm v8.1.2356
Thu, 28 Nov 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2355: test with "man" fails on FreeBSD v8.1.2355
Thu, 28 Nov 2019 21:00:03 +0100 Bram Moolenaar patch 8.1.2354: Cirrus CI runs on another repository v8.1.2354
Thu, 28 Nov 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2353: build failure on FreeBSD v8.1.2353