summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0054: compiler warning for size_t to int conversionv9.0.0054Bram Moolenaar2022-07-152-1/+3
* patch 9.0.0053: E1281 not tested with the old regexp enginev9.0.0053Dominique Pelle2022-07-142-3/+9
* patch 9.0.0052: "zG" may throw an error if invalid character followsv9.0.0052K.Takata2022-07-143-5/+17
* patch 9.0.0051: using CTRL-C wih :append may hang Vimv9.0.0051zeertzjq2022-07-143-0/+27
* patch 9.0.0050: split else-of is confusingv9.0.0050Bram Moolenaar2022-07-122-2/+3
* patch 9.0.0049: csv and tsv files are not recognizedv9.0.0049Leandro Lourenci2022-07-093-0/+10
* patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar2022-07-096-43/+142
* Runtime files updateBram Moolenaar2022-07-074-6893/+11992
* patch 9.0.0047: using freed memory with recursive substitutev9.0.0047Bram Moolenaar2022-07-074-5/+27
* patch 9.0.0046: reading past end of completion with duplicate matchv9.0.0046Bram Moolenaar2022-07-073-1/+14
* patch 9.0.0045: reading past end of completion with a long linev9.0.0045Bram Moolenaar2022-07-073-28/+84
* patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar2022-07-066-6/+9
* Update runtime filesBram Moolenaar2022-07-0614-336/+506
* patch 9.0.0043: insufficient testing for bracket commandsv9.0.0043zeertzjq2022-07-062-2/+39
* patch 9.0.0042: missing change for filetype detectionv9.0.0042Bram Moolenaar2022-07-052-0/+6
* patch 9.0.0041: a couple of filetype patterns do not have "*" before "/etc"v9.0.0041smjonas2022-07-053-5/+8
* patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar2022-07-046-61/+66
* patch 9.0.0039: not all systems have GDK_KEY_dead_circumflexv9.0.0039Bram Moolenaar2022-07-042-0/+4
* patch 9.0.0038: 'listchars' test failsv9.0.0038Bram Moolenaar2022-07-042-8/+12
* patch 9.0.0037: build errorv9.0.0037Bram Moolenaar2022-07-042-2/+4
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-0419-143/+276
* patch 9.0.0035: spell dump may go beyond end of an arrayv9.0.0035Bram Moolenaar2022-07-043-2/+17
* patch 9.0.0034: spell tests do not always clear the word listv9.0.0034zeertzjq2022-07-043-7/+11
* patch 9.0.0033: on a Belgian keyboard CTRL-[ does not workv9.0.0033Anton Sharonov2022-07-042-0/+28
* 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