diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-07 19:54:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-07 19:54:59 +0200 |
commit | e7b1ea0276cc83cd5c612f3189a174a60d57b5ed (patch) | |
tree | a8c3ded5f0cb0966c0385a716f4e82a9a81cb3be /runtime/doc/if_tcl.txt | |
parent | 95dd9f2571f09a915674133c73b471b0ebbdcdbf (diff) | |
download | vim-git-e7b1ea0276cc83cd5c612f3189a174a60d57b5ed.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/if_tcl.txt')
-rw-r--r-- | runtime/doc/if_tcl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_tcl.txt b/runtime/doc/if_tcl.txt index 60ac6bcc5..90dec9dba 100644 --- a/runtime/doc/if_tcl.txt +++ b/runtime/doc/if_tcl.txt @@ -275,7 +275,7 @@ Options: $win delcmd {cmd} *tcl-window-delcmd* Registers the Tcl command {cmd} as a deletion callback for the window. This command is executed (in the global scope) just before the window - is closed. Complex commands should be build with "list": > + is closed. Complex commands should be built with "list": > $win delcmd [list puts vimerr "window deleted"] < See also |tcl-buffer-delcmd|. @@ -357,7 +357,7 @@ Options: $buf delcmd {cmd} *tcl-buffer-delcmd* Registers the Tcl command {cmd} as a deletion callback for the buffer. This command is executed (in the global scope) just before the buffer - is deleted. Complex commands should be build with "list": > + is deleted. Complex commands should be built with "list": > $buf delcmd [list puts vimerr "buffer [$buf number] gone"] < See also |tcl-window-delcmd|. |