aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/todo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/todo.vim')
-rw-r--r--ftplugin/todo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim
index c8a0cad..323e5ec 100644
--- a/ftplugin/todo.vim
+++ b/ftplugin/todo.vim
@@ -9,7 +9,7 @@ nnoremap <silent> <buffer> <Plug>TwodoNewTodoAbove O-
nnoremap <silent> <buffer> <Plug>TwodoMarkComplete m`:<c-u>s/\v^(\s*)- /\1v / \| nohlsearch<cr>``
nnoremap <silent> <buffer> <Plug>TwodoMarkDeleted m`:<c-u>s/\v^(\s*)- /\1x / \| nohlsearch<cr>``
nnoremap <silent> <buffer> <Plug>TwodoMarkPartiallyCompleted m`:<c-u>s/\v^(\s*)- /\1S / \| nohlsearch<cr>``
-nnoremap <silent> <buffer> <Plug>TwodoRemoveOldTodos :<c-u>g/^\s*[vSx] /d \| nohlsearch<cr>
+nnoremap <silent> <buffer> <Plug>TwodoRemoveOldTodos :<c-u>g/^\s*[vx] /d \| nohlsearch<cr>
if !hasmapto('<Plug>TwodoNewTodoBelow') || !maparg('<leader>n', 'n')
nmap <silent> <buffer> <leader>n <Plug>TwodoNewTodoBelow