diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
commit | c236c16d0884c7d6cdc4dbaddb8cb3992085f83e (patch) | |
tree | 7d87344cdf07b6b9234abe26ccef39fbbee54f63 /runtime/doc/if_tcl.txt | |
parent | b316376b4893ac3ae62f7f33c483b28b7fc147c0 (diff) | |
download | vim-git-c236c16d0884c7d6cdc4dbaddb8cb3992085f83e.tar.gz |
updated for version 7.2b-000v7.2b.000
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 344592b3b..a9f5af78a 100644 --- a/runtime/doc/if_tcl.txt +++ b/runtime/doc/if_tcl.txt @@ -1,4 +1,4 @@ -*if_tcl.txt* For Vim version 7.2a. Last change: 2006 Mar 06 +*if_tcl.txt* For Vim version 7.2b. Last change: 2008 Jun 26 VIM REFERENCE MANUAL by Ingo Wilken @@ -407,7 +407,7 @@ Options: < See |tcl-window-cmds| for the available options. $buf command [-quiet] {cmd} *tcl-buffer-command* - $buf expr {exr} *tcl-buffer-expr* + $buf expr {expr} *tcl-buffer-expr* $buf option {opt} [val] *tcl-buffer-option* These are similar to "::vim::command" etc., except that everything is done in the context of the buffer represented by $buf, instead of the |