aboutsummaryrefslogtreecommitdiff
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorGaelan Steele <gbs@canishe.com>2014-03-02 12:23:10 -0800
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-03 10:12:10 -0300
commitbbf6442433b8fc350f461da1e7348e2e21a5d11a (patch)
tree1a413f6ecca057b8444ec4b86eeaa36b291a83c0 /src/ex_getln.c
parenta21c8589efeb008679441ea8d153386ae95c1bec (diff)
downloadrneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.tar.gz
rneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.tar.bz2
rneovim-bbf6442433b8fc350f461da1e7348e2e21a5d11a.zip
Move some of misc1.c to indent.c.
My little contribution to #209.
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 74672766b2..dabe2e49e2 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -25,6 +25,7 @@
#include "fileio.h"
#include "getchar.h"
#include "if_cscope.h"
+#include "indent.h"
#include "main.h"
#include "mbyte.h"
#include "memline.h"