Skip to content

Commit 08b68bd

Browse files
Fix obsolete comment
1 parent 400295f commit 08b68bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gitignore_plugin.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
def start(): # Gets invoked at the bottom of this file.
2424
"""
25-
Regularly (every 5s) updates the file_exclude_patterns setting from a
26-
background thread.
25+
Regularly (every 5s) updates the file_exclude_patterns setting.
2726
"""
2827
if is_first_launch():
2928
migrate_exclude_patterns()
@@ -226,4 +225,4 @@ def windows_path_to_sublime_path(path):
226225
without_colon = path[0] + path[2:]
227226
return without_colon.replace(u'\\', u'/')
228227

229-
start()
228+
start()

0 commit comments

Comments
 (0)