use parentheses

This commit is contained in:
Felix Van der Jeugt 2020-04-15 12:36:18 +02:00
parent b7163e1410
commit 93fc12e204
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ vis:map(vis.modes.NORMAL, "<Escape>", function()
if vis.count then
vis.count = nil
else
vis:feedkeys"<vis-selections-remove-all>"
vis:feedkeys("<vis-selections-remove-all>")
end
end)