From f1788f53f98f1428eefe13588d4ec7c8ba6695fc Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Tue, 12 Feb 2019 13:04:48 +0100 Subject: [PATCH] Fix #36 --- ftplugin/todo.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index c0c6e97..abaad7b 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -4,9 +4,7 @@ " License: Vim license " Website: http://github.com/dbeniamine/todo.txt-vim -if exists("g:Todo_txt_loaded") - finish -else +if ! exists("g:Todo_txt_loaded") let g:Todo_txt_loaded=0.8.2 endif