mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
oldtests: comment out test for 'set cpo+=.'
nvim does not support POSIX cpoptions.
This commit is contained in:
@@ -46,10 +46,10 @@ func Test_cd_with_cpo_chdir()
|
||||
e Xfoo
|
||||
call setline(1, 'foo')
|
||||
let path = getcwd()
|
||||
set cpo+=.
|
||||
" set cpo+=.
|
||||
|
||||
" :cd should fail when buffer is modified and 'cpo' contains dot.
|
||||
call assert_fails('cd ..', 'E747:')
|
||||
" call assert_fails('cd ..', 'E747:')
|
||||
call assert_equal(path, getcwd())
|
||||
|
||||
" :cd with exclamation mark should succeed.
|
||||
|
Reference in New Issue
Block a user