summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-0/+12
* patch 9.0.0448: SubRip files are not recognizedv9.0.0448ObserverOfTime2022-09-121-0/+3
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-113-0/+15
* patch 9.0.0443: blueprint files are not recognizedv9.0.0443Gabriele Musco2022-09-111-2/+4
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-0/+1
* Update runtime filesBram Moolenaar2022-09-1025-140/+481
* patch 9.0.0434: gitignore files are not recognizedv9.0.0434ObserverOfTime2022-09-101-4/+7
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-3/+4
* patch 9.0.0427: Drupal theme files are not recognizedv9.0.0427Rodrigo Aguilera2022-09-091-2/+3
* patch 9.0.0424: gitattributes files are not recognizedv9.0.0424ObserverOfTime2022-09-091-0/+4
* patch 9.0.0417: Jsonnet files are not recognizedv9.0.0417=?UTF-8?q?Cezary=20Dro=C5=BCak?=2022-09-081-0/+3
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-071-2/+20
* patch 9.0.0402: javascript module files are not recoginzedv9.0.0402Brett Holman2022-09-071-1/+1
* Update runtime filesBram Moolenaar2022-09-0439-687/+922
* patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar2022-09-041-17/+26
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-031-0/+56
* patch 9.0.0349: filetype of *.sil files not well detectedv9.0.0349Bram Moolenaar2022-09-012-3/+20
* patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminalv9.0.0347K.Takata2022-09-011-0/+12
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-011-5/+5
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-1/+1
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-1/+12
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-16/+5
* Update runtime filesBram Moolenaar2022-08-3018-16/+1319
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-0/+10
* patch 9.0.0319: Godot shader files are not recognizedv9.0.0319Maxim Kim2022-08-291-1/+4
* patch 9.0.0314: VDM files are not recognizedv9.0.0314Alessandro Pezzoni2022-08-291-0/+5