diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-01-16 20:33:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-01-16 20:33:19 +0000 |
commit | 8dd1aa58ad96299425a95a48e2442dd1a039cfbd (patch) | |
tree | c1016d8cd9741b7db6fffc17fe994c0e7bc4e9a7 /src/vim.h | |
parent | fb7c90c0face9790bdfe04cdfec95681fbc7b3e0 (diff) | |
download | vim-git-8dd1aa58ad96299425a95a48e2442dd1a039cfbd.tar.gz |
updated for version 7.0-187v7.0.187
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1102,7 +1102,7 @@ enum auto_event EVENT_COLORSCHEME, /* after loading a colorscheme */ EVENT_FILEAPPENDPOST, /* after appending to a file */ EVENT_FILEAPPENDPRE, /* before appending to a file */ - EVENT_FILEAPPENDCMD, /* appende to a file using command */ + EVENT_FILEAPPENDCMD, /* append to a file using command */ EVENT_FILECHANGEDSHELL, /* after shell command that changed file */ EVENT_FILECHANGEDSHELLPOST, /* after (not) reloading changed file */ EVENT_FILECHANGEDRO, /* before first change to read-only file */ @@ -1147,6 +1147,7 @@ enum auto_event EVENT_REMOTEREPLY, /* upon string reception from a remote vim */ EVENT_SWAPEXISTS, /* found existing swap file */ EVENT_SOURCEPRE, /* before sourcing a Vim script */ + EVENT_SOURCECMD, /* sourcing a Vim script using command */ EVENT_SPELLFILEMISSING, /* spell file missing */ EVENT_CURSORMOVED, /* cursor was moved */ EVENT_CURSORMOVEDI, /* cursor was moved in Insert mode */ |