Skip to content

Commit 5bc5d5e

Browse files
committed
Comment
1 parent 6ad84bd commit 5bc5d5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Commands/Default.sublime-commands

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"caption": "Git Blame: Settings",
16-
// ♊️: Entry in "Main.sublime-menu"
16+
// TWIN: Entry in "Main.sublime-menu"
1717
"command": "edit_settings",
1818
"args": {
1919
"base_file": "${packages}/Git blame/Settings/Git blame.sublime-settings",
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"caption": "Git Blame: Key Bindings",
25-
// ♊️: Entry in "Main.sublime-menu"
25+
// TWIN: Entry in "Main.sublime-menu"
2626
"command": "edit_settings",
2727
"args": {
2828
"base_file": "${packages}/Git blame/Keymaps/Default (${platform}).sublime-keymap",

Menus/Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"children": [
1111
{
1212
"caption": "Settings",
13-
// ♊️: Entry in "Default.sublime-commands"
13+
// TWIN: Entry in "Default.sublime-commands"
1414
"command": "edit_settings",
1515
"args": {
1616
"base_file": "${packages}/Git blame/Settings/Git blame.sublime-settings",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"caption": "Key Bindings",
22-
// ♊️: Entry in "Default.sublime-commands"
22+
// TWIN: Entry in "Default.sublime-commands"
2323
"command": "edit_settings",
2424
"args": {
2525
"base_file": "${packages}/Git blame/Keymaps/Default (${platform}).sublime-keymap",

0 commit comments

Comments
 (0)