Skip to content

Commit

Permalink
Rename 'next error' command caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Rudnyh committed Feb 2, 2016
1 parent 711651b commit ae71d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{ "caption": "User: Python Flake8 Lint", "command": "flake8_lint" },
{ "caption": "User: Jump to next Flake8 Lint error", "command": "flake8_next_error" },
{ "caption": "User: Jump to next Python Flake8 Lint error", "command": "flake8_next_error" },
{ "caption": "User: Disable Python Flake8 Lint for this file", "command": "flake8_disable"}
]

0 comments on commit ae71d20

Please sign in to comment.