summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3474: some places use "Vimscript" instead of "Vim script"v8.2.3474h-east2021-10-041-4/+4
* Update runtime filesBram Moolenaar2021-10-0449-369/+2831
* patch 8.2.3473: some files with tcl syntax are not recognizedv8.2.3473Bram Moolenaar2021-10-041-1/+4
* patch 8.2.3469: some files with json syntax are not recognizedv8.2.3469Bram Moolenaar2021-10-031-0/+3
* patch 8.2.3466: completion submode not indicated for virtual replacev8.2.3466zeertzjq2021-10-031-5/+7
* patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq2021-10-031-0/+2
* patch 8.2.3464: nginx files are not recognizedv8.2.3464Chris Aumann2021-10-031-0/+3
* patch 8.2.3461: cannot distinguish Normal and Terminal-Normal modev8.2.3461Bram Moolenaar2021-10-021-1/+2
* patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan2021-09-301-1/+16
* patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458Bram Moolenaar2021-09-261-1/+1
* Update runtime filesBram Moolenaar2021-09-2119-88/+362
* patch 8.2.3452: MPD files are not recognizedv8.2.3452Steven Penny2021-09-211-0/+3
* patch 8.2.3451: not all apache files are recognizedv8.2.3451Zdenek Dohnal2021-09-201-1/+1
* patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan2021-09-172-1/+2
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-142-1/+33
* patch 8.2.3433: :delcommand does not take a -buffer optionv8.2.3433Bram Moolenaar2021-09-121-0/+4
* patch 8.2.3432: octave/Matlab filetype detection does not work properlyv8.2.3432Bram Moolenaar2021-09-121-3/+3
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-1/+18
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-5/+14
* Update runtime filesBram Moolenaar2021-09-0979-167/+246
* patch 8.2.3400: ":z!" is not supportedv8.2.3400Dominique Pelle2021-09-041-3/+8
* patch 8.2.3399: Octave files are not recognizedv8.2.3399Bram Moolenaar2021-09-033-5/+20
* patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq2021-08-312-0/+9
* Update runtime filesBram Moolenaar2021-08-2928-200/+608
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-291-0/+4
* patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun2021-08-281-0/+9
* patch 8.2.3374: Pyret files are not recognizedv8.2.3374Bram Moolenaar2021-08-251-0/+3
* patch 8.2.3368: not all Racket files are recognizedv8.2.3368Bram Moolenaar2021-08-231-1/+1
* patch 8.2.3358: structurizr files are not recognizedv8.2.3358Bastian Venthur2021-08-171-2/+7
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-163-1/+36
* Update runtime filesBram Moolenaar2021-08-1435-284/+1650
* patch 8.2.3323: Vim9: Cannot use :silent with :endwhilev8.2.3323Bram Moolenaar2021-08-101-1/+1
* patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar2021-08-082-12/+31
* patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan2021-08-061-1/+14
* patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar2021-08-051-2/+5
* patch 8.2.3288: cannot easily access namespace dictionaries from Luav8.2.3288Yegappan Lakshmanan2021-08-041-0/+32
* patch 8.2.3285: scdoc filetype is not recognizedv8.2.3285Gregory Anders2021-08-041-0/+3
* patch 8.2.3283: Julia filetype is not recognizedv8.2.3283Christian Clason2021-08-041-0/+3
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-1/+1
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-012-4/+10
* patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan2021-07-311-2/+4
* Update runtime filesBram Moolenaar2021-07-2829-108/+266
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-281-0/+4
* patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij2021-07-281-0/+2
* patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar2021-07-271-0/+10
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-1/+5
* patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east2021-07-263-111/+110
* patch 8.2.3219: :find searches non-existing directoriesv8.2.3219Christian Brabandt2021-07-251-0/+6
* patch 8.2.3214: MS-Windows: passing /D does not set the install locationv8.2.3214Christian Brabandt2021-07-241-2/+25
* patch 8.2.3198: cannot use 'formatlistpat' for breakindentv8.2.3198Maxim Kim2021-07-221-1/+3