summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc
index 567badfb..85f47c5c 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -211,7 +211,7 @@ void goto_commands(Context& context, NormalParams params)
if (contains(filename, c))
return;
- auto paths = context.options()["path"].get<Vector<String>>();
+ auto paths = context.options()["path"].get<Vector<String, MemoryDomain::Options>>();
const String& buffer_name = buffer.name();
auto it = find(reversed(buffer_name), '/');
if (it != buffer_name.rend())