summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-12-29patch 8.2.3935: CTRL-U in Insert mode does not fix the indentv8.2.3935Bram Moolenaar
2021-12-29patch 8.2.3934: repeating line comment is undesired for "O" commandv8.2.3934Bram Moolenaar
2021-12-29patch 8.2.3933: after ":cd" fails ":cd -" is incorrectv8.2.3933Richard Doty
2021-12-29patch 8.2.3932: C line comment not formatted properlyv8.2.3932Bram Moolenaar
2021-12-29patch 8.2.3931: Coverity reports a memory leakv8.2.3931Bram Moolenaar
2021-12-28patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar
2021-12-28patch 8.2.3929: using unititialized variablev8.2.3929Bram Moolenaar
2021-12-28patch 8.2.3928: heredoc test failsv8.2.3928Bram Moolenaar
2021-12-28patch 8.2.3927: Vim9: double free when using lambdav8.2.3927Bram Moolenaar
2021-12-28patch 8.2.3926: build failure without the 'autochdir' optionv8.2.3926Bram Moolenaar
2021-12-28patch 8.2.3925: diff mode confused by NUL bytesv8.2.3925Bram Moolenaar
2021-12-28patch 8.2.3924: Vim9: no error if something follows :enddefv8.2.3924Bram Moolenaar
2021-12-28patch 8.2.3923: Vim9: double free with split argument list in nested functionv8.2.3923Bram Moolenaar
2021-12-28patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok
2021-12-28patch 8.2.3921: the way xdiff is used is inefficientv8.2.3921Lewis Russell
2021-12-28patch 8.2.3920: restoring directory after using another window is inefficientv8.2.3920Bram Moolenaar
2021-12-28patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar
2021-12-27patch 8.2.3918: function list test failsv8.2.3918Bram Moolenaar
2021-12-27Update runtime filesBram Moolenaar
2021-12-27patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917Bram Moolenaar
2021-12-27patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar
2021-12-27patch 8.2.3915: illegal memory access when completing with invalid bytesv8.2.3915Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-27patch 8.2.3913: help for expressions does not mention Vim9 syntaxv8.2.3913Bram Moolenaar
2021-12-27patch 8.2.3912: the ins_complete() function is much too longv8.2.3912Bram Moolenaar
2021-12-27patch 8.2.3911: Vim9: type check for filter() does not accept unknownv8.2.3911Bram Moolenaar
2021-12-27patch 8.2.3910: when compare function of sort() fails it does not abortv8.2.3910Bram Moolenaar
2021-12-27patch 8.2.3909: Containerfile using prefix name not recognizedv8.2.3909Bram Moolenaar
2021-12-26patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan
2021-12-26patch 8.2.3907: error messages are spread outv8.2.3907Bram Moolenaar
2021-12-26patch 8.2.3906: Vim9 help still contains "under development" warningsv8.2.3906Bram Moolenaar
2021-12-26patch 8.2.3905: Dockerfile using prefix name not recognizedv8.2.3905Bram Moolenaar
2021-12-26patch 8.2.3904: Vim9: skip expression type is not checked at compile timev8.2.3904Bram Moolenaar
2021-12-26patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar
2021-12-26patch 8.2.3902: Vim9: double free with nested :def functionv8.2.3902Bram Moolenaar
2021-12-26patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar
2021-12-26patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan
2021-12-25patch 8.2.3899: Vim9: test for map() on string failsv8.2.3899Bram Moolenaar
2021-12-25patch 8.2.3898: Vim9: not sufficient testing for variable initializationv8.2.3898Bram Moolenaar
2021-12-25patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar
2021-12-25patch 8.2.3896: Vim9: no test for nested function not available laterv8.2.3896Bram Moolenaar
2021-12-25patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar
2021-12-25patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar
2021-12-25patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar
2021-12-25patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognizedv8.2.3892Bram Moolenaar
2021-12-25patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan
2021-12-24patch 8.2.3890: Vim9: type check for using v: variables is basicv8.2.3890Bram Moolenaar
2021-12-24patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan
2021-12-24patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman
2021-12-24patch 8.2.3887: E1135 is used for two different errorsv8.2.3887Bram Moolenaar