mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
charset: Add missing include needed for vim_str2nr
This commit is contained in:
parent
c287893225
commit
764cf3251d
@ -4,6 +4,7 @@
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
|
||||
/// Return the folded-case equivalent of the given character
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user