summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.3247: using uninitialized memory when checking for crypt methodv8.2.3247Bram Moolenaar2021-07-292-5/+8
* patch 8.2.3246: memory use after freev8.2.3246Bram Moolenaar2021-07-292-1/+3
* patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar2021-07-297-13/+25
* patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan2021-07-294-8/+34
* patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less usefulv8.2.3243msoyka-of-wharton2021-07-293-96/+34
* patch 8.2.3242: Vim9: valgrind reports leaks in builtin function testv8.2.3242Bram Moolenaar2021-07-282-2/+4
* patch 8.2.3241: Vim9: memory leak when function reports an errorv8.2.3241Bram Moolenaar2021-07-282-0/+5
* patch 8.2.3240: Lua print() does not work properlyv8.2.3240Bram Moolenaar2021-07-283-2/+5
* patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar2021-07-284-1/+22
* patch 8.2.3238: Vim9: error message does not indicate the locationv8.2.3238Bram Moolenaar2021-07-284-2/+10
* Update runtime filesBram Moolenaar2021-07-2833-353/+804
* patch 8.2.3237: when a builtin function gives an error processing continuesv8.2.3237Bram Moolenaar2021-07-283-1/+23
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-286-1/+22
* patch 8.2.3235: cannot use lambda in {} block in user commandv8.2.3235Bram Moolenaar2021-07-283-1/+10
* patch 8.2.3234: crash when printing long string with Luav8.2.3234Bram Moolenaar2021-07-283-2/+22
* patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij2021-07-284-61/+149
* patch 8.2.3232: system() does not work without a second argumentv8.2.3232Yegappan Lakshmanan2021-07-285-1/+21
* patch 8.2.3231: build failure with small featuresv8.2.3231Bram Moolenaar2021-07-272-0/+4
* patch 8.2.3230: Vim9: type error when function return type is not known yetv8.2.3230Bram Moolenaar2021-07-273-0/+15
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-2755-630/+1710
* patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar2021-07-276-14/+84
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-2617-41/+220
* patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east2021-07-2610-189/+190
* patch 8.2.3225: incsearch highlighting is attempted halfway a mappingv8.2.3225Bram Moolenaar2021-07-262-1/+3
* patch 8.2.3224: cannot call script-local function after :vim9cmdv8.2.3224Bram Moolenaar2021-07-264-2/+23
* patch 8.2.3223: Vim: using {} block in autoloade omnifunc failsv8.2.3223Bram Moolenaar2021-07-253-1/+34
* patch 8.2.3222: Vim9: cannot used loop variable later as lambda argumentv8.2.3222Bram Moolenaar2021-07-253-3/+27
* patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan2021-07-259-17/+189
* patch 8.2.3220: Test_term_setansicolors() fails in some configurationsv8.2.3220Dominique Pelle2021-07-252-2/+9
* patch 8.2.3219: :find searches non-existing directoriesv8.2.3219Christian Brabandt2021-07-254-0/+39
* patch 8.2.3218: when using xchaha20 crypt undo file is not removedv8.2.3218Christian Brabandt2021-07-256-11/+43
* patch 8.2.3217: build failurev8.2.3217Bram Moolenaar2021-07-252-1/+3
* patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar2021-07-258-76/+135
* patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan2021-07-248-102/+223
* patch 8.2.3214: MS-Windows: passing /D does not set the install locationv8.2.3214Christian Brabandt2021-07-243-16/+38
* patch 8.2.3213: NOCOMPOUNDSUGS entry in spell file not testedv8.2.3213Dominique Pelle2021-07-242-0/+48
* patch 8.2.3212: Vim9: execution speed can be improvedv8.2.3212Dominique Pelle2021-07-242-44/+54
* patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan2021-07-2410-22/+165
* patch 8.2.3210: Vim9: searchpair() sixth argument is compiledv8.2.3210Bram Moolenaar2021-07-243-3/+13
* patch 8.2.3209: Vim9: lambda doesn't find block-local variablev8.2.3209Bram Moolenaar2021-07-243-1/+42
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-2414-30/+45
* patch 8.2.3207: Vim9: crash when compiling string failsv8.2.3207Bram Moolenaar2021-07-243-1/+9
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-2319-152/+456
* patch 8.2.3205: Coverity reports a null pointer dereferencev8.2.3205Bram Moolenaar2021-07-232-3/+5
* patch 8.2.3204: display garbled when 'cursorline' is set and lines wrapv8.2.3204Bram Moolenaar2021-07-225-1/+94
* patch 8.2.3203: Vim9: compiled string expression causes type errorv8.2.3203Bram Moolenaar2021-07-223-3/+10
* patch 8.2.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar2021-07-224-39/+127
* patch 8.2.3201: crash in testv8.2.3201Bram Moolenaar2021-07-223-5/+5
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-2213-49/+78
* patch 8.2.3199: Vim9: execution speed can be improvedv8.2.3199Bram Moolenaar2021-07-222-2/+4