summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-162-13/+59
* patch 8.2.0983: SConstruct file type not recognizedv8.2.0983Bram Moolenaar2020-06-151-1/+2
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-151-0/+2
* patch 8.2.0980: raku file extension not recognizedv8.2.0980Bram Moolenaar2020-06-141-0/+1
* Update runtime filesBram Moolenaar2020-06-1425-229/+626
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-133-1/+41
* patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar2020-06-121-0/+2
* patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963Bram Moolenaar2020-06-122-3/+1
* patch 8.2.0959: using 'quickfixtextfunc' is a bit slowv8.2.0959Bram Moolenaar2020-06-111-12/+17
* patch 8.2.0954: not all desktop files are recognizedv8.2.0954Bram Moolenaar2020-06-101-1/+1
* patch 8.2.0953: spell checking doesn't work for CamelCased wordsv8.2.0953Bram Moolenaar2020-06-102-0/+13
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-101-0/+11
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-101-5/+3
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-082-0/+21
* patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location listv8.2.0933Bram Moolenaar2020-06-081-0/+3
* patch 8.2.0931: some remarks about BeOS remainv8.2.0931Bram Moolenaar2020-06-074-316/+6
* patch 8.2.0930: script filetype detection trips over env -S argumentv8.2.0930Bram Moolenaar2020-06-071-2/+4
* Update runtime filesBram Moolenaar2020-06-0730-226/+590
* patch 8.2.0927: some sshconfig and ssdhconfig files are not recognizedv8.2.0927Bram Moolenaar2020-06-071-2/+4
* patch 8.2.0925: getcompletion() does not return command line argumentsv8.2.0925Bram Moolenaar2020-06-071-3/+9
* patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar2020-06-072-4/+35
* patch 8.2.0917: quickfix entries do not suport a "note" typev8.2.0917Bram Moolenaar2020-06-071-1/+6
* patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar2020-06-061-5/+16
* patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar2020-06-051-0/+8
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-0/+4
* patch 8.2.0897: list of functions in patched version is outdatedv8.2.0897Bram Moolenaar2020-06-042-26/+76
* patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893Bram Moolenaar2020-06-032-5/+4
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-021-11/+16
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-011-0/+22
* patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar2020-06-011-0/+121
* patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876Bram Moolenaar2020-06-011-0/+15
* patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar2020-06-012-2/+58
* patch 8.2.0873: a .jl file can be sawfish (lisp) or Juliav8.2.0873Bram Moolenaar2020-06-011-3/+4
* patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar2020-06-011-0/+2
* patch 8.2.0869: it is not possible to customize the quickfix window contentsv8.2.0869Bram Moolenaar2020-05-313-4/+79
* patch 8.2.0868: trim() always trims both endsv8.2.0868Bram Moolenaar2020-05-311-5/+17
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-311-2/+2
* patch 8.2.0865: syntax foldlevel is taken from the start of the linev8.2.0865Bram Moolenaar2020-05-311-0/+22
* patch 8.2.0864: pragmas are indented all the way to the leftv8.2.0864Bram Moolenaar2020-05-311-1/+7
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-312-5/+11
* patch 8.2.0861: cannot easily get all the current marksv8.2.0861Bram Moolenaar2020-05-312-0/+21
* patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersv8.2.0860Bram Moolenaar2020-05-311-0/+9
* patch 8.2.0859: no Turkish translation of the manualv8.2.0859Bram Moolenaar2020-05-319-1/+1391
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-301-0/+3
* patch 8.2.0850: MS-Windows: exepath() works different from cmd.exev8.2.0850Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0843: filetype elm not detectedv8.2.0843Bram Moolenaar2020-05-301-0/+3
* patch 8.2.0841: 'verbose' value 16 causes duplicate outputv8.2.0841Bram Moolenaar2020-05-291-1/+3
* Update runtime filesBram Moolenaar2020-05-2625-148/+349
* patch 8.2.0815: maparg() does not provide enough information for mapset()v8.2.0815Bram Moolenaar2020-05-241-6/+13
* patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar2020-05-221-0/+19