summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2708: test sometimes fails waiting for shell in terminalv8.2.2708Bram Moolenaar2021-04-043-4/+6
* patch 8.2.2707: adding a lot of completions can still be a bit slowv8.2.2707Bram Moolenaar2021-04-042-1/+6
* patch 8.2.2706: Vim9: wrong line number reported for boolean operatorv8.2.2706Bram Moolenaar2021-04-033-8/+33
* patch 8.2.2705: Vim9: misleading reported line number for wrong typev8.2.2705Bram Moolenaar2021-04-033-1/+14
* patch 8.2.2704: adding a lot of completions can be a bit slowv8.2.2704Bram Moolenaar2021-04-032-7/+13
* patch 8.2.2703: Vim9: memory leak when failing on locked variablev8.2.2703Bram Moolenaar2021-04-033-1/+10
* patch 8.2.2702: compiler completion test fails when more scripts are addedv8.2.2702Bram Moolenaar2021-04-032-2/+4
* patch 8.2.2701: order of removing FORTIFY_SOURCE is wrongv8.2.2701Bram Moolenaar2021-04-033-4/+6
* patch 8.2.2700: nested autocmd test fails sometimesv8.2.2700Bram Moolenaar2021-04-032-2/+4
* patch 8.2.2699: Lua test failsv8.2.2699Bram Moolenaar2021-04-032-1/+3
* patch 8.2.2698: Lua test fails on MS-Windowsv8.2.2698Bram Moolenaar2021-04-032-1/+11
* patch 8.2.2697: function list test failsv8.2.2697Bram Moolenaar2021-04-032-0/+3
* patch 8.2.2696: Lua test fails with Lua 5.4.3 and laterv8.2.2696Bram Moolenaar2021-04-032-25/+54
* patch 8.2.2695: cursor position reset with nested autocommandsv8.2.2695Bram Moolenaar2021-04-033-4/+35
* patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694Bram Moolenaar2021-04-028-5/+42
* patch 8.2.2693: Vim9: locked script variable can be changedv8.2.2693Bram Moolenaar2021-04-023-2/+17
* patch 8.2.2692: Vim9: locked script variable can be changedv8.2.2692Bram Moolenaar2021-04-023-0/+20
* patch 8.2.2691: autoconf may mess up compiler flagsv8.2.2691Bram Moolenaar2021-04-023-4/+6
* patch 8.2.2690: PowerShell files are not recognizedv8.2.2690Bram Moolenaar2021-04-023-1/+10
* patch 8.2.2689: tiny build failsv8.2.2689Bram Moolenaar2021-04-012-0/+4
* patch 8.2.2688: Vim9: crash when using s: for script variablev8.2.2688Bram Moolenaar2021-04-013-3/+6
* patch 8.2.2687: Vim9: cannot use "const" for global variable in :def functionv8.2.2687Bram Moolenaar2021-04-014-2/+27
* patch 8.2.2686: status line is not updated when going to cmdline modev8.2.2686Bram Moolenaar2021-04-015-0/+42
* patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685Bram Moolenaar2021-04-016-2/+35
* patch 8.2.2684: not enough folding code is testedv8.2.2684Bram Moolenaar2021-04-014-18/+254
* patch 8.2.2683: build failure without the +eval featurev8.2.2683Bram Moolenaar2021-04-012-0/+4
* patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"v8.2.2682Bram Moolenaar2021-04-014-4/+35
* patch 8.2.2681: Vim9: test fails for redeclaring script variablev8.2.2681Bram Moolenaar2021-03-312-6/+9
* patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar2021-03-315-7/+57
* Update runtime files.Bram Moolenaar2021-03-3128-239/+275
* patch 8.2.2679: status line missing for non-current window with winbarv8.2.2679Bram Moolenaar2021-03-304-6/+57
* patch 8.2.2678: test for 'autoshelldir' does not reset the optionv8.2.2678Bram Moolenaar2021-03-302-0/+4
* patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar2021-03-299-65/+170
* patch 8.2.2676: missing error messagev8.2.2676Bram Moolenaar2021-03-292-0/+4
* patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar2021-03-2911-2/+145
* patch 8.2.2674: Motif: cancelling the font dialog resets the fontv8.2.2674Bram Moolenaar2021-03-293-2/+15
* patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar2021-03-283-2/+32
* patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled scriptv8.2.2672Bram Moolenaar2021-03-284-10/+97
* patch 8.2.2671: error for line number in legacy scriptv8.2.2671Bram Moolenaar2021-03-282-1/+4
* patch 8.2.2670: Vim9: error for append(0, text)v8.2.2670Bram Moolenaar2021-03-283-1/+7
* patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar2021-03-284-3/+10
* patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an errorv8.2.2668Bram Moolenaar2021-03-273-53/+84
* patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667Bram Moolenaar2021-03-274-1/+32
* patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar2021-03-276-0/+54
* patch 8.2.2665: test failuresv8.2.2665Bram Moolenaar2021-03-273-1/+5
* patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar2021-03-277-29/+58
* patch 8.2.2663: Vim9: leaking memory when inline function has an errorv8.2.2663Bram Moolenaar2021-03-272-4/+11
* patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar2021-03-274-10/+50
* patch 8.2.2661: leaking memory when looping over a stringv8.2.2661Bram Moolenaar2021-03-262-1/+5
* patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar2021-03-263-3/+15