Skip to content

Commit 309984a

Browse files
committed
Properly save status_msg
1 parent a8fa37e commit 309984a

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
@@ -198,7 +198,7 @@ def _calltip_set():
198198
(logger or log.info)(msg)
199199
if ltype != 'debug':
200200
view.set_status(lid, "%s: %s" % (ltype.capitalize(), msg))
201-
status_msg[lid][0] = [ltype, msg, order]
201+
status_msg[lid] = [ltype, msg, order]
202202
if 'warning' not in lid:
203203
status_lineno[lid] = lineno
204204
else:

0 commit comments

Comments
 (0)