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/mark.c | |
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/mark.c')
-rw-r--r-- | src/mark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mark.c b/src/mark.c index d0b5366dd3..a43c3a352f 100644 --- a/src/mark.c +++ b/src/mark.c @@ -25,6 +25,7 @@ #include "message.h" #include "misc1.h" #include "misc2.h" +#include "normal.h" #include "option.h" #include "quickfix.h" #include "search.h" |