diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:47:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:47:16 +0000 |
commit | b8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97 (patch) | |
tree | 090b45a23993b236f0a8c18fd2297f3142194066 /runtime/doc/cmdline.txt | |
parent | 280f126ef03c4e7d71d2c8341d661d3e37157851 (diff) | |
download | vim-git-b8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97.tar.gz |
updated for version 7.0191
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 2fc068f2c..65cdcb3cd 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.0aa. Last change: 2006 Jan 19 +*cmdline.txt* For Vim version 7.0aa. Last change: 2006 Feb 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -746,7 +746,7 @@ Note: these are typed literally, they are not special keys! <amatch> when executing autocommands, is replaced with the match for which this autocommand was executed. It differs from <afile> only when the file name isn't used to match with - (for FileType and Syntax events). + (for FileType, Syntax and SpellFileMissing events). <sfile> when executing a ":source" command, is replaced with the file name of the sourced file; when executing a function, is replaced with |