blakesweeney / unite-taskwarrior

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

bug: < CR > from tasklist opens both notefile and info #50

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

< CR > first opens a tasknote.wiki (the nearest, or the last previewed, it seems, doesn't have to be over a task with a tasknote!) THEN the info window opens in a split of the tasknote.wiki. CR again, to close the info, leaves the notefile open.

linuxcaffe commented 9 years ago

Perhaps the key problem is that -auto-preview of a tasklist is currently auto-previewing tasknotes, and that might be fixed with #49

blakesweeney commented 9 years ago

CR should do the default action, which is viewing the info. Preview shows the notes, which probably explains this behavior. I think you are correct in that making preview show the task info will fix this, or at least have clearer behavior.

linuxcaffe commented 9 years ago

fixed! thanks!