summaryrefslogtreecommitdiffstats
path: root/runtime/doc/builtin.txt
AgeCommit message (Expand)Author
2024-06-20patch 9.1.0509: not possible to translate Vim script messagesv9.1.0509Christ van Willegen
2024-06-19runtime(doc): wrong return type for execute() functionMarius Gedminas
2024-06-18patch 9.1.0500: cannot switch buffer in a popupv9.1.0500Christian Brabandt
2024-06-17runtime(doc): Fix typos in several documentsh-east
2024-06-17runtime(doc): clarify when text properties are clearedChristian Brabandt
2024-06-14runtime(doc): fix wrong helptag for :deferChristian Brabandt
2024-06-13runtime(doc): rewrite mkdir() doc and simplify {flags} meaningChristian Brabandt
2024-06-13runtime(doc): restore description of "$" in col() and virtcol() (#14981)zeertzjq
2024-06-12runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq
2024-06-11runtime(doc): clarify documentation for "v" position at line()Peter Aronoff
2024-06-09runtime(doc): add return type info for Vim function descriptionsChristian Brabandt
2024-06-03patch 9.1.0465: missing filecopy() functionv9.1.0465Shougo Matsushita
2024-05-25patch 9.1.0444: Not enough tests for getregion() with multibyte charsv9.1.0444zeertzjq
2024-05-24patch 9.1.0443: Can't use blockwise selection with width for getregion()v9.1.0443zeertzjq
2024-05-24patch 9.1.0441: getregionpos() can't properly indicate positions beyond eolv9.1.0441zeertzjq
2024-05-22patch 9.1.0430: getregionpos() doesn't handle one char selectionv9.1.0430zeertzjq
2024-05-20patch 9.1.0423: getregionpos() wrong with blockwise mode and multibytev9.1.0423zeertzjq
2024-05-18runtime(doc): clarify temporary file clean upChristian Brabandt
2024-05-16runtime(doc): Remove trailing spaces (#14784)K.Takata
2024-05-15runtime(doc): clarify {special} argument for shellescape()Enno
2024-05-07patch 9.1.0394: Cannot get a list of positions describing a regionv9.1.0394Shougo Matsushita
2024-05-05runtime(doc): Fix typos in help documentsh-east
2024-05-04runtime(doc): correct getscriptinfo() example (#14718)zeertzjq
2024-04-26runtime(doc): clarify syntax vs matching mechanismChristian Brabandt
2024-04-07runtime(doc): Normalise builtin-function optional parameter formattingDoug Kearns
2024-04-04patch 9.1.0265: console dialog cannot save unnamed buffersv9.1.0265glepnir
2024-04-04runtime(doc): Fill in a few details regarding :enums (#14349)Aliaksei Budavei
2024-03-31patch 9.1.0233: Vim9: string() output of enum is problematicv9.1.0233Yegappan Lakshmanan
2024-03-29runtime(doc): Improve docs for empty(), len(), and string() on objectsmityu
2024-03-28patch 9.1.0219: Vim9: No enum supportv9.1.0219Yegappan Lakshmanan
2024-03-23patch 9.1.0199: Not enough tests for the slice() functionv9.1.0199zeertzjq
2024-03-14patch 9.1.0181: no overflow check for string formattingv9.1.0181Christ van Willegen
2024-03-13patch 9.1.0175: wrong window positions with 'winfix{width,height}'v9.1.0175Sean Dewar
2024-03-12runtime(doc): add reference to matchbufline() at :h search()Christian Brabandt
2024-03-12patch 9.1.0170: Re-allow curwin == prevwin, but document it insteadv9.1.0170Sean Dewar
2024-03-07patch 9.1.0157: Duplicate assignment in f_getregion()v9.1.0157zeertzjq
2024-03-06patch 9.1.0155: can only get getregion() from current bufferv9.1.0155Shougo Matsushita
2024-03-03patch 9.1.0148: Vim9: can't call internal methods with objectsv9.1.0148Yegappan Lakshmanan
2024-03-01runtime(doc): some improvements to getregion() docs (#14122)zeertzjq
2024-02-28patch 9.1.0142: getregion() can be improvedv9.1.0142Shougo Matsushita
2024-02-25patch 9.1.0136: Vim9: need more test for exists()v9.1.0136Yegappan Lakshmanan
2024-02-24runtime(doc) Update help text for matchbufline() and matchstrlist()Yegappan Lakshmanan
2024-02-22patch 9.1.0126: Internal error when using upper-case mark in getregion()v9.1.0126zeertzjq
2024-02-21runtime(doc): clarify expand() for :terminal windowsChristian Brabandt
2024-02-21patch 9.1.0122: Some minor issues with the getregion() functionv9.1.0122Maxim Kim
2024-02-21patch 9.1.0120: hard to get visual region using Vim scriptv9.1.0120Shougo Matsushita
2024-02-20patch 9.1.0117: Stop split-moving from firing WinNew and WinNewPre autocommandsv9.1.0117Sean Dewar
2024-02-12patch 9.1.0099: Not able to use diff() with 'diffexpr'v9.1.0099Yegappan Lakshmanan
2024-02-11patch 9.1.0096: diff() function uses 'diffexpr'v9.1.0096Yegappan Lakshmanan
2024-02-06patch 9.1.0080: unexpected error for modifying final list using +=v9.1.0080Yegappan Lakshmanan