refactor: pos_T macros to functions (#6496)

This commit is contained in:
Felipe Oliveira Carvalho
2017-04-11 22:44:48 +02:00
committed by Justin M. Keyes
parent 1b94852ccb
commit 2d72d85b23
8 changed files with 48 additions and 21 deletions

View File

@@ -30,6 +30,7 @@
#include "nvim/if_cscope.h"
#include "nvim/indent.h"
#include "nvim/main.h"
#include "nvim/mark.h"
#include "nvim/mbyte.h"
#include "nvim/memline.h"
#include "nvim/menu.h"