Skip to content

Commit

Permalink
Revert "fix editor call way"
Browse files Browse the repository at this point in the history
This reverts commit d06cfbc.
  • Loading branch information
Superbil committed Mar 22, 2011
1 parent 4702266 commit be61723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_editor
Expand Up @@ -6,7 +6,7 @@ function not_run_from_ssh () {
}

if [[ -x `which mvim` && $(not_run_from_ssh) = 1 ]]; then
EDITOR="mvim"
EDITOR="mvim -f"
else
EDITOR=`which vi`
fi
Expand Down

0 comments on commit be61723

Please sign in to comment.