blakesweeney / unite-taskwarrior

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

"dd" errors, #31

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

I'm not sure if this is unite.vim or unite-taskwarrior related. they are the only unite plugins installed.. I think..

when editing a file in vim, and attempting to delete lines with "dd" I get the following errors.

Error detected while processing function unite#action#do..unite#redraw..unite#view#_redraw:                                                                   │········
line   16:                                                                                                                                                    │········
E716: Key not present in Dictionary: context                                                                                                                  │········
E15: Invalid expression: unite.context                                                                                                                        │········
line   17:                                                                                                                                                    │········
E716: Key not present in Dictionary: prompt_linenr) ? {} : unite#helper#get_current_candidate()                                                               │········
E15: Invalid expression: (line('.') == unite.prompt_linenr) ? {} : unite#helper#get_current_candidate()                                                       │········
line   62:                                                                                                                                                    │········
E716: Key not present in Dictionary: args) && getpos('.') !=# pos                                                                                             │········
E116: Invalid arguments for function empty(unite.args) && getpos('.') !=# pos                                                                                 │········
E15: Invalid expression: empty(unite.args) && getpos('.') !=# pos     
linuxcaffe commented 9 years ago

sorry, this is related to context and #29 , closing again, pending a taskwarrior fix, or..