Renamed function to reflect its implementation

This commit is contained in:
Leandro Freitas
2015-05-20 17:12:46 -03:00
parent ddbcdd823f
commit 79e4d352a2
3 changed files with 11 additions and 11 deletions

View File

@@ -97,11 +97,11 @@ if !hasmapto("date<Tab>",'i')
endif
if !hasmapto("<localleader>d",'n')
nnoremap <script> <silent> <buffer> <localleader>d :call todo#txt#prepend_date()<CR>
nnoremap <script> <silent> <buffer> <localleader>d :call todo#txt#replace_date()<CR>
endif
if !hasmapto("<localleader>d",'v')
vnoremap <script> <silent> <buffer> <localleader>d :call todo#txt#prepend_date()<CR>
vnoremap <script> <silent> <buffer> <localleader>d :call todo#txt#replace_date()<CR>
endif
" Mark done {{{2