summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4571: not all gdb files are recognizedv8.2.4571Jade Lovelace2022-03-151-1/+1
* patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar2022-03-141-2/+3
* patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt2022-03-111-0/+0
* Update runtime filesBram Moolenaar2022-03-0848-328/+634
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-7/+49
* patch 8.2.4511: filetype test failsv8.2.4511Bram Moolenaar2022-03-051-3/+3
* patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar2022-03-031-0/+2
* Update runtime files.Bram Moolenaar2022-02-2644-8728/+27082
* patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=2022-02-242-0/+5
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-0/+8
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-231-0/+1
* patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar2022-02-232-13/+14
* patch 8.2.4448: filetype detection is failingv8.2.4448Bram Moolenaar2022-02-221-7/+7
* patch 8.2.4447: Vim9: can still use s:var in a compiled functionv8.2.4447Bram Moolenaar2022-02-221-5/+7
* Update runtime filesBram Moolenaar2022-02-2016-89/+147
* patch 8.2.4424: ".gts" and ".gjs" files are not recognizedv8.2.4424NullVoxPopuli2022-02-191-0/+4
* patch 8.2.4420: menu translations are inconsistentv8.2.4420Ada2022-02-1954-555/+1063
* patch 8.2.4416: Vim9: using a script-local function requires using "s:"v8.2.4416Bram Moolenaar2022-02-181-3/+13
* patch 8.2.4414: solidity files are not recognizedv8.2.4414=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-181-0/+3
* patch 8.2.4411: bicep files are not recognizedv8.2.4411=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-171-2/+5
* patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372Bram Moolenaar2022-02-132-421/+430
* patch 8.2.4352: ReScript files are not recognizedv8.2.4352Ananda Umamil2022-02-121-0/+3
* patch 8.2.4348: "legacy exe cmd" does not do what one would expectv8.2.4348Bram Moolenaar2022-02-111-5/+5
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-112-0/+10
* Update runtime files. (closes #9741)Bram Moolenaar2022-02-117-62/+83
* Update runtime filesBram Moolenaar2022-02-0977-122/+167
* patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar2022-02-091-0/+6
* patch 8.2.4329: no support for end line number and column in 'errorformat'v8.2.4329haya14busa2022-02-081-0/+5
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-6/+25
* patch 8.2.4305: tex filetype detection failsv8.2.4305Bram Moolenaar2022-02-051-3/+4
* Update runtime files; use compiled functionsBram Moolenaar2022-02-047-513/+476
* Update runtime files.Bram Moolenaar2022-02-0422-507/+690
* patch 8.2.4282: restricted mode requires the -Z command line optionv8.2.4282matveyt2022-02-011-0/+2
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-312-3/+0
* patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns2022-01-312-5/+21
* Update runtime filesBram Moolenaar2022-01-3111-69/+98
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-312-7/+0
* patch 8.2.4263: no test for the GUI find/replace dialogv8.2.4263Yegappan Lakshmanan2022-01-301-5/+22
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-303-65/+70
* Update runtime filesBram Moolenaar2022-01-2926-250/+1149
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-292-0/+7
* patch 8.2.4251: vala files are not recognizedv8.2.4251Bram Moolenaar2022-01-291-0/+3
* patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249Bram Moolenaar2022-01-291-0/+6
* patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242Shougo Matsushita2022-01-281-0/+1
* patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"v8.2.4238=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-282-3/+21
* patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan2022-01-273-0/+23
* patch 8.2.4196: various file types not recognizedv8.2.4196=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+61
* patch 8.2.4191: json5 files are not recognizedv8.2.4191=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+3
* Update runtime filesBram Moolenaar2022-01-2328-413/+570
* patch 8.2.4188: not all gitconfig files are recognizedv8.2.4188Tim Pope2022-01-231-1/+3