summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Update runtime files.Bram Moolenaar2022-05-219-119/+154
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-193-0/+156
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-181-1/+1
* patch 8.2.4965: GUI: testing mouse move event depends on screen cell sizev8.2.4965Bram Moolenaar2022-05-161-1/+4
* Update runtime files, new color schemesBram Moolenaar2022-05-1413-925/+996
* Update runtime files and translationsBram Moolenaar2022-05-127-108/+105
* patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positionsv8.2.4939zeertzjq2022-05-111-4/+3
* patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael2022-05-101-0/+26
* Update runtime files, translationsBram Moolenaar2022-05-096-12/+29
* Update runtime filesBram Moolenaar2022-05-0711-33/+51
* patch 8.2.4907: some users do not want a line comment always insertedv8.2.4907Bram Moolenaar2022-05-071-4/+7
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-071-0/+7
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-072-0/+24
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-071-9/+12
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+19
* patch 8.2.4882: cannot make 'breakindent' use a specific columnv8.2.4882Christian Brabandt2022-05-061-1/+7
* patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881Shougo Matsushita2022-05-063-10/+11
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-5/+29
* patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto2022-05-031-2/+4
* patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq2022-04-291-0/+1
* patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy2022-04-282-0/+20
* Update runtime filesBram Moolenaar2022-04-277-173/+152
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-252-14/+16
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-242-1/+14
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-2/+0
* Update runtime filesBram Moolenaar2022-04-1817-71/+93
* patch 8.2.4780: parsing an LSP message fails when it is splitv8.2.4780Yegappan Lakshmanan2022-04-181-0/+6
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-171-3/+28
* 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-131-0/+1
* 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.4740: when expand() fails there is no error messagev8.2.4740Bram Moolenaar2022-04-121-0/+3
* 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.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-091-0/+1
* 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
* Update runtime filesBram Moolenaar2022-04-0834-200/+187
* 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.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-073-5/+18
* 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