diff --git a/plugin/simple-todo.vim b/plugin/simple-todo.vim index 23ab0fa..2d00528 100644 --- a/plugin/simple-todo.vim +++ b/plugin/simple-todo.vim @@ -105,6 +105,7 @@ vnore (simple-todo-new-start-of-line) I=get_list_marker " Create a new item with some list prefix symbol at the start of this line nnore (simple-todo-new-list-item-start-of-line) mzI=g:simple_todo_list_symbol[ ]`z6l inore (simple-todo-new-list-item-start-of-line) mzI=g:simple_todo_list_symbol[ ]`z6la +vnore (simple-todo-new-list-item-start-of-line) I=g:simple_todo_list_symbol[ ] " Create a new item below nnore (simple-todo-below) o=get_list_marker(line('.')-1)[ ]