summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto2022-06-181-1/+1
* patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar2022-06-171-1/+1
* patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errorsv8.2.5113Bram Moolenaar2022-06-161-0/+1
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-161-1/+1
* patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar2022-06-132-0/+2
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-053-3/+9
* patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar2022-05-301-2/+2
* patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar2022-05-301-2/+3
* patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar2022-05-291-0/+1
* patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar2022-05-271-0/+1
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-1/+0
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-261-0/+1
* patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar2022-05-251-1/+1
* patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar2022-05-211-0/+1
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-202-0/+2
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-191-0/+3
* patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar2022-05-171-2/+2
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-161-0/+1
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-141-0/+1
* patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar2022-05-121-1/+1
* patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar2022-05-101-1/+1
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-104-7/+8
* patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt2022-05-081-1/+1
* patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar2022-05-071-1/+2
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-073-1/+5
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-071-0/+2
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-063-1/+4
* patch 8.2.4875: MS-Windows: some .exe files are not recognizedv8.2.4875LemonBoy2022-05-051-0/+1
* patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar2022-05-051-1/+1
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-0/+1
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-2/+2
* patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar2022-04-281-1/+1
* patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy2022-04-281-0/+1
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-251-2/+2
* patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy2022-04-251-0/+1
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-241-0/+1
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-212-1/+2
* patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy2022-04-151-0/+1
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+2
* patch 8.2.4749: <script> is not expanded in autocmd contextv8.2.4749LemonBoy2022-04-141-2/+3
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-141-0/+1
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-121-1/+1
* patch 8.2.4732: duplicate code to free fuzzy matchesv8.2.4732Bram Moolenaar2022-04-101-1/+2
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-1/+0
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-1/+2
* patch 8.2.4716: memory allocation failure not tested when defining a functionv8.2.4716Yegappan Lakshmanan2022-04-091-0/+1
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-082-1/+3
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-041-0/+1
* patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar2022-04-041-1/+1
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-33/+0