diff src/vim.h @ 6156:20dbceb6f471

updated for version 7.4.415 Problem: Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration.
author Bram Moolenaar <bram@vim.org>
date Sat, 23 Aug 2014 14:16:20 +0200
parents 1bff71d20262
children 96a4fa8e530c
line wrap: on
line diff
--- 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 */
 };