Add missing Vim config line to gui_interface.py

This commit is contained in:
Stephan Erb 2009-12-28 13:27:05 +01:00
parent 5cb3c74da9
commit b0b555c630
1 changed files with 2 additions and 0 deletions

View File

@ -3495,3 +3495,5 @@ class ThreadInterface:
Thread(target=thread_function, args=(func, func_args, callback,
callback_args)).start()
# vim: se ts=3: