summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-2/+0
* patch 8.2.4793: recognizing Maxima filetype even though it might be anotherv8.2.4793Bram Moolenaar2022-04-191-4/+8
* patch 8.2.4790: lilypond filetype not recognizedv8.2.4790Bram Moolenaar2022-04-191-0/+3
* Update runtime filesBram Moolenaar2022-04-1829-106/+1162
* patch 8.2.4781: Maxima files are not recognizedv8.2.4781Doron Behar2022-04-181-0/+4
* patch 8.2.4780: parsing an LSP message fails when it is splitv8.2.4780Yegappan Lakshmanan2022-04-181-0/+6
* patch 8.2.4778: pacman files use dosini filetypev8.2.4778Chaoren Lin2022-04-171-3/+3
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-171-3/+28
* patch 8.2.4767: openscad files are not recognizedv8.2.4767salkin-mada2022-04-161-0/+3
* patch 8.2.4766: KRL files using "deffct" not recognizedv8.2.4766KnoP-012022-04-161-2/+5
* patch 8.2.4761: documentation for using LSP messages is incompletev8.2.4761Yegappan Lakshmanan2022-04-161-21/+41
* patch 8.2.4760: using matchfuzzy() on a long list can take a whilev8.2.4760Yasuhiro Matsumoto2022-04-161-1/+6
* patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan2022-04-161-5/+106
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-141-1/+9
* patch 8.2.4747: no filetype override for .sys filesv8.2.4747KnoP-012022-04-132-1/+4
* patch 8.2.4746: supercollider filetype not recognizedv8.2.4746ranjithshegde2022-04-132-6/+34
* patch 8.2.4744: a terminal window can't use the bellv8.2.4744LemonBoy2022-04-131-0/+2
* patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar2022-04-122-2/+9
* patch 8.2.4741: startup test failsv8.2.4741Bram Moolenaar2022-04-122-2/+3
* patch 8.2.4740: when expand() fails there is no error messagev8.2.4740Bram Moolenaar2022-04-121-0/+3
* patch 8.2.4733: HEEx and Surface do need a separate filetypev8.2.4733Aaron Tinio2022-04-111-2/+8
* patch 8.2.4729: HEEx and Surface templates do not need a separate filetypev8.2.4729Aaron Tinio2022-04-101-8/+2
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-103-3/+3
* patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy2022-04-091-1/+7
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-092-0/+3
* patch 8.2.4721: cooklang files are not recognizedv8.2.4721=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-091-0/+3
* patch 8.2.4720: ABB Rapid files are not recognized properlyKnoP-012022-04-091-0/+1
* patch 8.2.0003: Build file dependencies are incompletev8.2.4720Bram Moolenaar2022-04-093-24/+84
* patch 8.2.4719: ">" marker sometimes not displayed in the jumplistv8.2.4719Christian Brabandt2022-04-091-0/+3
* patch 8.2.4717: for TextYankPost v:event does not contain all informationv8.2.4717Bram Moolenaar2022-04-091-0/+3
* patch 8.2.4715: Vagrantfile not recognizedv8.2.4715Julien Voisin2022-04-081-0/+3
* Update runtime filesBram Moolenaar2022-04-0865-417/+485
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-2/+23
* patch 8.2.4712: only get profiling information after exitingv8.2.4712Yegappan Lakshmanan2022-04-081-5/+17
* patch 8.2.4708: PHP test files are not recognizedv8.2.4708Julien Voisin2022-04-071-3/+4
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-074-5/+23
* patch 8.2.4701: Kuka Robot Language files not recognizedv8.2.4701Bram Moolenaar2022-04-062-0/+22
* 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