mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor/single-include: ex_getln.h #6454
This commit is contained in:
parent
89deb6ff22
commit
fd69c3f561
@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
||||
endfunction()
|
||||
|
||||
set(NO_SINGLE_CHECK_HEADERS
|
||||
ex_getln.h
|
||||
file_search.h
|
||||
fold.h
|
||||
getchar.h
|
||||
|
@ -3,6 +3,9 @@
|
||||
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/ex_cmds.h"
|
||||
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
||||
#include "nvim/os/time.h" // for Timestamp
|
||||
#include "nvim/regexp_defs.h" // for regmatch_T
|
||||
|
||||
/* Values for nextwild() and ExpandOne(). See ExpandOne() for meaning. */
|
||||
#define WILD_FREE 1
|
||||
|
Loading…
Reference in New Issue
Block a user