Skip to content
Snippets Groups Projects
Commit f2568ac6 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

typo

parent 0581532f
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment