1- *version9.txt* For Vim version 9.1. Last change: 2024 Dec 31
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Jan 02
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -31849,14 +31849,14 @@ Autocommands: ~
3184931849
3185031850Commands: ~
3185131851
31852- |:abstract| define a Vim9 abstract class
31853- |:class| start of a class specification
31852+ |:abstract| declare a Vim9 abstract class
31853+ |:class| start of a class declaration
3185431854|:defer| call function when current function is done
3185531855|:echowindow| same as :echomsg, but use a popup window
31856- |:endinterface| end of an interface specification
31857- |:endclass| end of a class specification
31856+ |:endinterface| end of an interface declaration
31857+ |:endclass| end of a class declaration
3185831858|:horizontal| following window command works horizontally
31859- |:interface| start of an interface specification
31859+ |:interface| start of an interface declaration
3186031860|:public| prefix for a class or object member
3186131861|:static| prefix for a class member or function
3186231862|:this| prefix for an object member
@@ -41623,6 +41623,8 @@ Changed~
4162341623 for the ghostty terminal emulator (using kitty protocol)
4162441624- |complete_info()| returns the list of matches shown in the poppu menu via
4162541625 the "matches" key
41626+ - |v:stacktrace| The stack trace of the exception most recently caught and
41627+ not finished
4162641628
4162741629 *added-9.2*
4162841630Added ~
@@ -41642,6 +41644,7 @@ Functions: ~
4164241644|getcmdprompt()| get prompt for input()/confirm()
4164341645|getregion()| get a region of text from a buffer
4164441646|getregionpos()| get a list of positions for a region
41647+ |getstacktrace()| get current stack trace of Vim scripts
4164541648|id()| get unique identifier for a Dict, List, Object,
4164641649 Channel or Blob variable
4164741650|matchbufline()| all the matches of a pattern in a buffer
0 commit comments