From: Georgi Valkov Date: Tue, 23 Aug 2011 11:45:26 +0000 (+0300) Subject: Add vim modeline X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=e9cb9c2811ab26ef54cf410b0edc52ae56a5158e;p=youtube-dl.git Add vim modeline --- diff --git a/youtube-dl b/youtube-dl index e8b19c8..63051bb 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3001,3 +3001,5 @@ if __name__ == '__main__': sys.exit(u'ERROR: fixed output name but more than one file to download') except KeyboardInterrupt: sys.exit(u'\nERROR: Interrupted by user') + +# vim: set ts=4 sw=4 sts=4 noet ai si filetype=python: