diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-26 22:38:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 22:38:25 +0800 |
commit | a8d454816ad14e05578d37d1e16c34d8207fde19 (patch) | |
tree | 2d0138b3d3092052268c0446873a86ec3389f5d7 /src/nvim/testdir/test_vimscript.vim | |
parent | c00e711d5a860fb019f594d164b4327d942313f8 (diff) | |
parent | 8f8205ffe43541ccd475835a06fc89c8d19299f5 (diff) | |
download | rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.gz rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.bz2 rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.zip |
Merge pull request #20816 from zeertzjq/vim-8.1.1826
vim-patch:8.1.1826,9.0.0019
Diffstat (limited to 'src/nvim/testdir/test_vimscript.vim')
-rw-r--r-- | src/nvim/testdir/test_vimscript.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_vimscript.vim b/src/nvim/testdir/test_vimscript.vim index a9fd7a4bef..c47c3672c4 100644 --- a/src/nvim/testdir/test_vimscript.vim +++ b/src/nvim/testdir/test_vimscript.vim @@ -1747,10 +1747,7 @@ func Test_funccall_garbage_collect() endfunc func Test_function_defined_line() - if has('gui_running') - " Can't catch the output of gvim. - return - endif + CheckNotGui let lines =<< trim [CODE] " F1 |