from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Cursor Movement {{{# class CursorMovement_Multiline_ECR(_VimTest): snippets = ('test', r"$1 ${1:a tab}") keys = 'test' + EX + 'this is something\nvery nice\nnot' + JF + 'more text' wanted = 'this is something\nvery nice\nnot ' \ 'this is something\nvery nice\nnotmore text' class CursorMovement_BS_InEditMode(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set backspace=eol,indent,start') snippets = ('\n\t$1\n\t$2\n\n$3') keys = '