diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 481292e79d..c37965098d 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,8 @@ #ifndef NEOVIM_MAIN_H #define NEOVIM_MAIN_H -/* main.c */ + +#include "normal.h" + void main_loop(int cmdwin, int noexmode); void getout_preserve_modified(int exitval); void getout(int exitval); |