summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar2022-04-041-0/+5
* patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy2022-04-041-9/+14
* patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan2022-04-031-4/+14
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-032-30/+18
* patch 8.2.4674: cannot force getting MouseMove eventsv8.2.4674Ernie Rael2022-04-033-2/+40
* patch 8.2.4667: expandcmd() fails on an errorv8.2.4667Yegappan Lakshmanan2022-04-021-2/+5
* patch 8.2.4664: Elvish files are not recognizedv8.2.4664Bruno Roque2022-04-021-0/+3
* patch 8.2.4658: org-mode files are not recognizedv8.2.4658ranjithshegde2022-03-311-1/+4
* Update runtime filesBram Moolenaar2022-03-3022-176/+261
* patch 8.2.4648: handling LSP messages is a bit slowv8.2.4648Yegappan Lakshmanan2022-03-301-5/+92
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-241-1/+5
* patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"v8.2.4608Yegappan Lakshmanan2022-03-221-0/+4
* patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan2022-03-221-10/+29
* patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan2022-03-211-5/+11
* Update runtime filesBram Moolenaar2022-03-1927-244/+271
* patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan2022-03-192-6/+6
* 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