diff options
author | rafa_99 <raroma09@gmail.com> | 2021-09-25 01:23:25 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-09-25 01:23:25 +0100 |
commit | b1518d7d72421cae4b157943dd07e2030a918289 (patch) | |
tree | b882d71068852d0de1841b70e68a1ed104e640b4 /src/shortcut.c | |
parent | bc11211ffb6ecc5bed00f144ab03cd8c770035a5 (diff) |
Project branch off
Diffstat (limited to 'src/shortcut.c')
-rw-r--r-- | src/shortcut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcut.c b/src/shortcut.c index 692b727..0a74977 100644 --- a/src/shortcut.c +++ b/src/shortcut.c @@ -30,7 +30,7 @@ struct shortcut { char *fallback; /* default shortcut to use if none given in request */ }; -extern struct Vimb vb; +extern struct neovimb vb; static int get_max_placeholder(const char *str); static const char *shortcut_lookup(Shortcut *sc, const char *string, const char **query); |