summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2022-10-1639-222/+647
* patch 9.0.0771: cannot always tell the difference beween tex and rexx filesv9.0.0771Martin Tournoij2022-10-161-1/+1
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-1/+12
* patch 9.0.0756: no autocmd event for changing text in a terminal windowv9.0.0756Shougo Matsushita2022-10-151-0/+5
* patch 9.0.0753: some Ex commands are not in the help indexv9.0.0753Yee Cheng Chin2022-10-151-1/+4
* patch 9.0.0752: Rprofile files are not recognizedv9.0.0752ObserverOfTime2022-10-141-0/+3
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-132-5/+2
* patch 9.0.0741: cannot specify an ID for each item with prop_add_list()v9.0.0741Bram Moolenaar2022-10-131-7/+13
* patch 9.0.0738: cannot suppress completion "scanning" messagesv9.0.0738=?UTF-8?q?Bj=C3=B6rn=20Linse?=2022-10-131-0/+2
* patch 9.0.0731: clang-tidy configuration files are not recognizedv9.0.0731dundargoc2022-10-121-0/+3
* patch 9.0.0729: the rightleft and arabic features are disabledv9.0.0729Bram Moolenaar2022-10-121-0/+5
* patch 9.0.0727: help in the repository differs from patched version too muchv9.0.0727Bram Moolenaar2022-10-113-5/+7
* patch 9.0.0711: SubStation Alpha files are not recognizedv9.0.0711ObserverOfTime2022-10-101-0/+3
* patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin2022-10-101-3/+2
* patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin2022-10-091-0/+6
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-081-19/+19
* patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij2022-10-081-8/+4
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-0/+3
* patch 9.0.0692: PoE filter files are not recognizedv9.0.0692ObserverOfTime2022-10-081-0/+3
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-074-1/+12
* patch 9.0.0666: spacing-combining characters handled as composingv9.0.0666Bram Moolenaar2022-10-051-1/+2
* patch 9.0.0659: wrong type of comment in SetSyn() functionv9.0.0659Bram Moolenaar2022-10-041-1/+1
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-042-3/+2
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-041-0/+5
* Update runtime filesBram Moolenaar2022-10-0322-187/+281
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-033-15/+19
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-023-0/+12
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-013-9/+32
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-012-2/+19
* patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar2022-09-291-1/+1
* patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar2022-09-291-2/+0
* Update runtime filesBram Moolenaar2022-09-2743-376/+4211
* patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime2022-09-271-0/+3
* patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd2022-09-271-4/+7
* patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime2022-09-271-0/+3
* patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime2022-09-271-0/+3
* patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt2022-09-251-5/+6
* patch 9.0.0583: only recognizing .m3u8 files is inconsistentv9.0.0583Bram Moolenaar2022-09-251-2/+2
* patch 9.0.0566: Nim files are not recognizedv9.0.0566Nbiba Bedis2022-09-241-0/+3
* patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562=?UTF-8?q?Beno=C3=AEt=20Ryder?=2022-09-231-0/+3
* patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar2022-09-201-4/+13
* patch 9.0.0510: Chatito files are not recognizedv9.0.0510ObserverOfTime2022-09-201-0/+3
* Update runtime filesBram Moolenaar2022-09-1831-311/+679
* patch 9.0.0497: LyRiCs files are not recognizedv9.0.0497ObserverOfTime2022-09-181-0/+3
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-182-4/+6
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-174-58/+5
* patch 9.0.0479: in :def function all closures in loop get the same variablesv9.0.0479Bram Moolenaar2022-09-161-0/+3
* patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal2022-09-161-1/+1
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-151-4/+10
* Add missing part of patchBram Moolenaar2022-09-121-0/+2