diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-10-26 15:10:17 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-10-29 16:59:53 +0200 |
commit | a60beeb34f811d2a9722887ee1a05e63e1dfa2b4 (patch) | |
tree | fa09a7f993f9fb8a41781def1452cf5a158632f5 /src/nvim/api/deprecated.c | |
parent | c3a3e654282e774ff400443cbfcbe78630fe4206 (diff) | |
download | rneovim-a60beeb34f811d2a9722887ee1a05e63e1dfa2b4.tar.gz rneovim-a60beeb34f811d2a9722887ee1a05e63e1dfa2b4.tar.bz2 rneovim-a60beeb34f811d2a9722887ee1a05e63e1dfa2b4.zip |
refactor(api): break out Vim script functions to its own file
Diffstat (limited to 'src/nvim/api/deprecated.c')
-rw-r--r-- | src/nvim/api/deprecated.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/deprecated.c b/src/nvim/api/deprecated.c index 815dd70a52..76b699800e 100644 --- a/src/nvim/api/deprecated.c +++ b/src/nvim/api/deprecated.c @@ -12,6 +12,7 @@ #include "nvim/api/private/defs.h" #include "nvim/api/private/helpers.h" #include "nvim/api/vim.h" +#include "nvim/api/vimscript.h" #include "nvim/extmark.h" #include "nvim/lua/executor.h" |