summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0015: with EXITFREE defined terminal menus are not clearedv9.0.0015zeertzjq2022-07-013-3/+5
* patch 9.0.0014: missing part of the test override changev9.0.0014Bram Moolenaar2022-06-302-0/+5
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-3015-33/+119
* patch 9.0.0012: signature files not detected properlyv9.0.0012Bram Moolenaar2022-06-305-4/+82
* patch 9.0.0011: reading beyond the end of the line with put commandv9.0.0011Bram Moolenaar2022-06-303-0/+16
* patch 9.0.0010: returning 0 for has('patch-9.0.0') is inconsistentv9.0.0010Bram Moolenaar2022-06-302-1/+8
* patch 9.0.0009: going past the end of a menu item with only modifierv9.0.0009Bram Moolenaar2022-06-293-2/+17
* patch 9.0.0008: cannot specify the variable name for "xxd -i"v9.0.0008David Gow2022-06-294-6/+79
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-2916-35/+137
* patch 9.0.0006: not all Visual Basic files are recognizedv9.0.0006Bram Moolenaar2022-06-295-22/+90
* patch 9.0.0005: hare files are not recognizedv9.0.0005Hugo Osvaldo Barrera2022-06-293-0/+6
* patch 9.0.0004: plural messages not translated properlyv9.0.0004Matvey Tarasov2022-06-292-16/+10
* patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan2022-06-2916-20/+40
* patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq2022-06-295-43/+45
* patch 9.0.0001: Travis CI is no longer usedv9.0.0001Bram Moolenaar2022-06-282-288/+2
* release version 9.0v9.0.0000Bram Moolenaar2022-06-28174-10578/+256
* patch 8.2.5172: "make menu" still uses legacy scriptv8.2.5172Bram Moolenaar2022-06-272-4/+6
* patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171Bram Moolenaar2022-06-2718-360/+512
* patch 8.2.5170: tiny issuesv8.2.5170Bram Moolenaar2022-06-274-3/+6
* Update runtime filesBram Moolenaar2022-06-275-111/+179
* patch 8.2.5169: nested :source may use NULL pointerv8.2.5169Bram Moolenaar2022-06-273-19/+46
* patch 8.2.5168: cannot build with Python 3.11v8.2.5168Zdenek Dohnal2022-06-272-1/+8
* patch 8.2.5167: get(Fn, 'name') on funcref returns special byte codev8.2.5167Bram Moolenaar2022-06-273-5/+20
* patch 8.2.5166: test for DiffUpdated failsv8.2.5166Bram Moolenaar2022-06-262-1/+4
* patch 8.2.5165: import test fails because 'diffexpr' isn't resetv8.2.5165Bram Moolenaar2022-06-262-0/+4
* patch 8.2.5164: invalid memory access after diff buffer manipulationsv8.2.5164Bram Moolenaar2022-06-263-2/+16
* patch 8.2.5163: crash when deleting buffers in diff modev8.2.5163Bram Moolenaar2022-06-263-2/+22
* patch 8.2.5162: reading before the start of the line with BS in Replace modev8.2.5162Bram Moolenaar2022-06-262-1/+3
* Update runtime filesBram Moolenaar2022-06-2630-697/+689
* patch 8.2.5161: might still access invalid memoryv8.2.5161Bram Moolenaar2022-06-262-1/+5
* patch 8.2.5160: accessing invalid memory after changing terminal sizev8.2.5160Bram Moolenaar2022-06-252-0/+8
* Update runtime filesBram Moolenaar2022-06-2517-10509/+21683
* patch 8.2.5159: fix for CTRL-key combinations causes problemsv8.2.5159Bram Moolenaar2022-06-252-19/+11
* patch 8.2.5158: TSTP and INT signal tests are not run with valgrindv8.2.5158Bram Moolenaar2022-06-252-16/+7
* patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always workv8.2.5157LemonBoy2022-06-242-9/+21
* patch 8.2.5156: search timeout test often fails with FreeBSDv8.2.5156Bram Moolenaar2022-06-242-0/+6
* patch 8.2.5155: in diff mode windows may get out of syncv8.2.5155Bram Moolenaar2022-06-245-1/+101
* Update runtime filesBram Moolenaar2022-06-2448-115/+204
* patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar2022-06-237-9/+17
* patch 8.2.5153: "make uninstall" does not remove colors/listsv8.2.5153towrang2022-06-232-0/+3
* Update runtime filesBram Moolenaar2022-06-2315-339/+179
* patch 8.2.5152: search() gets stuck with "c" and skip evaluates to truev8.2.5152zeertzjq2022-06-233-5/+12
* patch 8.2.5151: reading beyond the end of the line with lisp indentingv8.2.5151Bram Moolenaar2022-06-223-3/+18
* patch 8.2.5150: read past the end of the first line with ":0;'{"v8.2.5150Bram Moolenaar2022-06-223-1/+14
* patch 8.2.5149: cannot build without the +eval featurev8.2.5149Bram Moolenaar2022-06-222-0/+6
* patch 8.2.5148: invalid memory access when using expression on command linev8.2.5148Bram Moolenaar2022-06-223-2/+10
* patch 8.2.5147: flaky test always fails on retryv8.2.5147Bram Moolenaar2022-06-212-0/+3
* patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar2022-06-217-23/+77
* patch 8.2.5145: exit test causes spurious valgrind reportsv8.2.5145Bram Moolenaar2022-06-214-3/+12
* patch 8.2.5144: with 'lazyredraw' set completion menu may be wrongv8.2.5144Bram Moolenaar2022-06-212-0/+7