test(old): reenable Test_virtual_replace() (#16674)

This commit is contained in:
zeertzjq 2021-12-26 06:26:29 +08:00 committed by GitHub
parent e11a44aa22
commit 7622f1afe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,7 @@ set fillchars=vert:\|,fold:-
set laststatus=1
set listchars=eol:$
set joinspaces
set nohidden smarttab noautoindent noautoread complete-=i noruler noshowcmd
set nohidden nosmarttab noautoindent noautoread complete-=i noruler noshowcmd
set nrformats+=octal
set shortmess-=F
set sidescroll=0

View File

@ -144,7 +144,6 @@ endfun
" Test Virtual replace mode.
func Test_virtual_replace()
throw 'skipped: TODO: '
if exists('&t_kD')
let save_t_kD = &t_kD
endif
@ -166,7 +165,6 @@ func Test_virtual_replace()
\ ], getline(1, 6))
normal G
mark a
inoremap <C-D> <Del>
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)
call assert_equal([' 1',