diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-08 17:35:29 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-09 09:37:00 -0300 |
commit | 6089b2601678977122c0139bba77913e55cfb56e (patch) | |
tree | 22c41ab0350b3b01385673ffe50143a9a0523394 /src/ex_cmds_defs.h | |
parent | bd9cd693e765eebe243a91185a5aaf26e41e98f3 (diff) | |
download | rneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.gz rneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.bz2 rneovim-6089b2601678977122c0139bba77913e55cfb56e.zip |
Move exarg_T and cmdarg_T from structs.h to normal.h
Diffstat (limited to 'src/ex_cmds_defs.h')
-rw-r--r-- | src/ex_cmds_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds_defs.h b/src/ex_cmds_defs.h index 7c1ac1bc1b..8b6c7c866e 100644 --- a/src/ex_cmds_defs.h +++ b/src/ex_cmds_defs.h @@ -6,6 +6,8 @@ * Do ":help credits" in Vim to see a list of people who contributed. */ +#include "normal.h" + /* * This file defines the Ex commands. * When DO_DECLARE_EXCMD is defined, the table with ex command names and |