aboutsummaryrefslogtreecommitdiff
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-05 22:51:49 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-06 07:16:21 -0300
commitfdba1761f655ece7d6124570d20cc498c67f947e (patch)
tree5072c957bf606316bffe926793226b1bde22a66f /src/ex_getln.c
parent9c6811b23a90bb77a52ccd900bd0568a6475ad0b (diff)
downloadrneovim-fdba1761f655ece7d6124570d20cc498c67f947e.tar.gz
rneovim-fdba1761f655ece7d6124570d20cc498c67f947e.tar.bz2
rneovim-fdba1761f655ece7d6124570d20cc498c67f947e.zip
Extract keymap.c from misc2.c
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 53f30471f5..621afd9f55 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -33,6 +33,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
+#include "keymap.h"
#include "garray.h"
#include "move.h"
#include "ops.h"