diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
commit | 74675a666b51edd61e0210132658d81a86c5102c (patch) | |
tree | 1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/doc/autocmd.txt | |
parent | 85dad2c815aaef69aa948fb17874b3825dd72def (diff) | |
download | vim-git-74675a666b51edd61e0210132658d81a86c5102c.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index b2d1c24fe..b4b064c26 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 8.0. Last change: 2017 Apr 07 +*autocmd.txt* For Vim version 8.0. Last change: 2017 Jul 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -651,7 +651,8 @@ FileType When the 'filetype' option has been set. The pattern is matched against the filetype. <afile> can be used for the name of the file where this option was set, and <amatch> for - the new value of 'filetype'. + the new value of 'filetype'. Navigating to + another window or buffer is not allowed. See |filetypes|. *FileWriteCmd* FileWriteCmd Before writing to a file, when not writing the |