summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/cmd.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/cmd.fnl b/fnl/config/cmd.fnl
index 20ef377..1971260 100644
--- a/fnl/config/cmd.fnl
+++ b/fnl/config/cmd.fnl
@@ -58,7 +58,7 @@
(nvim.create_user_command :ReplaceWord
(lambda []
(let [spectre (util.prequire :spectre)]
- (spectre.open.open_visual {:select_word true})))
+ (spectre.open_visual {:select_word true})))
{:nargs 0})
(nvim.create_user_command :ReplaceInBuf