This commit is contained in:
Adam Vandenberg 2013-11-28 11:21:54 -08:00
parent 0581532fdc
commit f2568ac637

View File

@ -178,7 +178,7 @@ def which_editor
# Find Textmate
return 'mate' if which "mate"
# Find # BBEdit / TextWrangler
# Find BBEdit / TextWrangler
return 'edit' if which "edit"
# Default to vim
return '/usr/bin/vim'