diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-03-30 20:46:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 20:46:11 +0800 |
| commit | 1217694f21cff2953e6c56be2157365daf7078eb (patch) | |
| tree | 0a2e9229bbb54fc6b16d4a9bc1cd8f6b2a2ab982 /src/nvim/testdir | |
| parent | ac1dd046c01e0685b0f8eeaa36e622b3c2f339ad (diff) | |
| parent | 06cf205aced6b0d5b7ae919665f2ab3fd81ab960 (diff) | |
| download | rneovim-1217694f21cff2953e6c56be2157365daf7078eb.tar.gz rneovim-1217694f21cff2953e6c56be2157365daf7078eb.tar.bz2 rneovim-1217694f21cff2953e6c56be2157365daf7078eb.zip | |
Merge pull request #17921 from zeertzjq/vim-8.2.4649
vim-patch:8.2.{4349,4649}
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_filechanged.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filechanged.vim b/src/nvim/testdir/test_filechanged.vim index 06ccd6e85f..8e1cb2c3ee 100644 --- a/src/nvim/testdir/test_filechanged.vim +++ b/src/nvim/testdir/test_filechanged.vim @@ -142,6 +142,7 @@ endfunc func Test_FileChangedShell_edit_dialog() throw 'Skipped: requires a UI to be active' CheckNotGui + CheckUnix " Using low level feedkeys() does not work on MS-Windows. new Xchanged_r call setline(1, 'reload this') |