Commit 1b067c56 authored by Ernesto García's avatar Ernesto García Committed by Dan Abramov
Browse files

Autodetect MacVim editor (#3545)

Adds support for the error overlay to detect and open the file with the error in MacVim.

Relates to #2636.
parent 077dc228
Showing with 2 additions and 0 deletions
+2 -0
...@@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = { ...@@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = {
'/Applications/RubyMine.app/Contents/MacOS/rubymine', '/Applications/RubyMine.app/Contents/MacOS/rubymine',
'/Applications/WebStorm.app/Contents/MacOS/webstorm': '/Applications/WebStorm.app/Contents/MacOS/webstorm':
'/Applications/WebStorm.app/Contents/MacOS/webstorm', '/Applications/WebStorm.app/Contents/MacOS/webstorm',
'/Applications/MacVim.app/Contents/MacOS/MacVim':
'mvim',
}; };
const COMMON_EDITORS_LINUX = { const COMMON_EDITORS_LINUX = {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment