log src/version.c @ 27118:2f854597399f v8.2.4088

age author description
Fri, 14 Jan 2022 13:00:07 +0100 Bram Moolenaar patch 8.2.4088: xxd cannot output everything in one line v8.2.4088
Thu, 13 Jan 2022 23:15:03 +0100 Bram Moolenaar patch 8.2.4087: cannot test items from an autoload script easily v8.2.4087
Thu, 13 Jan 2022 22:30:05 +0100 Bram Moolenaar patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
Thu, 13 Jan 2022 22:00:05 +0100 Bram Moolenaar patch 8.2.4085: Vim9: no test for using import in legacy script v8.2.4085
Thu, 13 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4084: memory leak when looking for autoload prefixed variable v8.2.4084
Thu, 13 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variable v8.2.4083
Thu, 13 Jan 2022 20:30:06 +0100 Bram Moolenaar patch 8.2.4082: check for autoload file name and prefix fails v8.2.4082
Thu, 13 Jan 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail v8.2.4081
Thu, 13 Jan 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.4080: not sufficient test coverage for xxd v8.2.4080
Thu, 13 Jan 2022 17:15:04 +0100 Bram Moolenaar patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLL v8.2.4079
Thu, 13 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4078: terminal test for current directory not used on FreeBSD v8.2.4078
Thu, 13 Jan 2022 16:00:05 +0100 Bram Moolenaar patch 8.2.4077: not all Libsensors files are recognized v8.2.4077
Thu, 13 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.4076: memory leak in autoload import v8.2.4076
Thu, 13 Jan 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4075: test failures v8.2.4075
Thu, 13 Jan 2022 14:15:06 +0100 Bram Moolenaar patch 8.2.4074: going over the end of NameBuff v8.2.4074
Thu, 13 Jan 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4073: Coverity warns for using NULL pointer v8.2.4073
Wed, 12 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded v8.2.4072
Wed, 12 Jan 2022 17:30:07 +0100 Bram Moolenaar patch 8.2.4071: Vim9: no detection of return in try/endtry v8.2.4071
Wed, 12 Jan 2022 16:30:07 +0100 Bram Moolenaar patch 8.2.4070: using uninitialized memory when reading empty file v8.2.4070
Wed, 12 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.4069: Vim9: import test fails on MS-Windows v8.2.4069
Wed, 12 Jan 2022 14:00:07 +0100 Bram Moolenaar patch 8.2.4068: Vim9: import test fails v8.2.4068
Wed, 12 Jan 2022 14:00:06 +0100 Bram Moolenaar patch 8.2.4067: Vim9: cannot call imported function with :call v8.2.4067
Wed, 12 Jan 2022 13:00:06 +0100 Bram Moolenaar patch 8.2.4066: Vim9: imported autoload script loaded again v8.2.4066
Tue, 11 Jan 2022 20:45:02 +0100 Bram Moolenaar patch 8.2.4065: computation overflow with large cound for :yank v8.2.4065
Tue, 11 Jan 2022 19:15:04 +0100 Bram Moolenaar patch 8.2.4064: foam files are not detected v8.2.4064
Tue, 11 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4063: Vim9: exported function in autoload script not found v8.2.4063
Tue, 11 Jan 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4062: match highlighting of tab too short
Tue, 11 Jan 2022 14:15:03 +0100 Bram Moolenaar patch 8.2.4061: codecov bash script is deprecated v8.2.4061
Tue, 11 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slow v8.2.4060
Tue, 11 Jan 2022 13:00:06 +0100 Bram Moolenaar patch 8.2.4059: Vim9: an expression of a map cannot access script-local items v8.2.4059
Mon, 10 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4058: Vim9: import test failure in wrong line v8.2.4058
Mon, 10 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4057: Vim9: not fully implementing the autoload mechanism v8.2.4057
Mon, 10 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4056: Vim9: memory leak when exporting function in autoload script v8.2.4056
Mon, 10 Jan 2022 20:00:05 +0100 Bram Moolenaar patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec v8.2.4055
Mon, 10 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4054: Vim9 script test fails v8.2.4054
Mon, 10 Jan 2022 19:15:04 +0100 Bram Moolenaar patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yet v8.2.4053
Mon, 10 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4052: not easy to resize a window from a plugin v8.2.4052
Mon, 10 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4051: compiler complains about possibly uninitialized variable v8.2.4051
Sun, 09 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4050: Vim9: need to prefix every item in an autoload script v8.2.4050
Sun, 09 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4049: Vim9: reading before the start of the line with "$" v8.2.4049
Sun, 09 Jan 2022 14:00:06 +0100 Bram Moolenaar patch 8.2.4048: gcc complains about use of "%p" in printf v8.2.4048
Sun, 09 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4047: depending on the build features error messages are unused v8.2.4047
Sat, 08 Jan 2022 22:45:02 +0100 Bram Moolenaar patch 8.2.4046: some error messages not in the right place v8.2.4046
Sat, 08 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4045: some global functions are only used in one file v8.2.4045
Sat, 08 Jan 2022 18:15:02 +0100 Bram Moolenaar patch 8.2.4044: Vim9: no error when importing the same script twice v8.2.4044
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 08 Jan 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.4042: Vim9: build error v8.2.4042
Sat, 08 Jan 2022 16:45:03 +0100 Bram Moolenaar patch 8.2.4041: using unitialized pointer v8.2.4041
Sat, 08 Jan 2022 16:45:02 +0100 Bram Moolenaar patch 8.2.4040: keeping track of allocated lines is too complicated v8.2.4040
Sat, 08 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4039: the xdiff library is linked in even when not used v8.2.4039
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Sat, 08 Jan 2022 11:45:04 +0100 Bram Moolenaar patch 8.2.4037: Insert mode completion is insufficiently tested v8.2.4037
Fri, 07 Jan 2022 22:45:02 +0100 Bram Moolenaar patch 8.2.4036: Vim9: script test file is getting too long v8.2.4036
Fri, 07 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4035: timer triggered at the debug prompt may cause trouble v8.2.4035
Fri, 07 Jan 2022 21:30:02 +0100 Bram Moolenaar patch 8.2.4034: Coverity warns for possibly using a NULL pointer v8.2.4034
Fri, 07 Jan 2022 21:15:04 +0100 Bram Moolenaar patch 8.2.4033: running filetype tests leaves directory behind v8.2.4033
Fri, 07 Jan 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4032: ATTRIBUTE_NORETURN is not needed v8.2.4032
Fri, 07 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4031: crash in xterm with only two lines v8.2.4031
Fri, 07 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4030: a script local funcref is not found from a mapping v8.2.4030
Fri, 07 Jan 2022 18:00:04 +0100 Bram Moolenaar patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong v8.2.4029
Fri, 07 Jan 2022 17:00:05 +0100 Bram Moolenaar patch 8.2.4028: ml_get error with :doautoall and Visual area v8.2.4028
Fri, 07 Jan 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4027: import test fails on MS-Windows v8.2.4027
Fri, 07 Jan 2022 15:15:03 +0100 Bram Moolenaar patch 8.2.4026: ml_get error with specific win_execute() command v8.2.4026
Fri, 07 Jan 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4025: error for import not ending in .vim does not work for .vimrc v8.2.4025
Fri, 07 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4024: confusing error message if imported name is used directly v8.2.4024
Thu, 06 Jan 2022 23:15:04 +0100 Bram Moolenaar patch 8.2.4023: using uninitialized variable v8.2.4023
Thu, 06 Jan 2022 22:45:05 +0100 Bram Moolenaar patch 8.2.4022: two error messages in the wrong file v8.2.4022
Thu, 06 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4021: missing part of the :import changes v8.2.4021
Thu, 06 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4020: debugger test fails v8.2.4020
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Thu, 06 Jan 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4018: ml_get error when win_execute redraws with Visual selection v8.2.4018
Thu, 06 Jan 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4017: gcc warns for misleading indent in Athena menu code v8.2.4017
Thu, 06 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.4016: Vim9: incorrect error for argument that is shadowing var v8.2.4016
Thu, 06 Jan 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4015: build failure with tiny features v8.2.4015
Wed, 05 Jan 2022 22:00:04 +0100 Bram Moolenaar patch 8.2.4014: git and gitcommit file types not properly recognized v8.2.4014
Wed, 05 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4013: build failure without the spell feature v8.2.4013
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4011: test fails because of changed error number v8.2.4011
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 18:00:05 +0100 Bram Moolenaar patch 8.2.4009: reading one byte beyond the end of the line v8.2.4009
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Wed, 05 Jan 2022 15:15:03 +0100 Bram Moolenaar patch 8.2.4007: session does not restore help buffer properly v8.2.4007
Wed, 05 Jan 2022 11:30:04 +0100 Bram Moolenaar patch 8.2.4006: Vim9: crash when declaring variable on the command line v8.2.4006
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Tue, 04 Jan 2022 21:15:04 +0100 Bram Moolenaar patch 8.2.4004: old compiler complains about struct init with variable v8.2.4004
Tue, 04 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4003: error messages are spread out v8.2.4003
Tue, 04 Jan 2022 19:15:04 +0100 Bram Moolenaar patch 8.2.4002: first char typed in Select mode can be wrong v8.2.4002
Tue, 04 Jan 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4001: insert complete code uses global variables v8.2.4001
Tue, 04 Jan 2022 17:45:04 +0100 Bram Moolenaar patch 8.2.4000: Coverity warns for checking for NULL pointer after using it
Tue, 04 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.3999: redundant check for NUL byte v8.2.3999
Tue, 04 Jan 2022 17:15:02 +0100 Bram Moolenaar patch 8.2.3998: asan error for adding zero to NULL v8.2.3998
Tue, 04 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3997: Vim9: not enough testing for extend() and map() v8.2.3997
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Mon, 03 Jan 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.3995: not all sshconfig files are detected as such v8.2.3995
Mon, 03 Jan 2022 18:00:03 +0100 Bram Moolenaar patch 8.2.3994: Vim9: extend() complains about type when it was not declared v8.2.3994
Mon, 03 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.3993: when recording a change in Select mode char appears twice v8.2.3993
Mon, 03 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.3992: wrong local-additions in the help with language mix v8.2.3992
Mon, 03 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.3991: Vim9: error when extending dict<any> v8.2.3991
Mon, 03 Jan 2022 12:30:03 +0100 Bram Moolenaar patch 8.2.3990: testing wrong operator v8.2.3990
Mon, 03 Jan 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.3989: some insert completion code is not tested v8.2.3989
Sun, 02 Jan 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.3988: tiny build fails v8.2.3988
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sun, 02 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.3986: error messages are spread out v8.2.3986
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sun, 02 Jan 2022 18:30:03 +0100 Bram Moolenaar patch 8.2.3984: debugger test fails v8.2.3984
Sun, 02 Jan 2022 18:15:04 +0100 Bram Moolenaar patch 8.2.3983: error messages are spread out v8.2.3983
Sun, 02 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3982: some lines of code not covered by tests v8.2.3982
Sun, 02 Jan 2022 15:15:03 +0100 Bram Moolenaar patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts v8.2.3981
Sun, 02 Jan 2022 14:15:03 +0100 Bram Moolenaar patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed v8.2.3980
Sun, 02 Jan 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.3979: Vim9: the feature is not mentioned in the right places v8.2.3979
Sun, 02 Jan 2022 02:15:03 +0100 Bram Moolenaar patch 8.2.3978: build error when using dynamycally loaded Python 3 v8.2.3978
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
Sat, 01 Jan 2022 20:45:04 +0100 Bram Moolenaar patch 8.2.3976: FEARG_LAST is never used v8.2.3976
Sat, 01 Jan 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.3975: error messages are spread out v8.2.3975
Sat, 01 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list v8.2.3974
Sat, 01 Jan 2022 17:45:02 +0100 Bram Moolenaar patch 8.2.3973: tiny build fails v8.2.3973
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.3971: build fails v8.2.3971
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 16:00:03 +0100 Bram Moolenaar patch 8.2.3969: value of MAXCOL not available in Vim script v8.2.3969
Sat, 01 Jan 2022 15:30:06 +0100 Bram Moolenaar patch 8.2.3968: build failure v8.2.3968
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.3966: when using feedkeys() abbreviations may be blocked v8.2.3966
Sat, 01 Jan 2022 13:30:03 +0100 Bram Moolenaar patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported v8.2.3965
Sat, 01 Jan 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.3964: some common lisp and scheme files not recognized v8.2.3964
Sat, 01 Jan 2022 02:00:03 +0100 Bram Moolenaar patch 8.2.3963: build failure with tiny and small features v8.2.3963
Sat, 01 Jan 2022 00:30:02 +0100 Bram Moolenaar patch 8.2.3962: build fails for missing error message v8.2.3962
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Fri, 31 Dec 2021 21:15:02 +0100 Bram Moolenaar patch 8.2.3960: error messages are spread out v8.2.3960
Fri, 31 Dec 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.3959: error messages are spread out v8.2.3959
Fri, 31 Dec 2021 18:45:02 +0100 Bram Moolenaar patch 8.2.3958: build failure compiling xxd with "-std=c2x" v8.2.3958
Fri, 31 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3957: error messages are spread out v8.2.3957
Fri, 31 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3956: duplicate assignment v8.2.3956
Fri, 31 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3955: error messages are spread out v8.2.3955
Fri, 31 Dec 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3954: Vim9: no error for shadowing if script var is declared later v8.2.3954
Fri, 31 Dec 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.3953: insert completion code is too complicated
Fri, 31 Dec 2021 13:30:07 +0100 Bram Moolenaar patch 8.2.3952: first line not redrawn when adding lines to an empty buffer v8.2.3952
Thu, 30 Dec 2021 18:15:03 +0100 Bram Moolenaar patch 8.2.3951: Vim9: memory leak when text after a nested function v8.2.3951
Thu, 30 Dec 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.3950: going beyond the end of the line with /%V v8.2.3950
Thu, 30 Dec 2021 16:00:05 +0100 Bram Moolenaar patch 8.2.3949: using freed memory with /%V v8.2.3949
Thu, 30 Dec 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.3948: Vim9: failure with partial with unknown argument count v8.2.3948
Thu, 30 Dec 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.3947: unnecessary check for NULL pointer v8.2.3947
Thu, 30 Dec 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3946: when an internal error makes Vim exit the error is not seen v8.2.3946
Thu, 30 Dec 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3945: Vim9: partial variable argument types are wrong v8.2.3945
Thu, 30 Dec 2021 12:45:03 +0100 Bram Moolenaar patch 8.2.3944: insert mode completion functions are too long v8.2.3944
Thu, 30 Dec 2021 12:00:03 +0100 Bram Moolenaar patch 8.2.3943: compiler warning from gcc for uninitialized variable v8.2.3943
Thu, 30 Dec 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3942: Coverity reports a possible memory leak v8.2.3942
Wed, 29 Dec 2021 20:45:03 +0100 Bram Moolenaar patch 8.2.3941: SIGTSTP is not handled v8.2.3941
Wed, 29 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat" v8.2.3940
Wed, 29 Dec 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work v8.2.3939
Wed, 29 Dec 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3938: line comment start is also found in a string v8.2.3938
Wed, 29 Dec 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3937: Insert mode completion function is too long v8.2.3937
Wed, 29 Dec 2021 17:45:02 +0100 Bram Moolenaar patch 8.2.3936: no proper test for maintaining change mark in diff mode v8.2.3936
Wed, 29 Dec 2021 17:15:02 +0100 Bram Moolenaar patch 8.2.3935: CTRL-U in Insert mode does not fix the indent v8.2.3935
Wed, 29 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3934: repeating line comment is undesired for "O" command v8.2.3934
Wed, 29 Dec 2021 15:45:03 +0100 Bram Moolenaar patch 8.2.3933: after ":cd" fails ":cd -" is incorrect v8.2.3933
Wed, 29 Dec 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3932: C line comment not formatted properly v8.2.3932
Wed, 29 Dec 2021 13:00:05 +0100 Bram Moolenaar patch 8.2.3931: Coverity reports a memory leak v8.2.3931
Tue, 28 Dec 2021 22:00:07 +0100 Bram Moolenaar patch 8.2.3930: getcmdline() argument has a misleading type
Tue, 28 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3929: using unititialized variable v8.2.3929
Tue, 28 Dec 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.3928: heredoc test fails v8.2.3928
Tue, 28 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3927: Vim9: double free when using lambda v8.2.3927
Tue, 28 Dec 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3926: build failure without the 'autochdir' option v8.2.3926
Tue, 28 Dec 2021 19:45:04 +0100 Bram Moolenaar patch 8.2.3925: diff mode confused by NUL bytes v8.2.3925
Tue, 28 Dec 2021 19:00:05 +0100 Bram Moolenaar patch 8.2.3924: Vim9: no error if something follows :enddef v8.2.3924
Tue, 28 Dec 2021 18:30:04 +0100 Bram Moolenaar patch 8.2.3923: Vim9: double free with split argument list in nested function v8.2.3923
Tue, 28 Dec 2021 17:00:04 +0100 Bram Moolenaar patch 8.2.3922: cannot build with dynamic Ruby 3.1 v8.2.3922
Tue, 28 Dec 2021 15:00:03 +0100 Bram Moolenaar patch 8.2.3921: the way xdiff is used is inefficient v8.2.3921
Tue, 28 Dec 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3920: restoring directory after using another window is inefficient v8.2.3920
Tue, 28 Dec 2021 12:30:04 +0100 Bram Moolenaar patch 8.2.3919: Vim9: wrong argument for append() results in two errors v8.2.3919
Mon, 27 Dec 2021 22:45:04 +0100 Bram Moolenaar patch 8.2.3918: function list test fails v8.2.3918
Mon, 27 Dec 2021 22:30:02 +0100 Bram Moolenaar patch 8.2.3917: the eval.txt help file is way too big v8.2.3917
Mon, 27 Dec 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.3916: no error for passing an invalid line number to append() v8.2.3916
Mon, 27 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3915: illegal memory access when completing with invalid bytes v8.2.3915
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Mon, 27 Dec 2021 16:45:03 +0100 Bram Moolenaar patch 8.2.3913: help for expressions does not mention Vim9 syntax v8.2.3913
Mon, 27 Dec 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.3912: the ins_complete() function is much too long v8.2.3912
Mon, 27 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3911: Vim9: type check for filter() does not accept unknown v8.2.3911
Mon, 27 Dec 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.3910: when compare function of sort() fails it does not abort v8.2.3910
Mon, 27 Dec 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3909: Containerfile using prefix name not recognized v8.2.3909
Sun, 26 Dec 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.3908: cannot use a script-local function for 'foldtext' v8.2.3908
Sun, 26 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3907: error messages are spread out v8.2.3907
Sun, 26 Dec 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3906: Vim9 help still contains "under development" warnings v8.2.3906
Sun, 26 Dec 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3905: Dockerfile using prefix name not recognized v8.2.3905
Sun, 26 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3904: Vim9: skip expression type is not checked at compile time v8.2.3904
Sun, 26 Dec 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.3903: "gM" does not count tabs as expected v8.2.3903
Sun, 26 Dec 2021 15:30:02 +0100 Bram Moolenaar patch 8.2.3902: Vim9: double free with nested :def function v8.2.3902
Sun, 26 Dec 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script v8.2.3901
Sun, 26 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3900: it is not easy to use a script-local function for an option v8.2.3900
Sat, 25 Dec 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3899: Vim9: test for map() on string fails v8.2.3899
Sat, 25 Dec 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.3898: Vim9: not sufficient testing for variable initialization v8.2.3898
Sat, 25 Dec 2021 22:45:02 +0100 Bram Moolenaar patch 8.2.3897: Vim9: second argument of map() and filter() not checked v8.2.3897
Sat, 25 Dec 2021 21:00:03 +0100 Bram Moolenaar patch 8.2.3896: Vim9: no test for nested function not available later v8.2.3896
Sat, 25 Dec 2021 20:45:02 +0100 Bram Moolenaar patch 8.2.3895: Vim9: confusing error when using function() with a number v8.2.3895
Sat, 25 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3894: Vim9: no proper type check for first argument of call() v8.2.3894
Sat, 25 Dec 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.3893: Vim9: many local variables are initialized with an instruction v8.2.3893
Sat, 25 Dec 2021 16:15:02 +0100 Bram Moolenaar patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized v8.2.3892
Sat, 25 Dec 2021 12:30:03 +0100 Bram Moolenaar patch 8.2.3891: github CI: workflows may overlap v8.2.3891
Fri, 24 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3890: Vim9: type check for using v: variables is basic v8.2.3890
Fri, 24 Dec 2021 22:00:03 +0100 Bram Moolenaar patch 8.2.3889: duplicate code for translating script-local function name v8.2.3889
Fri, 24 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3888: the argument list may contain duplicates v8.2.3888
Fri, 24 Dec 2021 21:00:02 +0100 Bram Moolenaar patch 8.2.3887: E1135 is used for two different errors v8.2.3887
Fri, 24 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3886: can define autocmd for every event by using "au!" v8.2.3886
Fri, 24 Dec 2021 20:00:03 +0100 Bram Moolenaar patch 8.2.3885: arglist test fails v8.2.3885
Fri, 24 Dec 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3884: crash when clearing the argument list while using it v8.2.3884
Fri, 24 Dec 2021 18:00:03 +0100 Bram Moolenaar patch 8.2.3883: crash when switching to other regexp engine fails v8.2.3883
Fri, 24 Dec 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.3882: more duplicated code in f_getreginfo() v8.2.3882
Fri, 24 Dec 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.3881: QNX: crash when compiled with GUI but using terminal v8.2.3881
Fri, 24 Dec 2021 12:45:03 +0100 Bram Moolenaar patch 8.2.3880: Solution filter files are not recognized v8.2.3880
Fri, 24 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3879: getreg() and getregtype() contain dead code v8.2.3879
Thu, 23 Dec 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.3878: Vim9: debugger tries to read more lines than there are v8.2.3878
Wed, 22 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3877: function does not abort after a type error in compare v8.2.3877
Wed, 22 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3876: 'cindent' does not recognize inline namespace v8.2.3876
Wed, 22 Dec 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.3875: gcc complains about buffer overrun v8.2.3875
Wed, 22 Dec 2021 21:00:05 +0100 Bram Moolenaar patch 8.2.3874: cannot highlight the number column for a sign v8.2.3874
Wed, 22 Dec 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.3873: go.mod files are not recognized v8.2.3873
Wed, 22 Dec 2021 20:00:04 +0100 Bram Moolenaar patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific v8.2.3872
Wed, 22 Dec 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.3871: list.c contains code for dict and blob v8.2.3871
Wed, 22 Dec 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.3870: MS-Windows: wrong dir when using right-click context menu v8.2.3870
Wed, 22 Dec 2021 14:30:05 +0100 Bram Moolenaar patch 8.2.3869: Vim9: type checking for "any" is inconsistent v8.2.3869
Tue, 21 Dec 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3868: Vim9: function test fails v8.2.3868
Tue, 21 Dec 2021 14:30:03 +0100 Bram Moolenaar patch 8.2.3867: implementation of some list functions too complicated v8.2.3867
Tue, 21 Dec 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3866: Vim9: type checking global variables is inconsistent v8.2.3866
Tue, 21 Dec 2021 10:45:04 +0100 Bram Moolenaar patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member v8.2.3865
Tue, 21 Dec 2021 10:15:04 +0100 Bram Moolenaar patch 8.2.3864: cannot disable requesting key codes from xterm v8.2.3864
Mon, 20 Dec 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.3863: various build flags accidentally enabled v8.2.3863
Mon, 20 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3862: crash on exit with EXITFREE and using win_execute() v8.2.3862
Mon, 20 Dec 2021 17:00:04 +0100 Bram Moolenaar patch 8.2.3861: list of distributed files is outdated v8.2.3861
Mon, 20 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3860: Vim9: codecov struggles with the file size v8.2.3860
Mon, 20 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3859: Vim9: some code lines not tested v8.2.3859
Mon, 20 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3858: Vim9: not enough tests v8.2.3858
Mon, 20 Dec 2021 10:45:04 +0100 Bram Moolenaar patch 8.2.3857: Vim9: inconsistent error for using function() v8.2.3857
Sun, 19 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3856: Vim9: not enough tests v8.2.3856
Sun, 19 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3855: illegal memory access when displaying a blob v8.2.3855
Sun, 19 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3854: Vim9: inconsistent arguments for test functions v8.2.3854
Sun, 19 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3853: Vim9: not enough tests v8.2.3853
Sun, 19 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3852: Vim9: not enough tests v8.2.3852
Sun, 19 Dec 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3851: Vim9: overhead when comparing string, dict or function v8.2.3851
Sun, 19 Dec 2021 12:15:03 +0100 Bram Moolenaar patch 8.2.3850: illegal memory access when displaying a partial v8.2.3850
Sun, 19 Dec 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3849: functions implementing reduce and map are too long v8.2.3849