diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-07-16 17:07:58 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-16 17:07:58 -0400 |
commit | 0897277af8ef283e5a6f28d69cf21a3d22e5b8b2 (patch) | |
tree | 47a2797793b037e5badc28a7332c3a4ec314466c /src/nvim/normal.h | |
parent | 90a206d3321dcf8b1ad362501cada5e80135891c (diff) | |
parent | 7c6079f6f0d0fc59dd747c2ecd9e1e1ca1e0e66d (diff) | |
download | rneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.tar.gz rneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.tar.bz2 rneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.zip |
Merge pull request #941 from aktau/improve-luajit-ffi-preproc
refactor includes + improve testing infrastructure
Diffstat (limited to 'src/nvim/normal.h')
-rw-r--r-- | src/nvim/normal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/normal.h b/src/nvim/normal.h index 341da6d473..599f4771b9 100644 --- a/src/nvim/normal.h +++ b/src/nvim/normal.h @@ -2,6 +2,7 @@ #define NVIM_NORMAL_H #include "nvim/pos.h" +#include "nvim/buffer_defs.h" // for win_T /* Values for find_ident_under_cursor() */ #define FIND_IDENT 1 /* find identifier (word) */ |