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/message.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/message.c')
-rw-r--r-- | src/message.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.c b/src/message.c index 9bee9df542..f6e8d3d9bd 100644 --- a/src/message.c +++ b/src/message.c @@ -23,6 +23,7 @@ #include "mbyte.h" #include "misc1.h" #include "misc2.h" +#include "keymap.h" #include "garray.h" #include "ops.h" #include "option.h" |