summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-042-4/+7
* Update runtime filesBram Moolenaar2022-06-0325-741/+760
* patch 8.2.5054: no good filetype for conf files similar to dosiniv8.2.5054Mudskipper8752022-06-031-18/+18
* patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar2022-05-272-0/+29
* patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan2022-05-271-2/+5
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-272-2/+1
* patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy2022-05-261-13/+31
* patch 8.2.5015: Hoon and Moonscript files are not recognizedv8.2.5015=?UTF-8?q?Dundar=20G=C3=B6c?=2022-05-251-1/+7
* patch 8.2.5011: Replacing an autocommand requires several linesv8.2.5011Yegappan Lakshmanan2022-05-242-9/+38
* patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar2022-05-232-48/+132
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-3/+8
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-65/+80
* patch 8.2.5000: no patch for documentation updatesv8.2.5000Bram Moolenaar2022-05-228-39/+35
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-214-30/+7
* patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar2022-05-211-1/+8
* Update runtime files.Bram Moolenaar2022-05-2117-152/+200
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-193-0/+156
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-181-1/+1
* patch 8.2.4965: GUI: testing mouse move event depends on screen cell sizev8.2.4965Bram Moolenaar2022-05-161-1/+4
* Update runtime files, new color schemesBram Moolenaar2022-05-1433-2016/+7412
* Update runtime files and translationsBram Moolenaar2022-05-1215-151/+159
* patch 8.2.4942: error when setting 'filetype' in help file againv8.2.4942Bram Moolenaar2022-05-121-5/+11
* patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positionsv8.2.4939zeertzjq2022-05-111-4/+3
* patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael2022-05-101-0/+26
* Update runtime files, translationsBram Moolenaar2022-05-098-19/+36
* Update runtime filesBram Moolenaar2022-05-0728-1058/+1891
* patch 8.2.4907: some users do not want a line comment always insertedv8.2.4907Bram Moolenaar2022-05-071-4/+7
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-071-0/+7
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-072-0/+24
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-071-9/+12
* patch 8.2.4891: Vim help presentation could be betterv8.2.4891Bram Moolenaar2022-05-061-0/+21
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+19
* patch 8.2.4882: cannot make 'breakindent' use a specific columnv8.2.4882Christian Brabandt2022-05-061-1/+7
* patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881Shougo Matsushita2022-05-063-10/+11
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-5/+29
* patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto2022-05-031-2/+4
* patch 8.2.4859: wget2 files are not recognizedv8.2.4859Bram Moolenaar2022-05-021-0/+3
* patch 8.2.4857: Yaml indent for multiline is wrongv8.2.4857asmka2022-05-022-0/+12
* patch 8.2.4855: robot files are not recognizedv8.2.4855Zoe Roux2022-05-021-0/+3
* patch 8.2.4849: Gleam filetype not detectedv8.2.4849Mathias Jean Johansen2022-04-301-0/+3
* patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq2022-04-291-0/+1
* patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy2022-04-282-0/+20
* Update runtime filesBram Moolenaar2022-04-2729-490/+1285
* patch 8.2.4826: .cshtml files are not recognizedv8.2.4826jvoisin2022-04-251-0/+1
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-252-14/+16
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-242-1/+14
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-2/+0
* patch 8.2.4793: recognizing Maxima filetype even though it might be anotherv8.2.4793Bram Moolenaar2022-04-191-4/+8
* patch 8.2.4790: lilypond filetype not recognizedv8.2.4790Bram Moolenaar2022-04-191-0/+3
* Update runtime filesBram Moolenaar2022-04-1829-106/+1162