mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor/single-include (#6563)
This commit is contained in:

committed by
Justin M. Keyes

parent
654c50b227
commit
e41c044b53
@@ -3,6 +3,10 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/pos.h"
|
||||
|
||||
/*
|
||||
* flags for update_screen()
|
||||
* The higher the value, the higher the priority
|
||||
|
Reference in New Issue
Block a user