fixed: reverted vim alias

pull/383/head
Conrado Buhrer 2014-12-15 15:14:51 -02:00
parent 021905f036
commit fa107fc3d7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ MVIM=$(command -v mvim)
case $ostype in case $ostype in
darwin*) darwin*)
[[ -n $MVIM ]] && alias vim="mvim --remote-tab" [[ -n $MVIM ]] && alias mvim="mvim --remote-tab"
;; ;;
*) *)
[[ -n $GVIM ]] && alias gvim="gvim -b --remote-tab" [[ -n $GVIM ]] && alias gvim="gvim -b --remote-tab"