Open MacVim tabs from command-line
摘要: tabs=true
Replace the if structure at the bottom of the file with the following:
# Last step: fire up vim.
if [ "$gui" ]; then
if $tabs && [[ `$binary --serverlist` = "VIM" ]]; then
exec "$binary" -g $opts --remote-tab-silent ${1:+"$@"}
else
exec "$binary" -g $opts ${1:+"$@"}
fi
else......
阅读全文
posted @
2010-11-17 15:32 地狱男爵(hellboys) 阅读(1043) |
评论 (0) 编辑