Skip to content

Commit

Permalink
Autodetect MacVim editor (#3545)
Browse files Browse the repository at this point in the history
Adds support for the error overlay to detect and open the file with the error in MacVim.

Relates to #2636.
  • Loading branch information
gnapse authored and gaearon committed Jan 8, 2018
1 parent 077dc22 commit 1b067c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dev-utils/launchEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = {
'/Applications/RubyMine.app/Contents/MacOS/rubymine',
'/Applications/WebStorm.app/Contents/MacOS/webstorm':
'/Applications/WebStorm.app/Contents/MacOS/webstorm',
'/Applications/MacVim.app/Contents/MacOS/MacVim':
'mvim',
};

const COMMON_EDITORS_LINUX = {
Expand Down

0 comments on commit 1b067c5

Please sign in to comment.