summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032Bram Moolenaar2022-07-035-0/+36
* patch 9.0.0031: <cmod> of user command does not have correct verbose valuev9.0.0031zeertzjq2022-07-034-12/+44
* patch 9.0.0030: matchfuzzy test depends on path of current directoryv9.0.0030Bram Moolenaar2022-07-022-1/+3
* patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar2022-07-024-3/+4
* patch 9.0.0028: MS-Windows: tests fail if there is a "runtime" directoryv9.0.0028Bram Moolenaar2022-07-023-21/+37
* patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar2022-07-026-377/+364
* patch 9.0.0026: accessing freed memory with diff putv9.0.0026Bram Moolenaar2022-07-022-2/+24
* patch 9.0.0025: accessing beyond allocated memory with the cmdline windowv9.0.0025Bram Moolenaar2022-07-023-2/+14
* patch 9.0.0024: may access part of typeahead buf that isn't filledv9.0.0024Bram Moolenaar2022-07-022-1/+4
* patch 9.0.0023: on Solaris timer_create() exists but does not workv9.0.0023Bram Moolenaar2022-07-023-13/+37
* patch 9.0.0022: spell test failsv9.0.0022Bram Moolenaar2022-07-012-1/+8
* patch 9.0.0021: invalid memory access when adding word to spell word listv9.0.0021Bram Moolenaar2022-07-013-2/+36
* patch 9.0.0020: with some completion reading past end of stringv9.0.0020Bram Moolenaar2022-07-013-2/+22
* patch 9.0.0019: timers test not run where possiblev9.0.0019zeertzjq2022-07-012-3/+6
* Update runtime filesBram Moolenaar2022-07-0120-294/+869
* patch 9.0.0018: going over the end of the typaheadv9.0.0018Bram Moolenaar2022-07-013-0/+13
* patch 9.0.0017: accessing memory beyond the end of the linev9.0.0017Bram Moolenaar2022-07-013-0/+16
* patch 9.0.0016: comparing line pointer for 'breakindent' is not reliablev9.0.0016Bram Moolenaar2022-07-013-18/+17
* 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