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