summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3948: Vim9: failure with partial with unknown argument countv8.2.3948Bram Moolenaar2021-12-302-9/+14
* patch 8.2.3947: unnecessary check for NULL pointerv8.2.3947zeertzjq2021-12-302-2/+4
* patch 8.2.3946: when an internal error makes Vim exit the error is not seenv8.2.3946Bram Moolenaar2021-12-303-1/+7
* patch 8.2.3945: Vim9: partial variable argument types are wrongv8.2.3945Bram Moolenaar2021-12-304-0/+53
* patch 8.2.3944: insert mode completion functions are too longv8.2.3944Yegappan Lakshmanan2021-12-303-594/+757
* patch 8.2.3943: compiler warning from gcc for uninitialized variablev8.2.3943Bram Moolenaar2021-12-302-4/+3
* patch 8.2.3942: Coverity reports a possible memory leakv8.2.3942Bram Moolenaar2021-12-302-0/+4
* patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru2021-12-296-7/+94
* patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"v8.2.3940Bram Moolenaar2021-12-295-1/+36
* patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not workv8.2.3939Yegappan Lakshmanan2021-12-293-1/+4
* patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar2021-12-295-19/+42
* patch 8.2.3937: Insert mode completion function is too longv8.2.3937Yegappan Lakshmanan2021-12-293-346/+552
* patch 8.2.3936: no proper test for maintaining change mark in diff modev8.2.3936Sean Dewar2021-12-292-16/+26
* patch 8.2.3935: CTRL-U in Insert mode does not fix the indentv8.2.3935Bram Moolenaar2021-12-293-1/+33
* patch 8.2.3934: repeating line comment is undesired for "O" commandv8.2.3934Bram Moolenaar2021-12-293-2/+28
* patch 8.2.3933: after ":cd" fails ":cd -" is incorrectv8.2.3933Richard Doty2021-12-293-14/+25
* patch 8.2.3932: C line comment not formatted properlyv8.2.3932Bram Moolenaar2021-12-293-2/+28
* patch 8.2.3931: Coverity reports a memory leakv8.2.3931Bram Moolenaar2021-12-292-0/+5
* patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar2021-12-287-9/+11
* patch 8.2.3929: using unititialized variablev8.2.3929Bram Moolenaar2021-12-282-0/+5
* patch 8.2.3928: heredoc test failsv8.2.3928Bram Moolenaar2021-12-282-3/+6
* patch 8.2.3927: Vim9: double free when using lambdav8.2.3927Bram Moolenaar2021-12-282-1/+4
* patch 8.2.3926: build failure without the 'autochdir' optionv8.2.3926Bram Moolenaar2021-12-282-1/+10
* patch 8.2.3925: diff mode confused by NUL bytesv8.2.3925Bram Moolenaar2021-12-287-4/+131
* patch 8.2.3924: Vim9: no error if something follows :enddefv8.2.3924Bram Moolenaar2021-12-285-22/+56
* patch 8.2.3923: Vim9: double free with split argument list in nested functionv8.2.3923Bram Moolenaar2021-12-283-1/+23
* patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok2021-12-2810-31/+98
* patch 8.2.3921: the way xdiff is used is inefficientv8.2.3921Lewis Russell2021-12-282-116/+146
* patch 8.2.3920: restoring directory after using another window is inefficientv8.2.3920Bram Moolenaar2021-12-283-4/+41
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-285-14/+39
* patch 8.2.3918: function list test failsv8.2.3918Bram Moolenaar2021-12-272-6/+7
* Update runtime filesBram Moolenaar2021-12-2716-1485/+1773
* patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917Bram Moolenaar2021-12-276-10092/+10137
* patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar2021-12-277-8/+31
* patch 8.2.3915: illegal memory access when completing with invalid bytesv8.2.3915Bram Moolenaar2021-12-273-1/+21
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-2758-107/+109
* patch 8.2.3913: help for expressions does not mention Vim9 syntaxv8.2.3913Bram Moolenaar2021-12-274-125/+204
* patch 8.2.3912: the ins_complete() function is much too longv8.2.3912Bram Moolenaar2021-12-272-258/+368
* patch 8.2.3911: Vim9: type check for filter() does not accept unknownv8.2.3911Bram Moolenaar2021-12-273-0/+9
* patch 8.2.3910: when compare function of sort() fails it does not abortv8.2.3910Bram Moolenaar2021-12-273-1/+15
* patch 8.2.3909: Containerfile using prefix name not recognizedv8.2.3909Bram Moolenaar2021-12-273-2/+4
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-269-4/+60
* patch 8.2.3907: error messages are spread outv8.2.3907Bram Moolenaar2021-12-266-30/+61
* patch 8.2.3906: Vim9 help still contains "under development" warningsv8.2.3906Bram Moolenaar2021-12-262-16/+8
* patch 8.2.3905: Dockerfile using prefix name not recognizedv8.2.3905Bram Moolenaar2021-12-263-1/+7
* patch 8.2.3904: Vim9: skip expression type is not checked at compile timev8.2.3904Bram Moolenaar2021-12-263-9/+65
* patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar2021-12-263-6/+11
* patch 8.2.3902: Vim9: double free with nested :def functionv8.2.3902Bram Moolenaar2021-12-266-26/+62
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-266-3/+68
* patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan2021-12-2613-8/+265