fixed: reverted vim alias

This commit is contained in:
Conrado Buhrer
2014-12-15 15:14:51 -02:00
parent 021905f036
commit fa107fc3d7

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"