diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-17 12:22:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-17 12:22:32 +0100 |
commit | 369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d (patch) | |
tree | e17bd70cbc1daba927a2b2e1a1cb6b108c058c2f /runtime/doc/autocmd.txt | |
parent | 97d62d4321df358665e2e6504aad8ac2ba7fd841 (diff) | |
download | vim-git-369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index b901f2102..c6358e4eb 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 8.0. Last change: 2016 Sep 27 +*autocmd.txt* For Vim version 8.0. Last change: 2017 Jan 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -33,7 +33,7 @@ files matching *.c. You can also use autocommands to implement advanced features, such as editing compressed files (see |gzip-example|). The usual place to put autocommands is in your .vimrc or .exrc file. - *E203* *E204* *E143* *E855* + *E203* *E204* *E143* *E855* *E937* WARNING: Using autocommands is very powerful, and may lead to unexpected side effects. Be careful not to destroy your text. - It's a good idea to do some testing on an expendable copy of a file first. |