mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
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:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/pos.h" // for linenr_T
|
||||
#include "nvim/normal.h"
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user