- 6655bef patch 9.1.0991: v:stacktrace has wrong type in Vim9 script by zeertzjq · 7 months ago
- 8a27d97 runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search() by Doug Kearns · 7 months ago
- 663d18d patch 9.1.0984: exception handling can be improved by ichizok · 7 months ago
- e80f345 runtime(doc): Tweak documentation about base64 function by h-east · 7 months ago
- d4088ed patch 9.1.0983: not able to get the displayed items in complete_info() by glepnir · 7 months ago
- 810785c patch 9.1.0980: no support for base64 en-/decoding functions in Vim Script by Yegappan Lakshmanan · 7 months ago
- b534e80 runtime(doc): Tweak documentation style a bit by h-east · 8 months ago
- 0a85067 patch 9.1.0888: leftcol property not available in getwininfo() by glepnir · 9 months ago
- a73dfc2 patch 9.1.0871: getcellpixels() can be further improved by mikoto2000 · 9 months ago
- de094dc patch 9.1.0863: getcellpixels() can be further improved by mikoto2000 · 9 months ago
- 1083cae patch 9.1.0854: cannot get terminal cell size by mikoto2000 · 9 months ago
- 7c51528 patch 9.1.0849: there are a few typos in the source by zeertzjq · 9 months ago
- 624bb83 runtime(doc): Tweak documentation style a bit by h-east · 9 months ago
- ea19e78 patch 9.1.0844: if_python: no way to pass local vars to python by Ben Jackson · 9 months ago
- b5e7da1 runtime(doc): mention 'iskeyword' at :h charclass() by Christian Brabandt · 9 months ago
- d52fb2f runtime(doc): Clean up minor formatting issues for builtin functions by Yee Cheng Chin · 9 months ago
- 6c2fc37 runtime(help): Update help syntax by Milly · 10 months ago
- 27fbf6e patch 9.1.0785: cannot preserve error position when setting quickfix list by Jeremy Fleischman · 10 months ago
- 1961caf runtime(doc): mention conversion rules for remote_expr() by Christian Brabandt · 10 months ago
- 85f36d6 patch 9.1.0774: "shellcmdline" doesn't work with getcompletion() by zeertzjq · 10 months ago
- 0407d62 patch 9.1.0770: current command line completion is a bit limited by Ruslan Russkikh · 10 months ago
- 6908428 patch 9.1.0741: No way to get prompt for input()/confirm() by Shougo Matsushita · 11 months ago
- d657d3d runtime(doc): clarify the effect of the timeout for search()-functions by Christian Brabandt · 11 months ago
- 0cc5dce runtime(doc): clarify directory of Vim's executable vs CWD by zeertzjq · 12 months ago
- 52e7cc2 runtime(doc): tweak documentation style a bit by h-east · 1 year ago
- c1b3984 runtime(doc): minor updates. by Shane Harper · 1 year, 1 month ago
- d4d1207 patch 9.1.0590: Vim9: crash when accessing getregionpos() return value by zeertzjq · 1 year, 1 month ago
- a20bf69 patch 9.1.0568: Cannot expand paths from 'cdpath' setting by LemonBoy · 1 year, 1 month ago
- 0512425 patch 9.1.0564: id() can be faster by Ernie Rael · 1 year, 1 month ago
- 8252ef1 patch 9.1.0560: bindtextdomain() does not indicate an error by Christ van Willegen · 1 year, 1 month ago
- 9650910 patch 9.1.0559: translation of vim scripts can be improved by RestorerZ · 1 year, 1 month ago
- c8e158b patch 9.1.0548: it's not possible to get a unique id for some vars by Ernie Rael · 1 year, 1 month ago
- 48b7d05 patch 9.1.0547: No way to get the arity of a Vim function by LemonBoy · 1 year, 1 month ago
- f0837ba runtime(doc): In builtin overview use {buf} as param for appendbufline/setbufline (#15089) by errael · 1 year, 1 month ago
- ce0ef91 patch 9.1.0509: not possible to translate Vim script messages by Christ van Willegen · 1 year, 2 months ago
- c98bfb9 runtime(doc): wrong return type for execute() function by Marius Gedminas · 1 year, 2 months ago
- fbc37f1 patch 9.1.0500: cannot switch buffer in a popup by Christian Brabandt · 1 year, 2 months ago
- 84ac212 runtime(doc): Fix typos in several documents by h-east · 1 year, 2 months ago
- 946f61c runtime(doc): clarify when text properties are cleared by Christian Brabandt · 1 year, 2 months ago
- c509c00 runtime(doc): fix wrong helptag for :defer by Christian Brabandt · 1 year, 2 months ago
- d6d4e13 runtime(doc): rewrite mkdir() doc and simplify {flags} meaning by Christian Brabandt · 1 year, 2 months ago
- d353d27 runtime(doc): restore description of "$" in col() and virtcol() (#14981) by zeertzjq · 1 year, 2 months ago
- 02f3eba runtime(doc): deduplicate getpos(), line(), col(), virtcol() by zeertzjq · 1 year, 2 months ago
- 210b39c runtime(doc): clarify documentation for "v" position at line() by Peter Aronoff · 1 year, 2 months ago
- 5674c9a runtime(doc): add return type info for Vim function descriptions by Christian Brabandt · 1 year, 2 months ago
- 60c8743 patch 9.1.0465: missing filecopy() function by Shougo Matsushita · 1 year, 2 months ago
- dff55a3 patch 9.1.0444: Not enough tests for getregion() with multibyte chars by zeertzjq · 1 year, 2 months ago
- afc2295 patch 9.1.0443: Can't use blockwise selection with width for getregion() by zeertzjq · 1 year, 3 months ago
- 2b09de9 patch 9.1.0441: getregionpos() can't properly indicate positions beyond eol by zeertzjq · 1 year, 3 months ago
- 52a6f34 patch 9.1.0430: getregionpos() doesn't handle one char selection by zeertzjq · 1 year, 3 months ago
- c95e64f patch 9.1.0423: getregionpos() wrong with blockwise mode and multibyte by zeertzjq · 1 year, 3 months ago
- 5cf5301 runtime(doc): clarify temporary file clean up by Christian Brabandt · 1 year, 3 months ago
- c0e038b runtime(doc): Remove trailing spaces (#14784) by K.Takata · 1 year, 3 months ago
- 5faeb60 runtime(doc): clarify {special} argument for shellescape() by Enno · 1 year, 3 months ago
- b4757e6 patch 9.1.0394: Cannot get a list of positions describing a region by Shougo Matsushita · 1 year, 3 months ago
- 53753f6 runtime(doc): Fix typos in help documents by h-east · 1 year, 3 months ago
- ad4881c runtime(doc): correct getscriptinfo() example (#14718) by zeertzjq · 1 year, 3 months ago
- fe1e2b5 runtime(doc): clarify syntax vs matching mechanism by Christian Brabandt · 1 year, 3 months ago
- 9cd9e75 runtime(doc): Normalise builtin-function optional parameter formatting by Doug Kearns · 1 year, 4 months ago
- df46115 patch 9.1.0265: console dialog cannot save unnamed buffers by glepnir · 1 year, 4 months ago
- 9574022 runtime(doc): Fill in a few details regarding :enums (#14349) by Aliaksei Budavei · 1 year, 4 months ago
- 3cf121e patch 9.1.0233: Vim9: string() output of enum is problematic by Yegappan Lakshmanan · 1 year, 4 months ago
- 7f0bba2 runtime(doc): Improve docs for empty(), len(), and string() on objects by mityu · 1 year, 4 months ago
- 3164cf8 patch 9.1.0219: Vim9: No enum support by Yegappan Lakshmanan · 1 year, 4 months ago
- ad38769 patch 9.1.0199: Not enough tests for the slice() function by zeertzjq · 1 year, 5 months ago
- c35fc03 patch 9.1.0181: no overflow check for string formatting by Christ van Willegen · 1 year, 5 months ago
- 5866bc3 patch 9.1.0175: wrong window positions with 'winfix{width,height}' by Sean Dewar · 1 year, 5 months ago
- 9a660d2 runtime(doc): add reference to matchbufline() at :h search() by Christian Brabandt · 1 year, 5 months ago
- d64801e patch 9.1.0170: Re-allow curwin == prevwin, but document it instead by Sean Dewar · 1 year, 5 months ago
- 0df8f93 patch 9.1.0157: Duplicate assignment in f_getregion() by zeertzjq · 1 year, 5 months ago
- 84bf6e6 patch 9.1.0155: can only get getregion() from current buffer by Shougo Matsushita · 1 year, 5 months ago
- d3eae7b patch 9.1.0148: Vim9: can't call internal methods with objects by Yegappan Lakshmanan · 1 year, 5 months ago
- 87410ab runtime(doc): some improvements to getregion() docs (#14122) by zeertzjq · 1 year, 5 months ago
- 19b7188 patch 9.1.0142: getregion() can be improved by Shougo Matsushita · 1 year, 5 months ago
- a2ebb6e patch 9.1.0136: Vim9: need more test for exists() methods by Yegappan Lakshmanan · 1 year, 5 months ago
- a35235e runtime(doc) Update help text for matchbufline() and matchstrlist() by Yegappan Lakshmanan · 1 year, 6 months ago
- 421b597 patch 9.1.0126: Internal error when using upper-case mark in getregion() by zeertzjq · 1 year, 6 months ago
- ec9c326 runtime(doc): clarify expand() for :terminal windows by Christian Brabandt · 1 year, 6 months ago
- 9ca335a patch 9.1.0122: Some minor issues with the getregion() function by Maxim Kim · 1 year, 6 months ago
- 3f905ab patch 9.1.0120: hard to get visual region using Vim script by Shougo Matsushita · 1 year, 6 months ago
- 96cc4ae patch 9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommands by Sean Dewar · 1 year, 6 months ago
- a0010a1 patch 9.1.0099: Not able to use diff() with 'diffexpr' by Yegappan Lakshmanan · 1 year, 6 months ago
- be156a3 patch 9.1.0096: diff() function uses 'diffexpr' by Yegappan Lakshmanan · 1 year, 6 months ago
- 1af3563 patch 9.1.0080: unexpected error for modifying final list using += by Yegappan Lakshmanan · 1 year, 6 months ago
- fa37835 patch 9.1.0071: Need a diff() Vim script function by Yegappan Lakshmanan · 1 year, 6 months ago
- 6e0a18f patch 9.1.0064: No Wayland support by lilydjwg · 1 year, 6 months ago
- 92e90a1 patch 9.1.0058: Cannot map Super Keys in GTK UI by Casey Tucker · 1 year, 7 months ago
- 1fb4103 patch 9.1.0049: Make "[Command Line]" a special buffer name by Sean Dewar · 2 years ago
- eb3475d runtime(doc): Replace non-breaking space with normal space (#13868) by Yegappan Lakshmanan · 1 year, 7 months ago
- c92b8be runtime(help): delete duplicate help tag E741 (#13861) by errael · 1 year, 7 months ago
- e79e207 patch 9.1.0027: Vim is missing a foreach() func by Ernie Rael · 1 year, 7 months ago
- 963fd7d runtime(doc): Fix typos in reltime() help. (#13818) by Lifepillar · 1 year, 7 months ago
- 81642d9 patch 9.1.0010: Keymap completion is not available by Doug Kearns · 1 year, 7 months ago
- f93b1c8 patch 9.1.0009: Cannot easily get the list of matches by Yegappan Lakshmanan · 1 year, 7 months ago
- b4ddc6c patch 9.1.0000: Vim 9.1 release by Christian Brabandt · 1 year, 7 months ago
- 49cdd62 runtime(doc): list of new/changed features in version9.txt by Yegappan Lakshmanan · 1 year, 8 months ago
- 17dca3c runtime(doc): grammar & typo fixes by Dominique Pellé · 1 year, 8 months ago
- 2a71b54 patch 9.0.2162: Vim9: type documentation out-dated by Yegappan Lakshmanan · 1 year, 8 months ago
- 2025af1 patch 9.0.2160: instanceof() should use varargs as second arg by Ernie Rael · 1 year, 8 months ago
- fcaeb3d patch 9.0.2135: No test for mode() when executing Ex commands by zeertzjq · 1 year, 8 months ago