summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2608: character input not fully testedv8.2.2608Bram Moolenaar2021-03-156-0/+59
* patch 8.2.2607: strcharpart() cannot include composing charactersv8.2.2607Bram Moolenaar2021-03-144-13/+49
* patch 8.2.2606: strchars() defaults to counting composing charactersv8.2.2606Bram Moolenaar2021-03-145-15/+59
* patch 8.2.2605: Vim9: string index and slice does not include composing charsv8.2.2605Bram Moolenaar2021-03-144-16/+54
* patch 8.2.2604: GUI-specific command line arguments not testedv8.2.2604Bram Moolenaar2021-03-142-14/+146
* patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar2021-03-147-29/+76
* patch 8.2.2602: Vim9: continue doesn't work if :while is very first commandv8.2.2602Bram Moolenaar2021-03-143-3/+32
* patch 8.2.2601: memory usage test often fails on FreeBSDv8.2.2601Bram Moolenaar2021-03-132-2/+4
* patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionaryv8.2.2600Bram Moolenaar2021-03-133-2/+26
* patch 8.2.2599: build failurev8.2.2599Bram Moolenaar2021-03-132-1/+4
* patch 8.2.2598: Vim9: :open does not need to be supportedv8.2.2598Bram Moolenaar2021-03-134-0/+9
* patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar2021-03-1310-23/+129
* patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnterv8.2.2596Bram Moolenaar2021-03-133-5/+27
* patch 8.2.2595: setting 'winminheight' may cause 'lines' to changev8.2.2595Bram Moolenaar2021-03-133-2/+25
* patch 8.2.2594: alternate buffer added to session file even when it's hiddenv8.2.2594Bram Moolenaar2021-03-133-1/+18
* patch 8.2.2593: list of distributed files is incompletev8.2.2593Bram Moolenaar2021-03-132-1/+4
* Update runtime files.Bram Moolenaar2021-03-1316-92/+327
* patch 8.2.2592: code coverage could be improvedv8.2.2592Bram Moolenaar2021-03-136-0/+38
* patch 8.2.2591: Poke files are not recognizedv8.2.2591Bram Moolenaar2021-03-123-0/+6
* patch 8.2.2590: Vim9: default argument value may cause internal errorv8.2.2590Bram Moolenaar2021-03-113-1/+20
* patch 8.2.2589: recover test hangs in the GUIv8.2.2589Bram Moolenaar2021-03-103-2/+15
* patch 8.2.2588: build failure with tiny featuresv8.2.2588Bram Moolenaar2021-03-104-3/+8
* patch 8.2.2587: recover test fails on FreeBSDv8.2.2587Bram Moolenaar2021-03-103-3/+14
* patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar2021-03-108-16/+147
* patch 8.2.2585: Vim9: illegal memory accessv8.2.2585Bram Moolenaar2021-03-102-1/+3
* patch 8.2.2584: Vim9: type error for assigning "any" to a listv8.2.2584Bram Moolenaar2021-03-103-1/+7
* patch 8.2.2583: Vim9: cannot compare result of getenv() with nullv8.2.2583Bram Moolenaar2021-03-103-1/+16
* patch 8.2.2582: Vim9: screendump test fails on MS-Windowsv8.2.2582Bram Moolenaar2021-03-102-15/+19
* patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar2021-03-108-9/+55
* patch 8.2.2580: Vim9: checking vararg type may be wrongv8.2.2580Bram Moolenaar2021-03-083-2/+13
* patch 8.2.2579: Vim9: crash in garbagecollect after for loopv8.2.2579Bram Moolenaar2021-03-082-1/+4
* patch 8.2.2578: Lua cannot handle a passed in lambdav8.2.2578Bram Moolenaar2021-03-083-0/+16
* patch 8.2.2577: compiler warning for type conversionv8.2.2577Bram Moolenaar2021-03-082-1/+3
* patch 8.2.2576: Vim9: defining a :func function checks for white spacev8.2.2576Bram Moolenaar2021-03-063-1/+21
* patch 8.2.2575: Vim9: a function name with "->" in the next line doesn't workv8.2.2575Bram Moolenaar2021-03-063-3/+43
* patch 8.2.2574: Vim9: crash when calling partial with wrong functionv8.2.2574Bram Moolenaar2021-03-063-0/+46
* patch 8.2.2573: Vim9: using inalid pointer for error messagev8.2.2573Bram Moolenaar2021-03-063-1/+14
* patch 8.2.2572: Vim9: crash when getting the types for a legacy functionv8.2.2572Bram Moolenaar2021-03-053-1/+18
* patch 8.2.2571: test may leave file behindv8.2.2571Bram Moolenaar2021-03-053-1/+13
* patch 8.2.2570: tests fail when run as rootv8.2.2570Bram Moolenaar2021-03-055-0/+6
* patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single bytev8.2.2569Bram Moolenaar2021-03-047-24/+101
* patch 8.2.2568: second time a preview popup is opened highlight is not setv8.2.2568Bram Moolenaar2021-03-047-26/+36
* patch 8.2.2567: Vim9: no error if variable is defined for existing functionv8.2.2567Bram Moolenaar2021-03-043-1/+23
* patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar2021-03-036-6/+43
* patch 8.2.2565: Vim9: "..=" not always recognizedv8.2.2565Bram Moolenaar2021-03-033-3/+45
* patch 8.2.2564: focus events end Insert mode if 'esckeys' is not setv8.2.2564Bram Moolenaar2021-03-032-6/+9
* patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'v8.2.2563Bram Moolenaar2021-03-038-53/+219
* patch 8.2.2562: GUI: star register changed when 'clipboard is "unnamedplus"v8.2.2562Bram Moolenaar2021-03-022-4/+10
* patch 8.2.2561: not all textprop code is covered by testsv8.2.2561Bram Moolenaar2021-03-022-0/+21
* patch 8.2.2560: setting 'winminheigt' does not take tabline into accountv8.2.2560Bram Moolenaar2021-03-013-1/+23