Remove trailing whitespaces

This commit is contained in:
Leandro Freitas
2016-01-27 14:09:17 -02:00
parent 17a2345675
commit a612ebeaf1
9 changed files with 35 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ endfunction
function! todo#txt#mark_as_done()
call s:remove_priority()
call todo#txt#prepend_date()
normal! Ix
normal! Ix
endfunction
function! todo#txt#mark_all_as_done()