log src/version.c @ 29782:35cbea786334 v9.0.0230

age author description
Sat, 20 Aug 2022 16:00:04 +0200 Bram Moolenaar patch 9.0.0230: no error for comma missing in list in :def function v9.0.0230
Sat, 20 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0229: Vim9: error message for missing type is not clear v9.0.0229
Fri, 19 Aug 2022 15:00:04 +0200 Bram Moolenaar patch 9.0.0228: crash when pattern looks below the last line v9.0.0228
Fri, 19 Aug 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0227: cannot read error message when abort() is called v9.0.0227
Thu, 18 Aug 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0226: job_start() test may fail under valgrind v9.0.0226
Thu, 18 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0225: using freed memory with multiple line breaks in expression v9.0.0225
Wed, 17 Aug 2022 17:00:05 +0200 Bram Moolenaar patch 9.0.0224: Using NULL pointer when skipping compiled code v9.0.0224
Wed, 17 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0223: typo in diffmode test v9.0.0223
Tue, 16 Aug 2022 21:30:04 +0200 Bram Moolenaar patch 9.0.0222: no good reason why text objects are only in larger builds v9.0.0222
Tue, 16 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0221: accessing freed memory if compiling nested function fails v9.0.0221
Tue, 16 Aug 2022 19:00:04 +0200 Bram Moolenaar patch 9.0.0220: invalid memory access with for loop over NULL string v9.0.0220
Tue, 16 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0219: cannot make a funcref with "s:func" in a def function v9.0.0219
Tue, 16 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0218: reading before the start of the line v9.0.0218
Mon, 15 Aug 2022 19:00:03 +0200 Bram Moolenaar patch 9.0.0217: 'shellslash' works differently when sourcing a script again v9.0.0217
Mon, 15 Aug 2022 18:30:04 +0200 Bram Moolenaar patch 9.0.0216: undo earlier test sometimes fails on MS-Windows v9.0.0216
Mon, 15 Aug 2022 17:30:03 +0200 Bram Moolenaar patch 9.0.0215: not passing APC_INDENT flag v9.0.0215
Mon, 15 Aug 2022 17:00:06 +0200 Bram Moolenaar patch 9.0.0214: splitting a line may duplicate virtual text v9.0.0214
Sun, 14 Aug 2022 23:30:03 +0200 Bram Moolenaar patch 9.0.0213: using freed memory with error in assert argument v9.0.0213
Sun, 14 Aug 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0212: invalid memory access when compiling :unlet v9.0.0212
Sun, 14 Aug 2022 22:30:02 +0200 Bram Moolenaar patch 9.0.0211: invalid memory access when compiling :lockvar v9.0.0211
Sun, 14 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0210: 'list' mode does not work properly with virtual text v9.0.0210
Sun, 14 Aug 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0209: build error with small features v9.0.0209
Sun, 14 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0208: the override flag has no effect for virtual text v9.0.0208
Sun, 14 Aug 2022 16:00:03 +0200 Bram Moolenaar patch 9.0.0207: stacktrace not shown when debugging v9.0.0207
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sun, 14 Aug 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0205: cursor in wrong position when inserting after virtual text v9.0.0205
Sun, 14 Aug 2022 13:15:04 +0200 Bram Moolenaar patch 9.0.0204: indexof() may leak memory v9.0.0204
Sat, 13 Aug 2022 22:45:04 +0200 Bram Moolenaar patch 9.0.0203: confusing variable name v9.0.0203
Sat, 13 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0202: code and help for indexof() is not ideal v9.0.0202
Sat, 13 Aug 2022 21:30:03 +0200 Bram Moolenaar patch 9.0.0201: CursorLine highlight overrules virtual text highlight v9.0.0201
Sat, 13 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props v9.0.0200
Sat, 13 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0199: cursor position wrong with two right-aligned virtual texts v9.0.0199
Sat, 13 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0198: ml_get error when switching buffer in Visual mode v9.0.0198
Sat, 13 Aug 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0197: astro files are not detected v9.0.0197
Sat, 13 Aug 2022 14:15:05 +0200 Bram Moolenaar patch 9.0.0196: finding value in list may require a for loop v9.0.0196
Fri, 12 Aug 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0195: metafun files are not recogized v9.0.0195
Fri, 12 Aug 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0194: cursor displayed in wrong position after removing text prop v9.0.0194
Thu, 11 Aug 2022 18:30:04 +0200 Bram Moolenaar patch 9.0.0193: search and match highlgith interfere with virtual text v9.0.0193
Thu, 11 Aug 2022 17:00:03 +0200 Bram Moolenaar patch 9.0.0192: possible invalid memory access when 'cmdheight' is zero v9.0.0192
Thu, 11 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0191: messages test fails; window size incorrect v9.0.0191
Thu, 11 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent v9.0.0190
Wed, 10 Aug 2022 22:00:03 +0200 Bram Moolenaar patch 9.0.0189: invalid memory access for text prop without highlight v9.0.0189
Wed, 10 Aug 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0188: strange effects when using "text_align" with non-zero column v9.0.0188
Wed, 10 Aug 2022 18:30:03 +0200 Bram Moolenaar patch 9.0.0187: command line height changes when maximizing window height v9.0.0187
Wed, 10 Aug 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0186: virtual text without highlighting does not show v9.0.0186
Wed, 10 Aug 2022 17:15:02 +0200 Bram Moolenaar patch 9.0.0185: virtual text does not show if text prop at same position v9.0.0185
Wed, 10 Aug 2022 14:45:02 +0200 Bram Moolenaar patch 9.0.0184: virtual text prop highlight continues after truncation v9.0.0184
Wed, 10 Aug 2022 14:15:03 +0200 Bram Moolenaar patch 9.0.0183: extra space after virtual text when 'linebreak' is set v9.0.0183
Wed, 10 Aug 2022 13:00:07 +0200 Bram Moolenaar patch 9.0.0182: quarto files are not recognized v9.0.0182
Tue, 09 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0181: textprop test with line2byte() fails on MS-Windows v9.0.0181
Tue, 09 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0180: stray logfile appears when running tests v9.0.0180
Tue, 09 Aug 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty line v9.0.0179
Tue, 09 Aug 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0178: cursor position wrong with virtual text before Tab v9.0.0178
Tue, 09 Aug 2022 15:30:03 +0200 Bram Moolenaar patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click v9.0.0177
Tue, 09 Aug 2022 14:00:05 +0200 Bram Moolenaar patch 9.0.0176: checking character options is duplicated and incomplete v9.0.0176
Tue, 09 Aug 2022 13:30:06 +0200 Bram Moolenaar patch 9.0.0175: spell checking for capital not working with trailing space v9.0.0175
Mon, 08 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0174: no error for using "#{ comment" in a compiled function v9.0.0174
Mon, 08 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0173: assert fails only on MS-Windows v9.0.0173
Mon, 08 Aug 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0172: trying to allocate zero bytes v9.0.0172
Mon, 08 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0171: quickfix line highlight is overruled by 'cursorline' v9.0.0171
Mon, 08 Aug 2022 17:00:05 +0200 Bram Moolenaar patch 9.0.0170: various minor code formatting issues v9.0.0170
Mon, 08 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0169: insufficient testing for line2byte() with text properties v9.0.0169
Mon, 08 Aug 2022 12:15:06 +0200 Bram Moolenaar patch 9.0.0168: cursor positioned wrong with two virtual text properties v9.0.0168
Sun, 07 Aug 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0167: checking for text properties could be a bit more efficient v9.0.0167
Sun, 07 Aug 2022 23:00:03 +0200 Bram Moolenaar patch 9.0.0166: when using text properties line text length computed twice v9.0.0166
Sun, 07 Aug 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0165: looking up a text property type by ID is slow v9.0.0165
Sun, 07 Aug 2022 19:15:02 +0200 Bram Moolenaar patch 9.0.0164: using freed memory with put command v9.0.0164
Sun, 07 Aug 2022 16:00:06 +0200 Bram Moolenaar patch 9.0.0163: text property not adjusted for text inserted with "p" v9.0.0163
Sun, 07 Aug 2022 13:00:15 +0200 Bram Moolenaar patch 9.0.0162: text property "below" gets indent if 'breakindent' is set v9.0.0162
Sat, 06 Aug 2022 23:45:03 +0200 Bram Moolenaar patch 9.0.0161: warning for uninitialized variable v9.0.0161
Sat, 06 Aug 2022 23:30:03 +0200 Bram Moolenaar patch 9.0.0160: some diff mode tests fail v9.0.0160
Sat, 06 Aug 2022 23:15:04 +0200 Bram Moolenaar patch 9.0.0159: cannot build with small features v9.0.0159
Sat, 06 Aug 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0158: with 'nowrap' "below" property not displayed correctly v9.0.0158
Sat, 06 Aug 2022 22:15:06 +0200 Bram Moolenaar patch 9.0.0157: 'showbreak' displayed below truncated "after" text prop v9.0.0157
Sat, 06 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0156: giving E1170 only in an expression is confusing v9.0.0156
Sat, 06 Aug 2022 18:45:03 +0200 Bram Moolenaar patch 9.0.0155 Problem: No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes #10822) v9.0.0155
Sat, 06 Aug 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0154: text properties wrong after splitting a line v9.0.0154
Sat, 06 Aug 2022 17:00:03 +0200 Bram Moolenaar patch 9.0.0153: no fold and sign column for virtual text with "below" align v9.0.0153
Sat, 06 Aug 2022 15:30:03 +0200 Bram Moolenaar patch 9.0.0152: warning for unused argument in small build v9.0.0152
Sat, 06 Aug 2022 15:00:03 +0200 Bram Moolenaar patch 9.0.0151: a "below" aligned text property does not work with 'nowrap' v9.0.0151
Sat, 06 Aug 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0150: error for using #{ in an expression is a bit confusing v9.0.0150
Sat, 06 Aug 2022 11:30:06 +0200 Bram Moolenaar patch 9.0.0149: test for fuzzy completion fails sometimes v9.0.0149
Fri, 05 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed v9.0.0148
Fri, 05 Aug 2022 21:30:03 +0200 Bram Moolenaar patch 9.0.0147: cursor positioned wrong after two "below" text properties v9.0.0147
Fri, 05 Aug 2022 21:15:03 +0200 Bram Moolenaar patch 9.0.0146: missing part of change for "override" flag v9.0.0146
Fri, 05 Aug 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0145: substitute that joins lines drops text properties v9.0.0145
Fri, 05 Aug 2022 18:15:08 +0200 Bram Moolenaar patch 9.0.0144: text property cannot override 'cursorline' highlight v9.0.0144
Fri, 05 Aug 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0143: cursor positioned after virtual text in empty line v9.0.0143
Fri, 05 Aug 2022 13:00:03 +0200 Bram Moolenaar patch 9.0.0142: crash when adding and removing virtual text v9.0.0142
Fri, 05 Aug 2022 12:00:08 +0200 Bram Moolenaar patch 9.0.0141: "delmenu" does not remove autocmmands v9.0.0141
Thu, 04 Aug 2022 20:00:08 +0200 Bram Moolenaar patch 9.0.0140: execute() does not use the "legacy" command modifier v9.0.0140
Thu, 04 Aug 2022 16:15:08 +0200 Bram Moolenaar patch 9.0.0139: truncating virtual text after a line not implemented v9.0.0139
Thu, 04 Aug 2022 14:15:29 +0200 Bram Moolenaar patch 9.0.0138: not enough characters accepted for 'spellfile' v9.0.0138
Wed, 03 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0137: debugger test may fail when $CWD is very long v9.0.0137
Wed, 03 Aug 2022 17:00:06 +0200 Bram Moolenaar patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRL v9.0.0136
Tue, 02 Aug 2022 13:30:02 +0200 Bram Moolenaar patch 9.0.0135: comment about tabpage line above the wrong code v9.0.0135
Tue, 02 Aug 2022 13:00:06 +0200 Bram Moolenaar patch 9.0.0134: no test for text property with column zero v9.0.0134
Mon, 01 Aug 2022 23:30:03 +0200 Bram Moolenaar patch 9.0.0133: virtual text after line moves to joined line v9.0.0133
Mon, 01 Aug 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0132: multi-byte characters in virtual text not handled correctly v9.0.0132
Mon, 01 Aug 2022 17:15:02 +0200 Bram Moolenaar patch 9.0.0131: virtual text with Tab is not displayed correctly v9.0.0131
Mon, 01 Aug 2022 17:00:04 +0200 Bram Moolenaar patch 9.0.0130: cursor position wrong when inserting around virtual text v9.0.0130
Mon, 01 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0129: compiler warning for int/size_t usage v9.0.0129
Mon, 01 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0128: Coverity complains about possible double free v9.0.0128
Mon, 01 Aug 2022 13:00:04 +0200 Bram Moolenaar patch 9.0.0127: unused variable v9.0.0127
Mon, 01 Aug 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0126: expanding file names fails in dir with more than 255 entries v9.0.0126
Mon, 01 Aug 2022 12:30:05 +0200 Bram Moolenaar patch 9.0.0125: cursor positioned wrong with virtual text after the line v9.0.0125
Sun, 31 Jul 2022 19:45:02 +0200 Bram Moolenaar patch 9.0.0124: code has more indent than needed v9.0.0124
Sun, 31 Jul 2022 19:15:04 +0200 Bram Moolenaar patch 9.0.0123: cannot build with small features v9.0.0123
Sun, 31 Jul 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0122: breakindent test fails v9.0.0122
Sun, 31 Jul 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0121: cannot put virtual text after or below a line v9.0.0121
Sun, 31 Jul 2022 13:30:03 +0200 Bram Moolenaar patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space v9.0.0120
Sun, 31 Jul 2022 13:00:03 +0200 Bram Moolenaar patch 9.0.0119: tiny chance that creating a backup file fails v9.0.0119
Sun, 31 Jul 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0118: no test for what patch 9.0.0155 fixes v9.0.0118
Sat, 30 Jul 2022 23:30:05 +0200 Bram Moolenaar patch 9.0.0117: text of removed textprop with text is not freed v9.0.0117
Sat, 30 Jul 2022 22:45:02 +0200 Bram Moolenaar patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes" v9.0.0116
Sat, 30 Jul 2022 20:15:03 +0200 Bram Moolenaar patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window v9.0.0115
Sat, 30 Jul 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0114: the command line takes up space even when not used v9.0.0114
Sat, 30 Jul 2022 16:45:05 +0200 Bram Moolenaar patch 9.0.0113: has() is not strict about parsing the patch version v9.0.0113
Sat, 30 Jul 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0112: MS-Windows: test fails because file already exists v9.0.0112
Sat, 30 Jul 2022 16:00:02 +0200 Bram Moolenaar patch 9.0.0111: "nocombine" is missing from synIDattr() v9.0.0111