aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-16 17:07:58 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-16 17:07:58 -0400
commit0897277af8ef283e5a6f28d69cf21a3d22e5b8b2 (patch)
tree47a2797793b037e5badc28a7332c3a4ec314466c /src/nvim/buffer.h
parent90a206d3321dcf8b1ad362501cada5e80135891c (diff)
parent7c6079f6f0d0fc59dd747c2ecd9e1e1ca1e0e66d (diff)
downloadrneovim-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/buffer.h')
-rw-r--r--src/nvim/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h
index 9690d58e0b..a8220c65a0 100644
--- a/src/nvim/buffer.h
+++ b/src/nvim/buffer.h
@@ -1,6 +1,9 @@
#ifndef NVIM_BUFFER_H
#define NVIM_BUFFER_H
+#include "nvim/pos.h" // for linenr_T
+#include "nvim/ex_cmds_defs.h" // for exarg_T
+
/* Values for buflist_getfile() */
#define GETF_SETMARK 0x01 /* set pcmark before jumping */
#define GETF_ALT 0x02 /* jumping to alternate file (not buf num) */