summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0954: not all desktop files are recognizedv8.2.0954Bram Moolenaar2020-06-103-2/+4
* patch 8.2.0953: spell checking doesn't work for CamelCased wordsv8.2.0953Bram Moolenaar2020-06-1010-0/+45
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-108-6/+67
* patch 8.2.0951: search stat test has leftover from debuggingv8.2.0951Bram Moolenaar2020-06-102-1/+2
* patch 8.2.0950: tagjump test failsv8.2.0950Bram Moolenaar2020-06-102-1/+3
* patch 8.2.0949: strptime() does not use DSTv8.2.0949Bram Moolenaar2020-06-103-0/+7
* patch 8.2.0948: spell test failsv8.2.0948Bram Moolenaar2020-06-102-3/+5
* patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar2020-06-103-2/+24
* patch 8.2.0946: cannot use "q" to cancel a number promptv8.2.0946Bram Moolenaar2020-06-103-3/+17
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-107-14/+105
* patch 8.2.0944: xxd test leaves file behindv8.2.0944Bram Moolenaar2020-06-102-1/+4
* patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar2020-06-1010-36/+86
* patch 8.2.0942: expanding to local dir after homedir keeps "~/"v8.2.0942Bram Moolenaar2020-06-103-6/+9
* patch 8.2.0941: detecting terminal properties is unstructuredv8.2.0941Bram Moolenaar2020-06-102-75/+164
* patch 8.2.0940: build failure with tiny featuresv8.2.0940Bram Moolenaar2020-06-092-3/+9
* patch 8.2.0939: checking for term escape sequences is long and confusingv8.2.0939Bram Moolenaar2020-06-092-550/+660
* patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-casev8.2.0938Bram Moolenaar2020-06-095-8/+30
* patch 8.2.0937: asan failure in the flatten() testv8.2.0937Bram Moolenaar2020-06-092-0/+6
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-0912-27/+103
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-088-1/+198
* patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topicv8.2.0934Bram Moolenaar2020-06-083-2/+23
* patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location listv8.2.0933Bram Moolenaar2020-06-084-9/+25
* patch 8.2.0932: missspelling spelllangv8.2.0932Bram Moolenaar2020-06-084-5/+7
* patch 8.2.0931: some remarks about BeOS remainv8.2.0931Bram Moolenaar2020-06-077-320/+8
* patch 8.2.0930: script filetype detection trips over env -S argumentv8.2.0930Bram Moolenaar2020-06-073-4/+23
* 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