yi-keymap-vim-0.13.7: tests/vimtests/visual/indent_13.test
-- Input
(1,1)
def main():
foo()
bar()
baz()
quux()
-- Output
(3,1)
def main():
foo()
bar()
baz()
quux()
-- Events
jj<C-v>}}<lt>
-- Input
(1,1)
def main():
foo()
bar()
baz()
quux()
-- Output
(3,1)
def main():
foo()
bar()
baz()
quux()
-- Events
jj<C-v>}}<lt>