Extract cursor.h from misc{1,2}.h and memline.h

This commit is contained in:
Hinidu
2014-05-02 15:34:53 +03:00
committed by Justin M. Keyes
parent e4fe2dbd77
commit e62722922b
37 changed files with 548 additions and 498 deletions

View File

@@ -6,6 +6,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
#include "nvim/vim.h"
#include "nvim/cursor.h"
#include "nvim/window.h"
#include "nvim/screen.h"
#include "nvim/misc2.h"