summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2723: assignment test failsv8.2.2723Bram Moolenaar2021-04-052-1/+3
* patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar2021-04-054-31/+61
* patch 8.2.2721: Vim9: cannot have a linebreak inside a lambdav8.2.2721Bram Moolenaar2021-04-053-20/+49
* patch 8.2.2720: GTK menu tooltip moves the cursorv8.2.2720Bram Moolenaar2021-04-052-0/+8
* patch 8.2.2719: Vim9: appending to dict item doesn't work in a :def functionv8.2.2719Bram Moolenaar2021-04-053-118/+195
* patch 8.2.2718: Vim9: no explicit test for using a global function without g:v8.2.2718Bram Moolenaar2021-04-052-0/+26
* patch 8.2.2717: GTK menu items don't show a tooltipv8.2.2717Bram Moolenaar2021-04-052-2/+29
* patch 8.2.2716: the equivalent class regexp is missing some charactersv8.2.2716Bram Moolenaar2021-04-054-466/+790
* patch 8.2.2715: Vim9: tests fail without the channel featurev8.2.2715Bram Moolenaar2021-04-053-1/+7
* patch 8.2.2714: filetype pattern ending in star is too far upv8.2.2714Bram Moolenaar2021-04-053-6/+10
* patch 8.2.2713: folding code not sufficiently testedv8.2.2713Bram Moolenaar2021-04-052-0/+122
* patch 8.2.2712: memory leak when adding to a blob failsv8.2.2712Bram Moolenaar2021-04-042-3/+7
* patch 8.2.2711: "gj" in a closed fold does not move out of the foldv8.2.2711Bram Moolenaar2021-04-043-13/+28
* patch 8.2.2710: Vim9: not all tests cover script and :def functionv8.2.2710Bram Moolenaar2021-04-046-737/+756
* patch 8.2.2709: the GTK GUI has a gap next to the scrollbarv8.2.2709Bram Moolenaar2021-04-042-6/+20
* 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