diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-11-11 12:46:08 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-11-11 12:46:08 -0500 |
commit | b1e06c6d60f4947794851982eb73db6ef3b64fbf (patch) | |
tree | 22feb7e133de02452e2dc437d9152b34a13376c8 /src/nvim/fileio.h | |
parent | b027e1ed0c92ed49961ecbd24228967d916c2bbd (diff) | |
parent | bffea01c89bfe2c93169f65b50653d63dcb8e035 (diff) | |
download | rneovim-b1e06c6d60f4947794851982eb73db6ef3b64fbf.tar.gz rneovim-b1e06c6d60f4947794851982eb73db6ef3b64fbf.tar.bz2 rneovim-b1e06c6d60f4947794851982eb73db6ef3b64fbf.zip |
Merge pull request #1282 from splinterofchaos/cmd-undef
vim-patch:7.4.414 + vim-patch:7.4.415
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r-- | src/nvim/fileio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h index 7e4ced554d..29bd1307f6 100644 --- a/src/nvim/fileio.h +++ b/src/nvim/fileio.h @@ -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; |