Skip to content

Commit 1b067c5

Browse files
gnapsegaearon
authored andcommitted
Autodetect MacVim editor (#3545)
Adds support for the error overlay to detect and open the file with the error in MacVim. Relates to #2636.
1 parent 077dc22 commit 1b067c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-dev-utils/launchEditor.js

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = {
5252
'/Applications/RubyMine.app/Contents/MacOS/rubymine',
5353
'/Applications/WebStorm.app/Contents/MacOS/webstorm':
5454
'/Applications/WebStorm.app/Contents/MacOS/webstorm',
55+
'/Applications/MacVim.app/Contents/MacOS/MacVim':
56+
'mvim',
5557
};
5658

5759
const COMMON_EDITORS_LINUX = {

0 commit comments

Comments
 (0)