removed error message if no python support

This commit is contained in:
David Beniamine
2016-05-20 19:46:48 +02:00
parent 95d97151c5
commit ca8ae307d3

View File

@@ -55,8 +55,6 @@ if has('python')
let b:curdir = expand('<sfile>:p:h') let b:curdir = expand('<sfile>:p:h')
let s:script_dir = b:curdir . "/python/" let s:script_dir = b:curdir . "/python/"
execute "pyfile " . s:script_dir. "todo.py" execute "pyfile " . s:script_dir. "todo.py"
else
echom "Your version of vim has no python support. Overdue dates won't be highlighted"
endif endif
let b:current_syntax = "todo" let b:current_syntax = "todo"