mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor(grid): move out grid_* functions from screen.c
Also normalize some types. use "size_t" for unsigned array offsets. Fix -Wconversion issues missed as screen.c is missing this check.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include "nvim/garray.h"
|
||||
#include "nvim/grid.h"
|
||||
#include "nvim/log.h"
|
||||
#include "nvim/mark.h"
|
||||
#include "nvim/mbyte.h"
|
||||
|
Reference in New Issue
Block a user