mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-14 12:53:46 -05:00
Overdue date syntax highlight
This commit is contained in:
@@ -52,6 +52,7 @@ highlight default link TodoContext Special
|
||||
|
||||
if has('python')
|
||||
let b:curdir = expand('<sfile>:p:h')
|
||||
let s:script_dir = b:curdir . "/../python/"
|
||||
execute "pyfile " . b:curdir . "/../python/todo.py"
|
||||
else
|
||||
echom "Your version of vim has no python support. Overdue dates won't be highlighted"
|
||||
|
||||
Reference in New Issue
Block a user