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`.
This commit is contained in:
Felipe Oliveira Carvalho
2014-02-28 02:54:47 -03:00
committed by Thiago de Arruda
parent 007a19c497
commit e18c075b70
8 changed files with 1627 additions and 1606 deletions

View File

@@ -33,6 +33,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
#include "file_search.h"
#include "garray.h"
#include "move.h"
#include "normal.h"