We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400295f commit 08b68bdCopy full SHA for 08b68bd
gitignore_plugin.py
@@ -22,8 +22,7 @@
22
23
def start(): # Gets invoked at the bottom of this file.
24
"""
25
- Regularly (every 5s) updates the file_exclude_patterns setting from a
26
- background thread.
+ Regularly (every 5s) updates the file_exclude_patterns setting.
27
28
if is_first_launch():
29
migrate_exclude_patterns()
@@ -226,4 +225,4 @@ def windows_path_to_sublime_path(path):
226
225
without_colon = path[0] + path[2:]
227
return without_colon.replace(u'\\', u'/')
228
229
-start()
+start()
0 commit comments