diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-12 21:54:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 21:54:01 +0800 |
commit | 4bef2f02e8bd8d6daecb757fa2bef26a60998707 (patch) | |
tree | adcd0782a04342d4c0d2032d0fefe6e6df444e43 /src/nvim/digraph.h | |
parent | 7e1e906738ae8cf2d38ded4be3bef50d72b7c2a7 (diff) | |
parent | c9d1fcd85064120a722f17cdf28f3e3d89b456b9 (diff) | |
download | rneovim-4bef2f02e8bd8d6daecb757fa2bef26a60998707.tar.gz rneovim-4bef2f02e8bd8d6daecb757fa2bef26a60998707.tar.bz2 rneovim-4bef2f02e8bd8d6daecb757fa2bef26a60998707.zip |
Merge pull request #17440 from zeertzjq/vim-8.2.3184
vim-patch:8.2.{3184,3226,3325}: digraph functions
Diffstat (limited to 'src/nvim/digraph.h')
-rw-r--r-- | src/nvim/digraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/digraph.h b/src/nvim/digraph.h index 71330ae9b1..80b4148213 100644 --- a/src/nvim/digraph.h +++ b/src/nvim/digraph.h @@ -2,6 +2,7 @@ #define NVIM_DIGRAPH_H #include "nvim/ex_cmds_defs.h" +#include "nvim/eval/funcs.h" #include "nvim/types.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |