From c8fbe04351a43a880b09f73b686cdf08da60c14b Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Sun, 10 Feb 2019 18:32:41 +0100 Subject: [PATCH] Release several bug fix --- ftplugin/todo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 2131475..c0c6e97 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -7,7 +7,7 @@ if exists("g:Todo_txt_loaded") finish else - let g:Todo_txt_loaded=0.8.1 + let g:Todo_txt_loaded=0.8.2 endif " Save context {{{1