mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 06:09:14 +00:00
ci: Dump $NVIM_LOG_FILE contents
This commit is contained in:
@@ -187,7 +187,7 @@ func RunVim(before, after, arguments)
|
||||
endfunc
|
||||
|
||||
func RunVimPiped(before, after, arguments, pipecmd)
|
||||
let $NVIM_LOG_FILE='Xnvim.log'
|
||||
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'
|
||||
let cmd = GetVimCommand()
|
||||
if cmd == ''
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user