aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-09 02:04:52 +0300
committerZyX <kp-pav@yandex.ru>2017-04-09 03:24:18 +0300
commit5fd8f637afed8edd4dbb927e3ffd87108001811d (patch)
tree4608b927282b6aeb368356cce48e50ad59e4b1da
parent9a0c921909f455cb068c3bcbf33ddefcabba220c (diff)
downloadrneovim-5fd8f637afed8edd4dbb927e3ffd87108001811d.tar.gz
rneovim-5fd8f637afed8edd4dbb927e3ffd87108001811d.tar.bz2
rneovim-5fd8f637afed8edd4dbb927e3ffd87108001811d.zip
functests: Fix legacy/097_glob_path_spec
-rw-r--r--test/functional/legacy/097_glob_path_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/097_glob_path_spec.lua b/test/functional/legacy/097_glob_path_spec.lua
index 0d71872def..6b63a317f1 100644
--- a/test/functional/legacy/097_glob_path_spec.lua
+++ b/test/functional/legacy/097_glob_path_spec.lua
@@ -27,7 +27,7 @@ describe('glob() and globpath()', function()
command([[$put =glob('Xxx\{')]])
command([[$put =glob('Xxx\$')]])
- command('w! Xxx{')
+ command('silent w! Xxx{')
command([[w! Xxx\$]])
command([[$put =glob('Xxx\{')]])
command([[$put =glob('Xxx\$')]])