Skip to content

Commit 77f1473

Browse files
committed
Debugging print changed
1 parent 3bb4274 commit 77f1473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SublimeCodeIntel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def on_modified(self, view):
966966
text = view.substr(sublime.Region(pos - 1, pos))
967967
is_fill_char = (text and text[-1] in cpln_fillup_chars.get(lang, ''))
968968

969-
# print view.command_history(1), view.command_history(0), view.command_history(-1)
969+
# print 'on_modified', view.command_history(1), view.command_history(0), view.command_history(-1)
970970
if (not hasattr(view, 'command_history') or view.command_history(1)[0] is None and (
971971
view.command_history(0)[0] in ('insert', 'paste') or
972972
view.command_history(-1)[0] in ('insert', 'paste') and (

0 commit comments

Comments
 (0)