aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Valkov <georgi.t.valkov@gmail.com>2011-08-23 14:45:26 +0300
committerGeorgi Valkov <georgi.t.valkov@gmail.com>2011-08-23 14:45:26 +0300
commite9cb9c2811ab26ef54cf410b0edc52ae56a5158e (patch)
tree8ce7a8031a938bba12052c2e92113dab2a01b05d
parent33d507f1fe828b186dec9b61ff4fc6b5fdcf42b2 (diff)
downloadyoutube-dl-e9cb9c2811ab26ef54cf410b0edc52ae56a5158e.tar.xz
Add vim modeline
-rwxr-xr-xyoutube-dl2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl
index e8b19c8d0..63051bb33 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: