fixed auto-complete function name for contexts
This commit is contained in:
@@ -86,7 +86,7 @@ endfunction
|
|||||||
function! TodoAppendContextCurrent()
|
function! TodoAppendContextCurrent()
|
||||||
let id = TodoCurrentLineId()
|
let id = TodoCurrentLineId()
|
||||||
call inputsave()
|
call inputsave()
|
||||||
let context = input("Context: ", "@", "customlist,CompleteTodoProjects")
|
let context = input("Context: ", "@", "customlist,CompleteTodoContexts")
|
||||||
call inputrestore()
|
call inputrestore()
|
||||||
silent call TodoAction('append ' . id . ' ' . context)
|
silent call TodoAction('append ' . id . ' ' . context)
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user