refactor/single-include: ex_cmds.h #6453

This commit is contained in:
dedmass 2017-04-06 09:12:59 -04:00 committed by Justin M. Keyes
parent f4e97fe499
commit 3d4a2ee9c7
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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