summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-23 14:16:20 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-23 14:16:20 +0200
commit5a31b46bff780a5ad42257ad38da1e42149c3311 (patch)
tree3b339dde33264d945ccce023dd0cb581b81522b9 /src/vim.h
parentd5005164e1f367136c956d2941478a3aea30ec47 (diff)
downloadvim-git-5a31b46bff780a5ad42257ad38da1e42149c3311.tar.gz
updated for version 7.4.415
Problem: Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 887a76d1f..cb2a9e5b3 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1326,6 +1326,7 @@ enum auto_event
EVENT_SHELLFILTERPOST, /* after ":1,2!cmd", ":w !cmd", ":r !cmd". */
EVENT_TEXTCHANGED, /* text was modified */
EVENT_TEXTCHANGEDI, /* text was modified in Insert mode*/
+ EVENT_CMDUNDEFINED, /* command undefined */
NUM_EVENTS /* MUST be the last one */
};