vim-patch:7.4.415

Problem:    Cannot build.  Warning for shadowed variable. (John Little)
Solution:   Add missing change.  Remove declaration.

https://code.google.com/p/vim/source/detail?name=v7-4-414&r=20dbceb6f4713ccd01be45dc531abc269fbb7579
This commit is contained in:
Scott Prager
2014-10-10 22:05:42 -04:00
parent 0051a7cb25
commit bffea01c89
3 changed files with 3 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ typedef 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 */
} event_T;