Skip to content

Commit f4cf31e

Browse files
committed
Clear startup_queue after handling
1 parent 820c18f commit f4cf31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trailing_spaces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __getitem__(self, key):
5252
if settings['enabled']:
5353
for view in startup_queue:
5454
match_trailing_spaces(view)
55+
startup_queue = []
5556
else:
5657
current_highlight_color = ""
5758
if settings['highlight_color'] != current_highlight_color:

0 commit comments

Comments
 (0)