Fixed vim and zsh
This commit is contained in:
6
zsh/modules/git-info/functions/coalesce
Normal file
6
zsh/modules/git-info/functions/coalesce
Normal file
@ -0,0 +1,6 @@
|
||||
# Prints the first non-empty string in the arguments array.
|
||||
for arg in ${argv}; do
|
||||
print -n ${arg}
|
||||
return 0
|
||||
done
|
||||
return 1
|
Reference in New Issue
Block a user