mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
vim: move long_u from vim.h to types.h
Seems to make no difference to the main binary, but it helps the tests a bit further along.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef NVIM_MEMFILE_DEFS_H
|
||||
#define NVIM_MEMFILE_DEFS_H
|
||||
|
||||
#include "nvim/types.h"
|
||||
|
||||
typedef struct block_hdr bhdr_T;
|
||||
typedef long blocknr_T;
|
||||
|
||||
|
Reference in New Issue
Block a user