Skip to content

Commit 9da15f2

Browse files
committed
Fix trailing comma in Main.sublime-menu
I will NEVER understand why Jon decided this would be a good idea to add for ST3. It's so backwards-incompatible and this is not the first time this has happened to me.
1 parent a0cbcf2 commit 9da15f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Main.sublime-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"caption": "Key Bindings – Default",
3535
"command": "open_file",
3636
"args": {
37-
"file": "$packages/File History/Default ($platform).sublime-keymap",
37+
"file": "$packages/File History/Default ($platform).sublime-keymap"
3838
}
3939
},
4040
{

0 commit comments

Comments
 (0)