From 689a9ff5a4abd073277437dc7732b9c02d25b9ce Mon Sep 17 00:00:00 2001 From: Alexander Hirzel Date: Fri, 31 Oct 2014 22:26:55 -0400 Subject: [PATCH] minor --- ftdetect/todo.vim | 2 +- ftplugin/todo.vim | 4 ++-- syntax/todo.vim | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftdetect/todo.vim b/ftdetect/todo.vim index d429281..774eb7c 100644 --- a/ftdetect/todo.vim +++ b/ftdetect/todo.vim @@ -1,7 +1,7 @@ " File: todo.txt.vim " Description: Todo.txt filetype detection " Author: Leandro Freitas -" License: Vim licence +" License: Vim license " Website: http://github.com/freitass/todo.txt-vim " Version: 0.1 diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 1a76f75..9127435 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -1,7 +1,7 @@ " File: todo.txt.vim " Description: Todo.txt filetype detection " Author: Leandro Freitas -" License: Vim licence +" License: Vim license " Website: http://github.com/freitass/todo.txt-vim " Version: 0.4 @@ -28,7 +28,7 @@ endfunction function! TodoTxtMarkAsDone() call s:TodoTxtRemovePriority() call TodoTxtPrependDate() - normal! Ix + normal! Ix endfunction function! TodoTxtMarkAllAsDone() diff --git a/syntax/todo.vim b/syntax/todo.vim index a57e6d1..7b0e366 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -1,7 +1,7 @@ " File: todo.txt.vim " Description: Todo.txt syntax settings " Author: Leandro Freitas -" License: Vim licence +" License: Vim license " Website: http://github.com/freitass/todo.txt-vim " Version: 0.3