mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
vim-patch:8.2.0396: cmdexpand.c insufficiently tested
Problem: Cmdexpand.c insufficiently tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5789)
24ebd83e03
Map Q to gQ before every test since a test uses :mapclear.
This commit is contained in:
@@ -31,10 +31,6 @@ set switchbuf=
|
||||
mapclear
|
||||
mapclear!
|
||||
|
||||
" Make "Q" switch to Ex mode.
|
||||
" This does not work for all tests.
|
||||
nnoremap Q gQ
|
||||
|
||||
" Prevent Nvim log from writing to stderr.
|
||||
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user