Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 51f733c

Browse files
committed
not so noisy
1 parent cdea97c commit 51f733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neovim_gui/ui_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def apply_updates():
101101
print(self._ui._curgrid, end=' ', file=sys.stderr)
102102
print(repr(update), file=sys.stderr)
103103
else:
104-
if self.debug_events:# and len(update[1]) > nparam:
104+
if self.debug_events and len(update[1]) > nparam:
105105
print(self._ui._curgrid, end=' ', file=sys.stderr)
106106
print(repr(update), file=sys.stderr)
107107
for args in update[1:]:

0 commit comments

Comments
 (0)