diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
commit | dfb18411cf3d0cf7fd92b39476768e5f7ca47148 (patch) | |
tree | 6702a04d67dd13878d9d9a6bebebfdc964758866 /runtime/doc/autocmd.txt | |
parent | 175d0704dfb1247be7f414bfbcf9f5cfeced2794 (diff) | |
download | vim-git-dfb18411cf3d0cf7fd92b39476768e5f7ca47148.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 0a9505315..ef23c0061 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 7.4. Last change: 2013 Aug 04 +*autocmd.txt* For Vim version 7.4. Last change: 2013 Dec 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -304,6 +304,9 @@ Name triggered by ~ |InsertCharPre| when a character was typed in Insert mode, before inserting it +|TextChanged| after a change was made to the text in Normal mode +|TextChangedI| after a change was made to the text in Insert mode + |ColorScheme| after loading a color scheme |RemoteReply| a reply from a server Vim was received |