diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-05 22:51:49 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-06 07:16:21 -0300 |
commit | fdba1761f655ece7d6124570d20cc498c67f947e (patch) | |
tree | 5072c957bf606316bffe926793226b1bde22a66f /src/syntax.c | |
parent | 9c6811b23a90bb77a52ccd900bd0568a6475ad0b (diff) | |
download | rneovim-fdba1761f655ece7d6124570d20cc498c67f947e.tar.gz rneovim-fdba1761f655ece7d6124570d20cc498c67f947e.tar.bz2 rneovim-fdba1761f655ece7d6124570d20cc498c67f947e.zip |
Extract keymap.c from misc2.c
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index ba33f16e23..5361ea4be3 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -25,6 +25,7 @@ #include "message.h" #include "misc1.h" #include "misc2.h" +#include "keymap.h" #include "garray.h" #include "option.h" #include "os_unix.h" |