Skip to content

Commit

Permalink
Internal: Fix type in path for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Feb 4, 2018
1 parent 9055ca7 commit 5be7175
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"keys": ["ctrl+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/make-commit.sublime-settings",
"default": "// Override settings for make-commit syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/make_commit.sublime-settings",
"default": "// Override settings for make_commit syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.make-commit" }
Expand All @@ -203,8 +203,8 @@
"keys": ["ctrl+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/rebase-interactive.sublime-settings",
"default": "// Override settings for rebase-interactive syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/rebase_interactive.sublime-settings",
"default": "// Override settings for rebase_interactive syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.rebase-interactive" }
Expand Down
8 changes: 4 additions & 4 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"keys": ["super+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/make-commit.sublime-settings",
"default": "// Override settings for make-commit syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/make_commit.sublime-settings",
"default": "// Override settings for make_commit syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.make-commit" }
Expand All @@ -203,8 +203,8 @@
"keys": ["super+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/rebase-interactive.sublime-settings",
"default": "// Override settings for rebase-interactive syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/rebase_interactive.sublime-settings",
"default": "// Override settings for rebase_interactive syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.rebase-interactive" }
Expand Down
8 changes: 4 additions & 4 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
"keys": ["ctrl+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/make-commit.sublime-settings",
"default": "// Override settings for make-commit syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/make_commit.sublime-settings",
"default": "// Override settings for make_commit syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.make-commit" }
Expand All @@ -204,8 +204,8 @@
"keys": ["ctrl+,"],
"command": "edit_settings",
"args": {
"base_file": "${packages}/GitSavvy/syntax/rebase-interactive.sublime-settings",
"default": "// Override settings for rebase-interactive syntax-specific.\n{\n\t$0\n}\n"
"base_file": "${packages}/GitSavvy/syntax/rebase_interactive.sublime-settings",
"default": "// Override settings for rebase_interactive syntax-specific.\n{\n\t$0\n}\n"
},
"context": [
{ "key": "selector", "operator": "equal", "operand": "git-savvy.rebase-interactive" }
Expand Down

0 comments on commit 5be7175

Please sign in to comment.