nvim: oopsie
This commit is contained in:
parent
084b25db9b
commit
b7928beb48
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user