log src/version.c @ 19253:a8d2d3c8f0b3 v8.2.0185

age author description
Fri, 31 Jan 2020 20:15:05 +0100 Bram Moolenaar patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines v8.2.0185
Thu, 30 Jan 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.0184: blob test fails v8.2.0184
Thu, 30 Jan 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0183: tests fail when the float feature is disabled v8.2.0183
Thu, 30 Jan 2020 16:45:04 +0100 Bram Moolenaar patch 8.2.0182: min() and max() materialize a range() list v8.2.0182
Thu, 30 Jan 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0181: problems parsing :term arguments v8.2.0181
Thu, 30 Jan 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columns v8.2.0180
Thu, 30 Jan 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0179: still a few places where range() does not work v8.2.0179
Thu, 30 Jan 2020 12:00:09 +0100 Bram Moolenaar patch 8.2.0178: with VTP the screen may not be restored properly v8.2.0178
Wed, 29 Jan 2020 22:45:08 +0100 Bram Moolenaar patch 8.2.0177: memory leak in get_tags() v8.2.0177
Wed, 29 Jan 2020 22:30:05 +0100 Bram Moolenaar patch 8.2.0176: generating os headers does not work for Swedish v8.2.0176
Wed, 29 Jan 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0175: crash when removing list element in map() v8.2.0175
Wed, 29 Jan 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0174: various commands not completely tested v8.2.0174
Wed, 29 Jan 2020 21:30:05 +0100 Bram Moolenaar patch 8.2.0173: build fails with old compiler v8.2.0173
Tue, 28 Jan 2020 23:15:05 +0100 Bram Moolenaar patch 8.2.0172: Coverity warning for not restoring character v8.2.0172
Tue, 28 Jan 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0171: Coverity warning for using uninitialized buffer v8.2.0171
Tue, 28 Jan 2020 23:15:03 +0100 Bram Moolenaar patch 8.2.0170: Coverity warning for ignoring return value v8.2.0170
Tue, 28 Jan 2020 23:00:05 +0100 Bram Moolenaar patch 8.2.0169: Coverity warning for dead code v8.2.0169
Tue, 28 Jan 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0168: Coverity warning for assigning NULL to an option v8.2.0168
Tue, 28 Jan 2020 23:00:03 +0100 Bram Moolenaar patch 8.2.0167: Coverity warning for ignoring return value v8.2.0167
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