We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73c247 commit bf90333Copy full SHA for bf90333
src/blame_all.py
@@ -11,9 +11,6 @@
11
VIEW_SETTING_RULERS = "rulers"
12
VIEW_SETTING_RULERS_PREV = "rulers_prev"
13
14
-# @todo Disable view rulers while BlameAll phantoms are visible
15
-# @body Because they don't make sense while a big blob of phantoms are horizontally offsetting the user's code.
16
-
17
18
class BlameShowAll(BaseBlame, sublime_plugin.TextCommand):
19
0 commit comments