log src/version.c @ 19667:a088571e1d9d v8.2.0390

age author description
Sun, 15 Mar 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0390: terminal postponed scrollback test is flaky v8.2.0390
Sun, 15 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0389: delayed redraw when shifting text from Insert mode v8.2.0389
Sun, 15 Mar 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.0388: printmbcharset option not tested v8.2.0388
Sun, 15 Mar 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0387: error for possible NULL argument to qsort() v8.2.0387
Sun, 15 Mar 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.0386: part from unfinished patch got included v8.2.0386
Sun, 15 Mar 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0385: menu functionality insufficiently tested v8.2.0385
Sun, 15 Mar 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.0384: Travis CI has warnings v8.2.0384
Sun, 15 Mar 2020 15:00:04 +0100 Bram Moolenaar patch 8.2.0383: wrong feature check causes test not to be run v8.2.0383
Sun, 15 Mar 2020 14:30:05 +0100 Bram Moolenaar patch 8.2.0382: some tests fail when run under valgrind v8.2.0382
Sat, 14 Mar 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.0381: using freed memory with :lvimgrep and autocommand v8.2.0381
Sat, 14 Mar 2020 15:30:03 +0100 Bram Moolenaar patch 8.2.0380: tiny popup when creating a terminal popup without minwidth v8.2.0380
Sat, 14 Mar 2020 08:00:07 +0100 Bram Moolenaar patch 8.2.0379: gcc warns for ambiguous else v8.2.0379
Fri, 13 Mar 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0378: prop_find() does not find all props v8.2.0378
Fri, 13 Mar 2020 15:45:06 +0100 Bram Moolenaar patch 8.2.0377: no CI test for a big-endian system
Fri, 13 Mar 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0376: nasty callback test fails on some systems v8.2.0376
Fri, 13 Mar 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.0375: Coverity warning for not using return value v8.2.0375
Thu, 12 Mar 2020 19:30:05 +0100 Bram Moolenaar patch 8.2.0374: using wrong printf directive for jump location v8.2.0374
Wed, 11 Mar 2020 21:31:04 +0100 Bram Moolenaar patch 8.2.0373: type of term_sendkeys() is unknown v8.2.0373
Wed, 11 Mar 2020 21:31:02 +0100 Bram Moolenaar patch 8.2.0372: prop_find() may not find text property at start of the line v8.2.0372
Wed, 11 Mar 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0371: crash with combination of terminal popup and autocmd v8.2.0371
Wed, 11 Mar 2020 13:15:04 +0100 Bram Moolenaar patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset v8.2.0370
Tue, 10 Mar 2020 08:00:06 +0100 Bram Moolenaar patch 8.2.0369: various Normal mode commands not fully tested v8.2.0369
Mon, 09 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0368: Vim9: import that redefines local variable does not fail v8.2.0368
Mon, 09 Mar 2020 16:45:04 +0100 Bram Moolenaar patch 8.2.0367: can use :pedit in a popup window v8.2.0367
Mon, 09 Mar 2020 12:15:03 +0100 Bram Moolenaar patch 8.2.0366: hardcopy command not tested enough v8.2.0366
Mon, 09 Mar 2020 08:30:04 +0100 Bram Moolenaar patch 8.2.0365: tag kind can't be a multi-byte character v8.2.0365
Sun, 08 Mar 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.0364: printf test failing on Haiku v8.2.0364
Sun, 08 Mar 2020 05:15:04 +0100 Bram Moolenaar patch 8.2.0363: some Normal mode commands not tested v8.2.0363
Sat, 07 Mar 2020 17:30:03 +0100 Bram Moolenaar patch 8.2.0362: MS-Windows: channel test fails if grep is not available v8.2.0362
Sat, 07 Mar 2020 17:00:06 +0100 Bram Moolenaar patch 8.2.0361: internal error when using "0" for a callback v8.2.0361
Fri, 06 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0360: yaml files are only recognized by the file extension v8.2.0360
Fri, 06 Mar 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0359: popup_atcursor() may hang v8.2.0359
Fri, 06 Mar 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0358: insufficient testing for indent.c v8.2.0358
Thu, 05 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0357: cannot delete a text property matching both id and type v8.2.0357
Wed, 04 Mar 2020 23:30:04 +0100 Bram Moolenaar patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI v8.2.0356
Wed, 04 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0355: Vim9: str_val is confusing, it's a number v8.2.0355
Wed, 04 Mar 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0354: Python 3.9 does not define _Py_DEC_REFTOTAL v8.2.0354
Wed, 04 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0353: Vim9: while loop not tested v8.2.0353
Tue, 03 Mar 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skipped v8.2.0352
Tue, 03 Mar 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0351: terminal in popup test is still a bit flaky v8.2.0351
Tue, 03 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0350: Vim9: expression tests don't use recognized constants v8.2.0350
Tue, 03 Mar 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0349: Vim9: constant expression not well tested v8.2.0349
Mon, 02 Mar 2020 23:00:06 +0100 Bram Moolenaar patch 8.2.0348: Vim9: not all code tested v8.2.0348
Mon, 02 Mar 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0347: various code not covered by tests v8.2.0347
Sun, 01 Mar 2020 23:45:04 +0100 Bram Moolenaar patch 8.2.0346: Vim9: finding common list type not tested v8.2.0346
Sun, 01 Mar 2020 20:45:07 +0100 Bram Moolenaar patch 8.2.0345: compiler warning when building without the float feature v8.2.0345
Sun, 01 Mar 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.0344: ":def" not skipped properly v8.2.0344
Sun, 01 Mar 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0343: Vim9: using wrong instruction, limited test coverage v8.2.0343
Sun, 01 Mar 2020 17:00:06 +0100 Bram Moolenaar patch 8.2.0342: some code in ex_getln.c not covered by tests v8.2.0342
Sun, 01 Mar 2020 16:30:03 +0100 Bram Moolenaar patch 8.2.0341: using ":for" in Vim9 script gives an error v8.2.0341
Sun, 01 Mar 2020 15:45:03 +0100 Bram Moolenaar patch 8.2.0340: Vim9: function and partial types not tested v8.2.0340
Sun, 01 Mar 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.0339: Vim9: function return type may depend on arguments v8.2.0339
Sun, 01 Mar 2020 13:15:06 +0100 Bram Moolenaar patch 8.2.0338: build failure without the channel feature v8.2.0338
Sun, 01 Mar 2020 01:15:54 +0100 Bram Moolenaar patch 8.2.0337: build fails on a few systems v8.2.0337
Sat, 29 Feb 2020 23:30:04 +0100 Bram Moolenaar patch 8.2.0336: Vim9: insufficient test coverage for compiling v8.2.0336
Sat, 29 Feb 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0335: no completion for :disassemble v8.2.0335
Sat, 29 Feb 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.0334: abort called when using test_void() v8.2.0334
Sat, 29 Feb 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0333: terminal in popup test is flaky v8.2.0333
Sat, 29 Feb 2020 14:30:03 +0100 Bram Moolenaar patch 8.2.0332: some code in ex_getln.c not covered by tests v8.2.0332
Sat, 29 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0331: internal error when using test_void() and test_unknown() v8.2.0331