From 29a6ea4b1d5c6731b470a0d61f5460bdfceb0327 Mon Sep 17 00:00:00 2001 From: Guilherme Victal Date: Tue, 26 Jan 2016 10:29:37 -0200 Subject: [PATCH] Add description and license info --- syntax/python/todo.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/syntax/python/todo.py b/syntax/python/todo.py index c6251b2..36d0d9d 100644 --- a/syntax/python/todo.py +++ b/syntax/python/todo.py @@ -1,5 +1,11 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- +# File: todo.py +# Description: Todo.txt overdue date syntax script +# License: Vim license +# Website: http://github.com/freitass/todo.txt-vim +# Version: 0.1 + import vim import os import sys