mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(old): reenable Test_virtual_replace() (#16674)
This commit is contained in:
parent
e11a44aa22
commit
7622f1afe9
@ -13,7 +13,7 @@ set fillchars=vert:\|,fold:-
|
|||||||
set laststatus=1
|
set laststatus=1
|
||||||
set listchars=eol:$
|
set listchars=eol:$
|
||||||
set joinspaces
|
set joinspaces
|
||||||
set nohidden smarttab noautoindent noautoread complete-=i noruler noshowcmd
|
set nohidden nosmarttab noautoindent noautoread complete-=i noruler noshowcmd
|
||||||
set nrformats+=octal
|
set nrformats+=octal
|
||||||
set shortmess-=F
|
set shortmess-=F
|
||||||
set sidescroll=0
|
set sidescroll=0
|
||||||
|
@ -144,7 +144,6 @@ endfun
|
|||||||
|
|
||||||
" Test Virtual replace mode.
|
" Test Virtual replace mode.
|
||||||
func Test_virtual_replace()
|
func Test_virtual_replace()
|
||||||
throw 'skipped: TODO: '
|
|
||||||
if exists('&t_kD')
|
if exists('&t_kD')
|
||||||
let save_t_kD = &t_kD
|
let save_t_kD = &t_kD
|
||||||
endif
|
endif
|
||||||
@ -166,7 +165,6 @@ func Test_virtual_replace()
|
|||||||
\ ], getline(1, 6))
|
\ ], getline(1, 6))
|
||||||
normal G
|
normal G
|
||||||
mark a
|
mark a
|
||||||
inoremap <C-D> <Del>
|
|
||||||
exe "normal o0\<C-D>\nabcdefghi\njk\tlmn\n opq\trst\n\<C-D>uvwxyz\n"
|
exe "normal o0\<C-D>\nabcdefghi\njk\tlmn\n opq\trst\n\<C-D>uvwxyz\n"
|
||||||
exe "normal 'ajgR0\<C-D> 1\nA\nBCDEFGHIJ\n\tKL\nMNO\nPQR" . repeat("\<BS>", 29)
|
exe "normal 'ajgR0\<C-D> 1\nA\nBCDEFGHIJ\n\tKL\nMNO\nPQR" . repeat("\<BS>", 29)
|
||||||
call assert_equal([' 1',
|
call assert_equal([' 1',
|
||||||
|
Loading…
Reference in New Issue
Block a user