mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 23:08:36 +00:00
Merge pull request #40003 from zeertzjq/vim-9.2.0531
vim-patch:9.2.{0531,0536}
This commit is contained in:
@@ -267,7 +267,7 @@ func Test_cd_completion()
|
||||
let dir = d
|
||||
" Yay! We found a suitable dir!
|
||||
break
|
||||
catch /:E472:/
|
||||
catch /:\(E472\|E344\):/
|
||||
" Just skip directories where "cd" fails
|
||||
continue
|
||||
finally
|
||||
|
||||
@@ -622,7 +622,7 @@ func Test_invalid_args()
|
||||
endfor
|
||||
endif
|
||||
|
||||
if has('gui_gtk')
|
||||
if has('gui_gtk') && has("xterm_clipboard")
|
||||
let out = split(system(GetVimCommand() .. ' --display'), "\n")
|
||||
call assert_equal(1, v:shell_error)
|
||||
call assert_match('^VIM - Vi IMproved .* (.*)$', out[0])
|
||||
|
||||
Reference in New Issue
Block a user