diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-09 18:34:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-09 18:34:48 +0800 |
| commit | 022e994ab8701aee460912a4e2498c2cb4eccd38 (patch) | |
| tree | b1d8835aa0f3c5fd8de667d6c3c847323322d140 /src/nvim/testdir/setup.vim | |
| parent | 798acbca1bfe54d7050cad0189c93bfce5ec6965 (diff) | |
| parent | 65359e565714a2f1b75aa5cee88d8ee0874f75f6 (diff) | |
| download | rneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.tar.gz rneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.tar.bz2 rneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.zip | |
Merge pull request #19294 from zeertzjq/vim-8.2.0332
vim-patch:8.2.{0332,0396}: insufficient tests for cmdline
Diffstat (limited to 'src/nvim/testdir/setup.vim')
| -rw-r--r-- | src/nvim/testdir/setup.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index 91e0b3bea7..ff1ad30b12 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -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' |