summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* Update runtime filesBram Moolenaar2021-11-0727-232/+338
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-034-0/+93
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-249-20/+1069
* Update runtime filesBram Moolenaar2021-10-2317-72/+159
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-221-4/+9
* patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidv8.2.3545zeertzjq2021-10-201-0/+3
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-172-35/+70
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-161-0/+12
* patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar2021-10-161-0/+7
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-163-1/+20
* Update runtime filesBram Moolenaar2021-10-1625-240/+407
* patch 8.2.3519: TOML files are not recognizedv8.2.3519Aman Verma2021-10-161-1/+3
* patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly2021-10-151-3/+0
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-0/+1
* patch 8.2.3509: undo file is not syncedv8.2.3509Bram Moolenaar2021-10-141-2/+2
* patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar2021-10-131-1/+14
* patch 8.2.3501: tmux filetype dection is incompletev8.2.3501Eric Pruitt2021-10-121-0/+3
* 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