Updated documentation and minor fixes.

This commit is contained in:
Leandro Freitas
2014-11-01 19:44:07 -02:00
parent e7423b103b
commit 2a66ed26ff
4 changed files with 17 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ set cpo&vim
setlocal textwidth=0
setlocal wrapmargin=0
" Functions {{{!
" Functions {{{1
function! s:TodoTxtRemovePriority()
:s/^(\w)\s\+//ge
endfunction
@@ -28,7 +28,7 @@ endfunction
function! TodoTxtMarkAsDone()
call s:TodoTxtRemovePriority()
call TodoTxtPrependDate()
call TodoTxtPrependDate()
normal! Ix
endfunction