diff options
Diffstat (limited to 'src/bookmark.c')
-rw-r--r-- | src/bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmark.c b/src/bookmark.c index 2a0a3cf..ec8d1de 100644 --- a/src/bookmark.c +++ b/src/bookmark.c @@ -31,7 +31,7 @@ typedef struct { char *tags; } Bookmark; -extern struct Vimb vb; +extern struct neovimb vb; static GList *load(const char *file); static gboolean bookmark_contains_all_tags(Bookmark *bm, char **query, |