commit | 2468add0b88849997e6349e7a0b997be133c022d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 18:59:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 18:59:57 2023 +0000 |
tree | c7ecf201269118da75e0d07eeb5431bd4ebf9e59 | |
parent | 3259ff3b3bd152d61c1cef7901023034c0d655a3 [diff] [blame] |
patch 9.0.1148: cmdline test fails in the GUI Problem: Cmdline test fails in the GUI. Solution: Skip the test when running in the GUI.
diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim index 91ff6f1..a832306 100644 --- a/src/testdir/test_cmdline.vim +++ b/src/testdir/test_cmdline.vim
@@ -655,6 +655,9 @@ endfunc func Test_multibyte_expression() + " Get a dialog in the GUI + CheckNotGui + " This was using uninitialized memory. let lines =<< trim END set verbose=6