diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-18 10:54:49 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-07-20 06:08:41 +0800 |
commit | 420bb2eb8a583391c38a1e6d60132a70de21d99e (patch) | |
tree | ce6987a5e351d2c4d529edfe1466d291efc75fe2 /src/nvim/insexpand.h | |
parent | f357c9bca59a58c8586a348d0d1dcd81116079a3 (diff) | |
download | rneovim-420bb2eb8a583391c38a1e6d60132a70de21d99e.tar.gz rneovim-420bb2eb8a583391c38a1e6d60132a70de21d99e.tar.bz2 rneovim-420bb2eb8a583391c38a1e6d60132a70de21d99e.zip |
vim-patch:8.1.1849
https://github.com/vim/vim/commit/9bca58f36d1f6a2ac0e4022caa5f355d39357a05
Diffstat (limited to 'src/nvim/insexpand.h')
-rw-r--r-- | src/nvim/insexpand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/insexpand.h b/src/nvim/insexpand.h index 8e183455ca..def7f49078 100644 --- a/src/nvim/insexpand.h +++ b/src/nvim/insexpand.h @@ -1,6 +1,7 @@ #ifndef NVIM_INSEXPAND_H #define NVIM_INSEXPAND_H +#include "nvim/eval/funcs.h" #include "nvim/vim.h" /// state for pum_ext_select_item. |