aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_options.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-06 17:58:13 +0800
committerGitHub <noreply@github.com>2022-11-06 17:58:13 +0800
commita79d28e4d7939c13f38cf4ce63ff240011bca96d (patch)
tree7f3823088a6397a1ee42ec10b34e907a5f8e72a6 /src/nvim/testdir/test_options.vim
parentc30226c28b44f1eefd495f7345219b62662c0dbc (diff)
downloadrneovim-a79d28e4d7939c13f38cf4ce63ff240011bca96d.tar.gz
rneovim-a79d28e4d7939c13f38cf4ce63ff240011bca96d.tar.bz2
rneovim-a79d28e4d7939c13f38cf4ce63ff240011bca96d.zip
vim-patch:9.0.0265: no good reason why the "gf" command isn't in the tiny version (#20964)
Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature. https://github.com/vim/vim/commit/f80f40a55ccff0a4331c5fbd1ac446511f622ed0 Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'src/nvim/testdir/test_options.vim')
-rw-r--r--src/nvim/testdir/test_options.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_options.vim b/src/nvim/testdir/test_options.vim
index d689ece70d..db544e47b8 100644
--- a/src/nvim/testdir/test_options.vim
+++ b/src/nvim/testdir/test_options.vim
@@ -895,7 +895,6 @@ endfunc
" Test for the default CDPATH option
func Test_opt_default_cdpath()
- CheckFeature file_in_path
let after =<< trim [CODE]
call assert_equal(',/path/to/dir1,/path/to/dir2', &cdpath)
call writefile(v:errors, 'Xtestout')