aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_gf.vim
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-08-17 21:30:58 -0600
committerGregory Anders <greg@gpanders.com>2021-08-18 12:17:12 -0600
commitd8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e (patch)
tree051f9f743f3786de6997f7f1f8e88e1ee6d8bcc5 /src/nvim/testdir/test_gf.vim
parentd417e67e595a9eb19797866e91bb80b4fe299a94 (diff)
downloadrneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.gz
rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.bz2
rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.zip
test: update tests to work with 'hidden'
Diffstat (limited to 'src/nvim/testdir/test_gf.vim')
-rw-r--r--src/nvim/testdir/test_gf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_gf.vim b/src/nvim/testdir/test_gf.vim
index ee548037ba..43efd6248e 100644
--- a/src/nvim/testdir/test_gf.vim
+++ b/src/nvim/testdir/test_gf.vim
@@ -145,7 +145,7 @@ func Test_gf_visual()
bwipe!
call delete('Xtest_gf_visual')
- set hidden&
+ set nohidden
endfunc
func Test_gf_error()