andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
110 stars 43 forks source link

Jump to keyword with embedded argument does not work #156

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

If I have this keyword:

| Keyword "${var}" argument |

When I use it like:

| Keyword "text here" argument |

Then jump to keyword source does not work.

aaltat commented 8 years ago

Duplicate of #132