andri-ch / gotoword

vim plugin that gives users the possibility to write and access documentation about the word or expr. under cursor
GNU Lesser General Public License v3.0
0 stars 0 forks source link

keyword.current_context should be set by user if keyword has more contexts #23

Closed andri-ch closed 9 years ago

andri-ch commented 9 years ago

related to #12

andri-ch commented 9 years ago

gotoword.py line 657 -> Create a new state? The context is set by user when the user clicks the link with the context. The link has a target -> the Helper* cmd that is executed. How do I link the python method that sets the context (the action) to the link?