1. ffc89e4 runtime(doc): clarify complete_match() and 'isexpand' option by glepnir · 3 months ago
  2. bcd5995 patch 9.1.1341: cannot define completion triggers by glepnir · 4 months ago
  3. a3422aa patch 9.1.1340: cannot complete :filetype arguments by Christian Brabandt · 4 months ago
  4. 5c3d1e3 patch 9.1.1331: Leaking memory with cmdcomplete() by Girish Palya · 4 months ago
  5. b753d80 runtime(doc): clarify return type for findfile()/finddir() by Christian Brabandt · 4 months ago
  6. 92f68e2 patch 9.1.1329: cannot get information about command line completion by Girish Palya · 4 months ago
  7. 0ed11ba runtime(doc): Tweak documentation style a bit by Hirohito Higashi · 4 months ago
  8. e9a27ef patch 9.1.1318: tests: test_format fails by zeertzjq · 4 months ago
  9. 1c2f475 runtime(doc): Update the tuple help text by Yegappan Lakshmanan · 4 months ago
  10. 038be27 patch 9.1.1239: if_python: no tuple data type support by Yegappan Lakshmanan · 4 months ago
  11. 92e109f runtime(doc): Fix an omission in the documentation. by Christ van Willegen · 5 months ago
  12. 9cb865e patch 9.1.1232: Vim script is missing the tuple data type by Yegappan Lakshmanan · 5 months ago
  13. 932a535 runtime(doc): update and correct str2blob() and blob2str() examples by Hirohito Higashi · 5 months ago
  14. 83d7440 runtime(hlyank): add the hlyank package by Christian Brabandt · 5 months ago
  15. d5afc74 patch 9.1.1223: wrong translation used for encoding failures by Christian Brabandt · 5 months ago
  16. c4815c1 patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase" by zeertzjq · 5 months ago
  17. 28e40a7 patch 9.1.1214: matchfuzzy() can be improved for camel case matches by glepnir · 5 months ago
  18. c1c3b5d runtime(doc): remove unnecessary "an" by zeertzjq · 5 months ago
  19. 0a336cc runtime(doc): clarify that a umask is applied to mkdir() by Christian Brabandt · 5 months ago
  20. b3854bf patch 9.1.1144: no way to create raw strings from a blob by Bakudankun · 6 months ago
  21. 5647c91 runtime(doc): add reference to extendnew() at extend() by Christian Brabandt · 6 months ago
  22. a41dfcd patch 9.1.1081: has('bsd') is true for GNU/Hurd by Zhaoming Luo · 6 months ago
  23. edf0f7d patch 9.1.1070: Cannot control cursor positioning of getchar() by zeertzjq · 6 months ago
  24. e0a2ab3 patch 9.1.1068: getchar() can't distinguish between C-I and Tab by zeertzjq · 6 months ago
  25. c078675 patch 9.1.1064: not possible to use plural forms with gettext() by Christ van Willegen · 6 months ago
  26. 195fcc9 runtime(doc): Tweak documentation style a bit by Hirohito Higashi · 6 months ago
  27. 166b175 patch 9.1.1025: wrong return type of blob2str() by Yegappan Lakshmanan · 7 months ago
  28. a11b23c patch 9.1.1024: blob2str/str2blob() do not support list of strings by Yegappan Lakshmanan · 7 months ago
  29. 037b028 patch 9.1.1020: no way to get current selected item in a async context by glepnir · 7 months ago
  30. 6472e58 runtime(doc): fix base64 encode/decode examples by Maxim Kim · 7 months ago
  31. 1aefe1d patch 9.1.1016: Not possible to convert string2blob and blob2string by Yegappan Lakshmanan · 7 months ago
  32. 6655bef patch 9.1.0991: v:stacktrace has wrong type in Vim9 script by zeertzjq · 7 months ago
  33. 8a27d97 runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search() by Doug Kearns · 7 months ago
  34. 663d18d patch 9.1.0984: exception handling can be improved by ichizok · 7 months ago
  35. e80f345 runtime(doc): Tweak documentation about base64 function by h-east · 7 months ago
  36. d4088ed patch 9.1.0983: not able to get the displayed items in complete_info() by glepnir · 7 months ago
  37. 810785c patch 9.1.0980: no support for base64 en-/decoding functions in Vim Script by Yegappan Lakshmanan · 7 months ago
  38. b534e80 runtime(doc): Tweak documentation style a bit by h-east · 8 months ago
  39. 0a85067 patch 9.1.0888: leftcol property not available in getwininfo() by glepnir · 9 months ago
  40. a73dfc2 patch 9.1.0871: getcellpixels() can be further improved by mikoto2000 · 9 months ago
  41. de094dc patch 9.1.0863: getcellpixels() can be further improved by mikoto2000 · 9 months ago
  42. 1083cae patch 9.1.0854: cannot get terminal cell size by mikoto2000 · 9 months ago
  43. 7c51528 patch 9.1.0849: there are a few typos in the source by zeertzjq · 9 months ago
  44. 624bb83 runtime(doc): Tweak documentation style a bit by h-east · 9 months ago
  45. ea19e78 patch 9.1.0844: if_python: no way to pass local vars to python by Ben Jackson · 9 months ago
  46. b5e7da1 runtime(doc): mention 'iskeyword' at :h charclass() by Christian Brabandt · 9 months ago
  47. d52fb2f runtime(doc): Clean up minor formatting issues for builtin functions by Yee Cheng Chin · 9 months ago
  48. 6c2fc37 runtime(help): Update help syntax by Milly · 10 months ago
  49. 27fbf6e patch 9.1.0785: cannot preserve error position when setting quickfix list by Jeremy Fleischman · 10 months ago
  50. 1961caf runtime(doc): mention conversion rules for remote_expr() by Christian Brabandt · 10 months ago
  51. 85f36d6 patch 9.1.0774: "shellcmdline" doesn't work with getcompletion() by zeertzjq · 10 months ago
  52. 0407d62 patch 9.1.0770: current command line completion is a bit limited by Ruslan Russkikh · 10 months ago
  53. 6908428 patch 9.1.0741: No way to get prompt for input()/confirm() by Shougo Matsushita · 11 months ago
  54. d657d3d runtime(doc): clarify the effect of the timeout for search()-functions by Christian Brabandt · 11 months ago
  55. 0cc5dce runtime(doc): clarify directory of Vim's executable vs CWD by zeertzjq · 12 months ago
  56. 52e7cc2 runtime(doc): tweak documentation style a bit by h-east · 1 year ago
  57. c1b3984 runtime(doc): minor updates. by Shane Harper · 1 year, 1 month ago
  58. d4d1207 patch 9.1.0590: Vim9: crash when accessing getregionpos() return value by zeertzjq · 1 year, 1 month ago
  59. a20bf69 patch 9.1.0568: Cannot expand paths from 'cdpath' setting by LemonBoy · 1 year, 1 month ago
  60. 0512425 patch 9.1.0564: id() can be faster by Ernie Rael · 1 year, 1 month ago
  61. 8252ef1 patch 9.1.0560: bindtextdomain() does not indicate an error by Christ van Willegen · 1 year, 1 month ago
  62. 9650910 patch 9.1.0559: translation of vim scripts can be improved by RestorerZ · 1 year, 1 month ago
  63. 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
  64. 48b7d05 patch 9.1.0547: No way to get the arity of a Vim function by LemonBoy · 1 year, 1 month ago
  65. f0837ba runtime(doc): In builtin overview use {buf} as param for appendbufline/setbufline (#15089) by errael · 1 year, 1 month ago
  66. ce0ef91 patch 9.1.0509: not possible to translate Vim script messages by Christ van Willegen · 1 year, 2 months ago
  67. c98bfb9 runtime(doc): wrong return type for execute() function by Marius Gedminas · 1 year, 2 months ago
  68. fbc37f1 patch 9.1.0500: cannot switch buffer in a popup by Christian Brabandt · 1 year, 2 months ago
  69. 84ac212 runtime(doc): Fix typos in several documents by h-east · 1 year, 2 months ago
  70. 946f61c runtime(doc): clarify when text properties are cleared by Christian Brabandt · 1 year, 2 months ago
  71. c509c00 runtime(doc): fix wrong helptag for :defer by Christian Brabandt · 1 year, 2 months ago
  72. d6d4e13 runtime(doc): rewrite mkdir() doc and simplify {flags} meaning by Christian Brabandt · 1 year, 2 months ago
  73. d353d27 runtime(doc): restore description of "$" in col() and virtcol() (#14981) by zeertzjq · 1 year, 2 months ago
  74. 02f3eba runtime(doc): deduplicate getpos(), line(), col(), virtcol() by zeertzjq · 1 year, 2 months ago
  75. 210b39c runtime(doc): clarify documentation for "v" position at line() by Peter Aronoff · 1 year, 2 months ago
  76. 5674c9a runtime(doc): add return type info for Vim function descriptions by Christian Brabandt · 1 year, 2 months ago
  77. 60c8743 patch 9.1.0465: missing filecopy() function by Shougo Matsushita · 1 year, 2 months ago
  78. dff55a3 patch 9.1.0444: Not enough tests for getregion() with multibyte chars by zeertzjq · 1 year, 3 months ago
  79. afc2295 patch 9.1.0443: Can't use blockwise selection with width for getregion() by zeertzjq · 1 year, 3 months ago
  80. 2b09de9 patch 9.1.0441: getregionpos() can't properly indicate positions beyond eol by zeertzjq · 1 year, 3 months ago
  81. 52a6f34 patch 9.1.0430: getregionpos() doesn't handle one char selection by zeertzjq · 1 year, 3 months ago
  82. c95e64f patch 9.1.0423: getregionpos() wrong with blockwise mode and multibyte by zeertzjq · 1 year, 3 months ago
  83. 5cf5301 runtime(doc): clarify temporary file clean up by Christian Brabandt · 1 year, 3 months ago
  84. c0e038b runtime(doc): Remove trailing spaces (#14784) by K.Takata · 1 year, 3 months ago
  85. 5faeb60 runtime(doc): clarify {special} argument for shellescape() by Enno · 1 year, 3 months ago
  86. b4757e6 patch 9.1.0394: Cannot get a list of positions describing a region by Shougo Matsushita · 1 year, 3 months ago
  87. 53753f6 runtime(doc): Fix typos in help documents by h-east · 1 year, 3 months ago
  88. ad4881c runtime(doc): correct getscriptinfo() example (#14718) by zeertzjq · 1 year, 3 months ago
  89. fe1e2b5 runtime(doc): clarify syntax vs matching mechanism by Christian Brabandt · 1 year, 3 months ago
  90. 9cd9e75 runtime(doc): Normalise builtin-function optional parameter formatting by Doug Kearns · 1 year, 4 months ago
  91. df46115 patch 9.1.0265: console dialog cannot save unnamed buffers by glepnir · 1 year, 4 months ago
  92. 9574022 runtime(doc): Fill in a few details regarding :enums (#14349) by Aliaksei Budavei · 1 year, 4 months ago
  93. 3cf121e patch 9.1.0233: Vim9: string() output of enum is problematic by Yegappan Lakshmanan · 1 year, 4 months ago
  94. 7f0bba2 runtime(doc): Improve docs for empty(), len(), and string() on objects by mityu · 1 year, 4 months ago
  95. 3164cf8 patch 9.1.0219: Vim9: No enum support by Yegappan Lakshmanan · 1 year, 4 months ago
  96. ad38769 patch 9.1.0199: Not enough tests for the slice() function by zeertzjq · 1 year, 5 months ago
  97. c35fc03 patch 9.1.0181: no overflow check for string formatting by Christ van Willegen · 1 year, 5 months ago
  98. 5866bc3 patch 9.1.0175: wrong window positions with 'winfix{width,height}' by Sean Dewar · 1 year, 5 months ago
  99. 9a660d2 runtime(doc): add reference to matchbufline() at :h search() by Christian Brabandt · 1 year, 5 months ago
  100. d64801e patch 9.1.0170: Re-allow curwin == prevwin, but document it instead by Sean Dewar · 1 year, 5 months ago