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/edit.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/edit.c')
-rw-r--r-- | src/edit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edit.c b/src/edit.c index ce35a336bd..de97fdad0f 100644 --- a/src/edit.c +++ b/src/edit.c @@ -29,6 +29,7 @@ #include "message.h" #include "misc1.h" #include "misc2.h" +#include "keymap.h" #include "move.h" #include "normal.h" #include "ops.h" |