forked from aniani/vim
patch 8.2.2062: <Cmd> does not handle CTRL-V
Problem: <Cmd> does not handle CTRL-V. Solution: Call get_literal() after encountering CTRL-V. (closes #7387)
This commit is contained in:
@@ -972,6 +972,11 @@ func Test_map_cmdkey()
|
||||
unmap <F3>
|
||||
unmap! <F3>
|
||||
%bw!
|
||||
|
||||
" command line ending in "0" is handled without errors
|
||||
onoremap ix <cmd>eval 0<cr>
|
||||
call feedkeys('dix.', 'xt')
|
||||
ounmap ix
|
||||
endfunc
|
||||
|
||||
" text object enters visual mode
|
||||
|
Reference in New Issue
Block a user