summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-2/+17
* Update runtime filesBram Moolenaar2020-07-1020-116/+223
* patch 8.2.1172: error messages when doing "make clean" in doc or teev8.2.1172Bram Moolenaar2020-07-101-1/+1
* patch 8.2.1166: once mouse move events are enabled getchar() returns themv8.2.1166Bram Moolenaar2020-07-091-2/+3
* patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar2020-07-011-2/+2
* Runtime file updatesBram Moolenaar2020-06-307-839/+650
* patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081Bram Moolenaar2020-06-281-2/+14
* patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar2020-06-281-1/+1
* patch 8.2.1066: Lua arrays are zero basedv8.2.1066Bram Moolenaar2020-06-271-4/+8
* patch 8.2.1060: not all elinks files are recognizedv8.2.1060Bram Moolenaar2020-06-261-1/+1
* patch 8.2.1055: no filetype set for pacman config filesv8.2.1055Bram Moolenaar2020-06-251-1/+10
* patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar2020-06-251-0/+8
* patch 8.2.1044: not all systemd file types are recognizedv8.2.1044Bram Moolenaar2020-06-231-1/+2
* patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar2020-06-221-13/+21
* Update runtime filesBram Moolenaar2020-06-2115-59/+105
* patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997Bram Moolenaar2020-06-171-0/+5
* patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar2020-06-171-1/+1
* patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar2020-06-161-0/+3
* 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