vim: move linenr_T and colnr_T to pos.h

Try to cut down vim.h's size. It's keeping us from testing more things.
This commit is contained in:
Nicolas Hillegeer
2014-07-06 17:27:09 +02:00
parent fb72f1ee37
commit e288ddaee7
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#ifndef NVIM_BUFFER_H
#define NVIM_BUFFER_H
#include "nvim/pos.h" // for linenr_T
/* Values for buflist_getfile() */
#define GETF_SETMARK 0x01 /* set pcmark before jumping */
#define GETF_ALT 0x02 /* jumping to alternate file (not buf num) */