diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-02-07 06:04:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 06:04:40 +0800 |
| commit | 380bc4fe22e8dbd478e58d568e0d749df439fec9 (patch) | |
| tree | 9882e065f6e6fb118ace1353ad547f19bae9e877 /src/nvim/testdir/test_messages.vim | |
| parent | e2466d84bc818c8e61751972b501551aab07d13c (diff) | |
| parent | fe621b4ac01c6865650794b8e986665be4fe0ae7 (diff) | |
| download | rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.gz rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.bz2 rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.zip | |
Merge pull request #17299 from zeertzjq/vim-8.1.0711
vim-patch:7.4.{1163,1164,1167,1173,1178,1181,1228},8.1.0711
Diffstat (limited to 'src/nvim/testdir/test_messages.vim')
| -rw-r--r-- | src/nvim/testdir/test_messages.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_messages.vim b/src/nvim/testdir/test_messages.vim index e0286548d9..9c84d77dd2 100644 --- a/src/nvim/testdir/test_messages.vim +++ b/src/nvim/testdir/test_messages.vim @@ -40,7 +40,7 @@ endfunc " indicator (e.g., "-- INSERT --") when ":stopinsert" is invoked. Message " output could then be disturbed when 'cmdheight' was greater than one. " This test ensures that the bugfix for this issue remains in place. -function! Test_stopinsert_does_not_break_message_output() +func Test_stopinsert_does_not_break_message_output() set cmdheight=2 redraw! @@ -55,7 +55,7 @@ function! Test_stopinsert_does_not_break_message_output() redraw! set cmdheight& -endfunction +endfunc func Test_message_completion() call feedkeys(":message \<C-A>\<C-B>\"\<CR>", 'tx') |