diff --git a/vim/plugin/todo.vim b/vim/plugin/todo.vim index ea67212..5a6db8e 100644 --- a/vim/plugin/todo.vim +++ b/vim/plugin/todo.vim @@ -86,7 +86,7 @@ endfunction function! TodoAppendContextCurrent() let id = TodoCurrentLineId() call inputsave() - let context = input("Context: ", "@", "customlist,CompleteTodoProjects") + let context = input("Context: ", "@", "customlist,CompleteTodoContexts") call inputrestore() silent call TodoAction('append ' . id . ' ' . context) endfunction