Closed bryphe closed 3 years ago
Issue: Control+v / Control+q (insert literal) was not implemented for command-line.
Control+v
Control+q
Fix: Leverage the same insert literal state that is used in edit.c, and use it in ex_getln.c.
edit.c
ex_getln.c
TODO:
vimModeIsInsertLiteral
Issue:
Control+v
/Control+q
(insert literal) was not implemented for command-line.Fix: Leverage the same insert literal state that is used in
edit.c
, and use it inex_getln.c
.TODO:
vimModeIsInsertLiteral
?) + update tests to verify it