diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-09 18:33:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 18:33:38 +0800 |
commit | 420b94eeece989a72b8891110f7d272f50eb0a1e (patch) | |
tree | 74ed486e5a2a825d99fed78b28661ffcde0bfae2 /test/old/testdir/test_functions.vim | |
parent | b7734c4ec84f0de14fcf86cfacefbed8a3ecf600 (diff) | |
parent | b9d9cd77421a7906d6e0a968a3c0ddd86e9923fe (diff) | |
download | rneovim-420b94eeece989a72b8891110f7d272f50eb0a1e.tar.gz rneovim-420b94eeece989a72b8891110f7d272f50eb0a1e.tar.bz2 rneovim-420b94eeece989a72b8891110f7d272f50eb0a1e.zip |
Merge pull request #25058 from zeertzjq/vim-9.0.1886
vim-patch:9.0.{1877,partial:1886}
Diffstat (limited to 'test/old/testdir/test_functions.vim')
-rw-r--r-- | test/old/testdir/test_functions.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_functions.vim b/test/old/testdir/test_functions.vim index eff4e36f34..a811e01301 100644 --- a/test/old/testdir/test_functions.vim +++ b/test/old/testdir/test_functions.vim @@ -2630,7 +2630,7 @@ func Test_state() call term_sendkeys(buf, getstate) call WaitForAssert({-> assert_match('state: mSc; mode: n', term_getline(buf, 6))}, 1000) - " A operator is pending + " An operator is pending call term_sendkeys(buf, ":call RunTimer()\<CR>y") call TermWait(buf, 25) call term_sendkeys(buf, "y") |