summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0929: v:register is not cleared after an operator was executedv8.2.0929Bram Moolenaar2020-06-073-0/+76
* Update runtime filesBram Moolenaar2020-06-0730-226/+590
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-0713-20/+22
* patch 8.2.0927: some sshconfig and ssdhconfig files are not recognizedv8.2.0927Bram Moolenaar2020-06-073-4/+8
* patch 8.2.0926: cmdline test fails on Appveyorv8.2.0926Bram Moolenaar2020-06-072-21/+23
* patch 8.2.0925: getcompletion() does not return command line argumentsv8.2.0925Bram Moolenaar2020-06-074-29/+65
* patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar2020-06-078-9/+241
* patch 8.2.0923: cmdline test is slowv8.2.0923Bram Moolenaar2020-06-072-3/+5
* patch 8.2.0922: search test failsv8.2.0922Bram Moolenaar2020-06-072-2/+2
* patch 8.2.0921: CTRL-W T in cmdline window causes troublev8.2.0921Bram Moolenaar2020-06-073-0/+24
* patch 8.2.0920: writing viminfo fails with a circular referencev8.2.0920Bram Moolenaar2020-06-073-2/+52
* patch 8.2.0919: merging modifier for modifyOtherKeys is done twicev8.2.0919Bram Moolenaar2020-06-073-11/+32
* patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar2020-06-077-121/+28
* patch 8.2.0917: quickfix entries do not suport a "note" typev8.2.0917Bram Moolenaar2020-06-074-4/+46
* patch 8.2.0916: mapping with partly modifyOtherKeys code does not workv8.2.0916Bram Moolenaar2020-06-067-11/+74
* patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar2020-06-067-11/+212
* patch 8.2.0914: MS-Windows: cannot specify a "modified by" textv8.2.0914Bram Moolenaar2020-06-062-4/+19
* patch 8.2.0913: code for resetting v:register is duplicatedv8.2.0913Bram Moolenaar2020-06-065-17/+24
* patch 8.2.0912: a few test cases for CJK formatting are disabledv8.2.0912Bram Moolenaar2020-06-062-17/+25
* patch 8.2.0911: crash when opening a buffer for the cmdline window failsv8.2.0911Bram Moolenaar2020-06-064-3/+60
* Also fix the patch number.Bram Moolenaar2020-06-061-0/+2
* Fix duplicated code that only appears in git.Bram Moolenaar2020-06-061-4/+0
* patch 8.2.0910: Vim is not reproducibly buildablev8.2.0910Bram Moolenaar2020-06-056-0/+44
* patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar2020-06-057-13/+117
* patch 8.2.0908: crash when changing the function table while listing itv8.2.0908Bram Moolenaar2020-06-053-31/+67
* patch 8.2.0907: when using :global clipboard isn't set correctlyv8.2.0907Bram Moolenaar2020-06-053-1/+19
* patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer redv8.2.0906Bram Moolenaar2020-06-053-1/+13
* patch 8.2.0905: test coverage could be betterv8.2.0905Bram Moolenaar2020-06-043-0/+19
* patch 8.2.0904: assuming modifyOtherKeys for rhs of mappingv8.2.0904Bram Moolenaar2020-06-043-1/+14
* patch 8.2.0903: comparing WINVER does not work correctlyv8.2.0903Bram Moolenaar2020-06-042-1/+3
* patch 8.2.0902: using searchcount() in 'statusline' causes an errorv8.2.0902Bram Moolenaar2020-06-044-7/+48
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-049-9/+329
* patch 8.2.0900: function list test fails on MS-Windowsv8.2.0900Bram Moolenaar2020-06-042-3/+4
* patch 8.2.0899: assert_equalfile() does not give a hint about the differencev8.2.0899Bram Moolenaar2020-06-043-8/+52
* patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898Bram Moolenaar2020-06-043-0/+109
* patch 8.2.0897: list of functions in patched version is outdatedv8.2.0897Bram Moolenaar2020-06-043-26/+78
* patch 8.2.0896: crash when calling searchcount() with a stringv8.2.0896Bram Moolenaar2020-06-033-2/+14
* patch 8.2.0895: :mkspell output does not mention the tree typev8.2.0895Bram Moolenaar2020-06-032-45/+37
* patch 8.2.0894: :mkspell can take very long if the word count is highv8.2.0894Bram Moolenaar2020-06-032-18/+36
* patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893Bram Moolenaar2020-06-036-7/+21
* patch 8.2.0892: ubsan warns for undefined behaviorv8.2.0892Bram Moolenaar2020-06-032-4/+15
* patch 8.2.0891: clang warns for invalid conversionv8.2.0891Bram Moolenaar2020-06-032-1/+3
* patch 8.2.0890: no color in terminal window when 'termguicolor' is setv8.2.0890Bram Moolenaar2020-06-022-0/+5
* patch 8.2.0889: using old style commentsv8.2.0889Bram Moolenaar2020-06-022-38/+30
* patch 8.2.0888: readdirex() returns size -2 for a directoryv8.2.0888Bram Moolenaar2020-06-023-3/+7
* patch 8.2.0887: searchcount().exact_match is 1 right after a matchv8.2.0887Bram Moolenaar2020-06-023-1/+11
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-027-20/+48
* patch 8.2.0885: "make shadow" does not link new lua test dirv8.2.0885Bram Moolenaar2020-06-022-1/+5
* patch 8.2.0884: searchcount() test fails on slower systemsv8.2.0884Bram Moolenaar2020-06-013-5/+7
* patch 8.2.0883: memory leak in test 49v8.2.0883Bram Moolenaar2020-06-012-0/+3