diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-01-20 20:41:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 20:41:17 +0100 |
commit | ef379d4eaa492b7d2016571f3a06717967db2740 (patch) | |
tree | a419f94caa361cbc79480e3468fea437e710f312 /src/nvim/api/private/helpers.c | |
parent | 4d4035400ea9cc349fa77d5ac6128c9249c5cb7a (diff) | |
parent | 48a869dc6d29514e943070da9f22f702f5179826 (diff) | |
download | rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.tar.gz rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.tar.bz2 rneovim-ef379d4eaa492b7d2016571f3a06717967db2740.zip |
Merge pull request #11742 from bfredl/shedbike
shed biking: it's always extmarks, never marks extended
Diffstat (limited to 'src/nvim/api/private/helpers.c')
-rw-r--r-- | src/nvim/api/private/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/private/helpers.c b/src/nvim/api/private/helpers.c index 37e31e0807..a1745ef777 100644 --- a/src/nvim/api/private/helpers.c +++ b/src/nvim/api/private/helpers.c @@ -24,7 +24,7 @@ #include "nvim/eval/typval.h" #include "nvim/map_defs.h" #include "nvim/map.h" -#include "nvim/mark_extended.h" +#include "nvim/extmark.h" #include "nvim/option.h" #include "nvim/option_defs.h" #include "nvim/version.h" |