log src/version.c @ 31976:16025ef158bf v9.0.1320

age author description
Sat, 18 Feb 2023 15:45:04 +0100 Bram Moolenaar patch 9.0.1320: checking the type of a null object causes a crash v9.0.1320
Sat, 18 Feb 2023 13:15:05 +0100 Bram Moolenaar patch 9.0.1319: PRQL files are not recognized v9.0.1319
Fri, 17 Feb 2023 22:45:03 +0100 Bram Moolenaar patch 9.0.1318: code style test fails v9.0.1318
Fri, 17 Feb 2023 22:15:05 +0100 Bram Moolenaar patch 9.0.1317: crash when using an unset object variable v9.0.1317
Fri, 17 Feb 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1316: MS-Windows: vimfiles dir created with admin group v9.0.1316
Fri, 17 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1315: escaping for completion of map command not properly tested v9.0.1315
Thu, 16 Feb 2023 16:15:04 +0100 Bram Moolenaar patch 9.0.1314: :messages behavior depends on 'fileformat' of current buffer v9.0.1314
Wed, 15 Feb 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1313: some settings use the current codepage instead of 'encoding' v9.0.1313
Wed, 15 Feb 2023 18:00:06 +0100 Bram Moolenaar patch 9.0.1312: Cursor position wrong when splitting window in insert mode v9.0.1312
Wed, 15 Feb 2023 15:30:05 +0100 Bram Moolenaar patch 9.0.1311: Coverity warns for using a NULL pointer v9.0.1311
Tue, 14 Feb 2023 23:00:04 +0100 Bram Moolenaar patch 9.0.1310: 'splitkeep' test has failures v9.0.1310
Tue, 14 Feb 2023 18:45:05 +0100 Bram Moolenaar patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' set v9.0.1309
Tue, 14 Feb 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1308: the code for setting options is too complicated v9.0.1308
Mon, 13 Feb 2023 17:15:04 +0100 Bram Moolenaar patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors v9.0.1307
Sun, 12 Feb 2023 19:15:05 +0100 Bram Moolenaar patch 9.0.1306: no regression test for solved problem of #11959 v9.0.1306
Sun, 12 Feb 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1305: cursor in wrong line with virtual text above v9.0.1305
Sun, 12 Feb 2023 15:45:04 +0100 Bram Moolenaar patch 9.0.1304: "$" for 'list' option displayed in wrong position v9.0.1304
Sat, 11 Feb 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1303: Motif: scrollbar width/height wrong when maximized v9.0.1303
Sat, 11 Feb 2023 17:30:04 +0100 Bram Moolenaar patch 9.0.1302: on a Belgian keyboard CTRL-] does not work v9.0.1302
Sat, 11 Feb 2023 15:00:04 +0100 Bram Moolenaar patch 9.0.1301: virtual text below empty line not displayed v9.0.1301
Sat, 11 Feb 2023 12:30:03 +0100 Bram Moolenaar patch 9.0.1300: 'statusline' only supports one "%=" item v9.0.1300
Sat, 11 Feb 2023 11:45:04 +0100 Bram Moolenaar patch 9.0.1299: change for triggering incsearch not sufficiently tested v9.0.1299
Fri, 10 Feb 2023 22:45:03 +0100 Bram Moolenaar patch 9.0.1298: inserting register on the cmdline does not trigger incsearch v9.0.1298
Fri, 10 Feb 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test fail v9.0.1297
Fri, 10 Feb 2023 17:00:04 +0100 Bram Moolenaar patch 9.0.1296: calling an object method with arguments does not work v9.0.1296
Fri, 10 Feb 2023 16:00:04 +0100 Bram Moolenaar patch 9.0.1295: the option initialization function is too long v9.0.1295
Thu, 09 Feb 2023 23:15:03 +0100 Bram Moolenaar patch 9.0.1294: the set_bool_option() function is too long v9.0.1294
Thu, 09 Feb 2023 13:30:04 +0100 Bram Moolenaar patch 9.0.1293: the set_num_option() is too long v9.0.1293
Wed, 08 Feb 2023 22:00:06 +0100 Bram Moolenaar patch 9.0.1292: :defer may call the wrong method for an object v9.0.1292
Tue, 07 Feb 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1291: Move language files are not recognized v9.0.1291
Mon, 06 Feb 2023 22:00:05 +0100 Bram Moolenaar patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged v9.0.1290
Mon, 06 Feb 2023 21:30:04 +0100 Bram Moolenaar patch 9.0.1289: a newer version of clang can be used for CI v9.0.1289
Mon, 06 Feb 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1288: FunC files are not recognized v9.0.1288
Mon, 06 Feb 2023 19:00:03 +0100 Bram Moolenaar patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mapped v9.0.1287
Mon, 06 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1286: Coverity warns for using a NULL pointer v9.0.1286
Sun, 05 Feb 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1285: various small problems v9.0.1285
Sun, 05 Feb 2023 18:15:03 +0100 Bram Moolenaar patch 9.0.1284: compiler warnings for uninitialized variables v9.0.1284
Sun, 05 Feb 2023 17:15:04 +0100 Bram Moolenaar patch 9.0.1283: the code for setting options is too complicated v9.0.1283
Sun, 05 Feb 2023 16:00:03 +0100 Bram Moolenaar patch 9.0.1282: Ron files are not recognized v9.0.1282
Sun, 05 Feb 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1281: Cadence files are not recognized v9.0.1281
Sat, 04 Feb 2023 17:00:04 +0100 Bram Moolenaar patch 9.0.1280: inssufficient testing for what 9.0.1265 fixes v9.0.1280
Sat, 04 Feb 2023 15:00:04 +0100 Bram Moolenaar patch 9.0.1279: display shows lines scrolled down erroneously v9.0.1279
Sat, 04 Feb 2023 13:15:03 +0100 Bram Moolenaar patch 9.0.1278: go.work.sum files are not recognized v9.0.1278
Sat, 04 Feb 2023 12:00:05 +0100 Bram Moolenaar patch 9.0.1277: cursor may move with autocmd in Visual mode v9.0.1277
Fri, 03 Feb 2023 13:30:05 +0100 Bram Moolenaar patch 9.0.1276: some mappings with Meta and Shift do not work v9.0.1276
Thu, 02 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1275: the code for setting options is too complicated v9.0.1275
Thu, 02 Feb 2023 14:45:04 +0100 Bram Moolenaar patch 9.0.1274: FIRRTL files are not recognized v9.0.1274
Wed, 01 Feb 2023 18:45:04 +0100 Bram Moolenaar patch 9.0.1273: "1v" may select block with wrong size v9.0.1273
Wed, 01 Feb 2023 16:45:04 +0100 Bram Moolenaar patch 9.0.1272: typo in pattern for filetype detection v9.0.1272
Wed, 01 Feb 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1271: using sizeof() and subtract array size is tricky v9.0.1271
Tue, 31 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1270: crash when using search stat in narrow screen v9.0.1270
Tue, 31 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1269: channel test often fails on Mac OS v9.0.1269
Tue, 31 Jan 2023 20:00:07 +0100 Bram Moolenaar patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype v9.0.1268
Tue, 31 Jan 2023 14:30:04 +0100 Bram Moolenaar patch 9.0.1267: the did_set_string_option function is too long v9.0.1267
Mon, 30 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1266: error for space before ": type" is inconsistent v9.0.1266
Mon, 30 Jan 2023 21:30:03 +0100 Bram Moolenaar patch 9.0.1265: using an interface method may give a compilation error v9.0.1265
Mon, 30 Jan 2023 20:30:02 +0100 Bram Moolenaar patch 9.0.1264: Motif: compiler warning for unused argument v9.0.1264
Mon, 30 Jan 2023 16:30:08 +0100 Bram Moolenaar patch 9.0.1263: KDL files are not recognized v9.0.1263
Mon, 30 Jan 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1262: the did_set_string_option function is too long v9.0.1262
Sun, 29 Jan 2023 19:00:02 +0100 Bram Moolenaar patch 9.0.1261: Elsa files are not recognized v9.0.1261