Skip to content

Commit

Permalink
Fixed: The right settings file gets opened
Browse files Browse the repository at this point in the history
The wrong settings file was opened when installed via package control
  • Loading branch information
hashier committed Feb 15, 2013
1 parent 1f1889f commit 86966ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"children":
[
{
"caption": "Flake8Lint",
"caption": "Python Flake8 Lint",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/Flake8Lint/Flake8Lint.sublime-settings"},
"args": {"file": "${packages}/Python Flake8 Lint/Flake8Lint.sublime-settings"},
"caption": "Settings – Default"
},
{
Expand All @@ -29,23 +29,23 @@
{
"command": "open_file",
"args": {
"file": "${packages}/Flake8Lint/Default (OSX).sublime-keymap",
"file": "${packages}/Python Flake8 Lint/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/Flake8Lint/Default (Linux).sublime-keymap",
"file": "${packages}/Python Flake8 Lint/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/Flake8Lint/Default (Windows).sublime-keymap",
"file": "${packages}/Python Flake8 Lint/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
Expand Down

0 comments on commit 86966ad

Please sign in to comment.