Skip to content

Commit 53297a2

Browse files
committed
fix: support range for :Python for treesitter wrap_cursor
1 parent d120010 commit 53297a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/python/commands.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ function PythonCommands.load_commands()
315315
end
316316
end,
317317
bang = true, -- If you want to support ! modifiers
318+
range = true, -- Support some visual command
318319
})
319320
end
320321

0 commit comments

Comments
 (0)