- ffc89e4 runtime(doc): clarify complete_match() and 'isexpand' option by glepnir · 3 months ago
- bcd5995 patch 9.1.1341: cannot define completion triggers by glepnir · 4 months ago
- a3422aa patch 9.1.1340: cannot complete :filetype arguments by Christian Brabandt · 4 months ago
- 5c3d1e3 patch 9.1.1331: Leaking memory with cmdcomplete() by Girish Palya · 4 months ago
- b753d80 runtime(doc): clarify return type for findfile()/finddir() by Christian Brabandt · 4 months ago
- 92f68e2 patch 9.1.1329: cannot get information about command line completion by Girish Palya · 4 months ago
- 0ed11ba runtime(doc): Tweak documentation style a bit by Hirohito Higashi · 4 months ago
- e9a27ef patch 9.1.1318: tests: test_format fails by zeertzjq · 4 months ago
- 1c2f475 runtime(doc): Update the tuple help text by Yegappan Lakshmanan · 4 months ago
- 038be27 patch 9.1.1239: if_python: no tuple data type support by Yegappan Lakshmanan · 4 months ago
- 92e109f runtime(doc): Fix an omission in the documentation. by Christ van Willegen · 5 months ago
- 9cb865e patch 9.1.1232: Vim script is missing the tuple data type by Yegappan Lakshmanan · 5 months ago
- 932a535 runtime(doc): update and correct str2blob() and blob2str() examples by Hirohito Higashi · 5 months ago
- 83d7440 runtime(hlyank): add the hlyank package by Christian Brabandt · 5 months ago
- d5afc74 patch 9.1.1223: wrong translation used for encoding failures by Christian Brabandt · 5 months ago
- c4815c1 patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase" by zeertzjq · 5 months ago
- 28e40a7 patch 9.1.1214: matchfuzzy() can be improved for camel case matches by glepnir · 5 months ago
- c1c3b5d runtime(doc): remove unnecessary "an" by zeertzjq · 5 months ago
- 0a336cc runtime(doc): clarify that a umask is applied to mkdir() by Christian Brabandt · 5 months ago
- b3854bf patch 9.1.1144: no way to create raw strings from a blob by Bakudankun · 6 months ago
- 5647c91 runtime(doc): add reference to extendnew() at extend() by Christian Brabandt · 6 months ago
- a41dfcd patch 9.1.1081: has('bsd') is true for GNU/Hurd by Zhaoming Luo · 6 months ago
- edf0f7d patch 9.1.1070: Cannot control cursor positioning of getchar() by zeertzjq · 6 months ago
- e0a2ab3 patch 9.1.1068: getchar() can't distinguish between C-I and Tab by zeertzjq · 6 months ago
- c078675 patch 9.1.1064: not possible to use plural forms with gettext() by Christ van Willegen · 6 months ago
- 195fcc9 runtime(doc): Tweak documentation style a bit by Hirohito Higashi · 6 months ago
- 166b175 patch 9.1.1025: wrong return type of blob2str() by Yegappan Lakshmanan · 7 months ago
- a11b23c patch 9.1.1024: blob2str/str2blob() do not support list of strings by Yegappan Lakshmanan · 7 months ago
- 037b028 patch 9.1.1020: no way to get current selected item in a async context by glepnir · 7 months ago
- 6472e58 runtime(doc): fix base64 encode/decode examples by Maxim Kim · 7 months ago
- 1aefe1d patch 9.1.1016: Not possible to convert string2blob and blob2string by Yegappan Lakshmanan · 7 months ago
- 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, 3 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