summaryrefslogtreecommitdiff
path: root/fnl/config/cmd.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-18 18:20:03 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-18 18:20:03 +0200
commit5fcc932ac51b9e55654b93614866e6f29bf924aa (patch)
treee01ed5c5066e95f7129507a9988db0e7e9fadb40 /fnl/config/cmd.fnl
parentce4f7ef70bb96b1a8e5f9120c64978375aa8a2b1 (diff)
Fix spectre cmd
Diffstat (limited to 'fnl/config/cmd.fnl')
-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