mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
Use generated static declarations in cursor.c
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
#include "nvim/screen.h"
|
#include "nvim/screen.h"
|
||||||
#include "nvim/vim.h"
|
#include "nvim/vim.h"
|
||||||
|
|
||||||
static int coladvance2(pos_T *pos, bool addspaces, bool finetune, colnr_T wcol);
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
|
# include "cursor.c.generated.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get the screen position of the cursor.
|
* Get the screen position of the cursor.
|
||||||
|
Reference in New Issue
Block a user