1
0
Fork 0

nvim: oopsie

This commit is contained in:
tastytea 2022-08-16 03:30:01 +02:00
parent 084b25db9b
commit b7928beb48
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ require('Comment').setup({
if ctx.ctype == comment_utils.ctype.block then
location = context_utils.get_cursor_location()
elseif ctx.cmotion == comment_utils.cmotion.v or ctx.cmotion == comment_utils.cmotion.V then
location = context_utils.utils.get_visual_start_location()
location = context_utils.get_visual_start_location()
end
return context_internal.calculate_commentstring {