blakesweeney / unite-taskwarrior

A unite.vim interface to taskwarrior
6 stars 2 forks source link

:Unite taskwarrior/projects errors #9

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

Calling :Unite taskwarrior/projects results in

function 47_call_unite_empty..unite#start..unite#start#standard..unite#candidates#_recache..146_recache_candidates_loop..146_get_
source_candidates..364..unite#taskwarrior#projects#select, line 1
Vim(let):E119: Not enough arguments for function: unite#taskwarrior#filter
[unite.vim] Error occurred in gather_candidates!
[unite.vim] Source name is taskwarrior/projects
Press ENTER or type command to continue

and no project list

This is also true for :Unite taskwarrior/tags

blakesweeney commented 9 years ago

This should be fixed now.

linuxcaffe commented 9 years ago

should be.. but isn't! after pulling todays develop, restarting vim and all that. :Unite taskwarrior/tags results in:

function 47_call_unite_empty..unite#start..unite#start#standard..unite#candidates#_recache..135_recache_candidates_loop..135_get_
source_candidates..365..unite#taskwarrior#tags#select, line 9                                                                                   
Vim(let):E713: Cannot use empty key for Dictionary                                                                                              
[unite.vim] Error occurred in gather_candidates!                                                                                                
[unite.vim] Source name is taskwarrior/tags                                                                                                     
Press ENTER or type command to continue     
linuxcaffe commented 9 years ago

After recent updates, :Unite taskwarrior/projects works! but :Unite taskwarrior/tags does not (same errors as above)

blakesweeney commented 9 years ago

Huh. And I'm pretty sure I fixed tags first. Well I'll work on that a bit more

linuxcaffe commented 9 years ago

errors gone, functioning most excellent! dude!