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) 閱讀(1051) |
評論 (0) 編輯