blakesweeney / unite-taskwarrior

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

bug: /notes and /annotations errors #54

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

With the latest build, attempting to run :Unite taskwarrior/notes, I get these errors:

[unite.vim] function 45_call_unite..unite#start..unite#start#standard..unite#candidates#_recache..122_recache_candidates_loop..122_g
et_source_candidates..283..unite#taskwarrior#notes#select..unite#taskwarrior#notes#tasks, line 2
[unite.vim] Vim(for):E714: List required
[unite.vim] Error occurred in gather_candidates!
[unite.vim] Source name is taskwarrior/notes
Press ENTER or type command to continue

and after :Unite taskwarrior/annotations


[unite.vim] function unite#action#do..545..unite#start_temporary..unite#start#temporary..unite#start#standard..unite#candidates#_recache..122_
recache_candidates_loop..122_get_source_candidates..259..unite#taskwarrior#annotations#groups, line 1
[unite.vim] Vim(let):E121: Undefined variable: filt
[unite.vim] Error occurred in gather_candidates!
[unite.vim] Source name is taskwarrior/annotations

I guess these might be related?

blakesweeney commented 9 years ago

Yeah they were. Also, I changed notes so only note matched by the current filter are displayed. Notes also takes the same arguments as other taskwarrior sources.

linuxcaffe commented 9 years ago

this seems to be fixed. I still think the /annotations source is backwards, as in #35 .. but..