diff options
Diffstat (limited to 'src/nvim/ex_eval_defs.h')
-rw-r--r-- | src/nvim/ex_eval_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_eval_defs.h b/src/nvim/ex_eval_defs.h index 61ef4508ef..c7231bb315 100644 --- a/src/nvim/ex_eval_defs.h +++ b/src/nvim/ex_eval_defs.h @@ -2,7 +2,7 @@ #include <stdbool.h> -#include "nvim/pos.h" +#include "nvim/pos_defs.h" /// A list used for saving values of "emsg_silent". Used by ex_try() to save the /// value of "emsg_silent" if it was non-zero. When this is done, the CSF_SILENT |