mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
refactor/single-include: ex_cmds.h #6453
This commit is contained in:
parent
f4e97fe499
commit
3d4a2ee9c7
@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
||||
endfunction()
|
||||
|
||||
set(NO_SINGLE_CHECK_HEADERS
|
||||
ex_cmds.h
|
||||
ex_getln.h
|
||||
file_search.h
|
||||
fold.h
|
||||
|
@ -6,6 +6,8 @@
|
||||
#include "nvim/os/time.h"
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/buffer_defs.h" // for buf_T and win_T
|
||||
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
||||
|
||||
// flags for do_ecmd()
|
||||
#define ECMD_HIDE 0x01 // don't free the current buffer
|
||||
|
Loading…
Reference in New Issue
Block a user