aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-02-28 02:54:47 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-28 18:37:01 -0300
commite18c075b703f85a6b30866851a02b682debf041e (patch)
treeae5739cfe94f9ea436b4cdccb9c19268545f4ad1 /src/window.c
parent007a19c4971e42d1bb7fdafc8fc7d6d8885120f2 (diff)
downloadrneovim-e18c075b703f85a6b30866851a02b682debf041e.tar.gz
rneovim-e18c075b703f85a6b30866851a02b682debf041e.tar.bz2
rneovim-e18c075b703f85a6b30866851a02b682debf041e.zip
Extract file_search.c from misc2.c
Continue to split misc2.c in many other files (see #209). The only changed I made to the moved code was adding `vim_free(ff_expand_buffer)` to `free_finfile()`. This is was needed because `ff_expand_buffer` was moved from `misc2.c` to `file_search.c`.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index a3347ed0f1..2e906d633b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -29,6 +29,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
+#include "file_search.h"
#include "garray.h"
#include "move.h"
#include "normal.h"