EugeneManushkin / CtagsSourceNavigator

Reworked Ctags Source Navigator plugin based on source code v0.93 beta compatible with Far3
GNU General Public License v2.0
17 stars 0 forks source link

Failed to "Go to" tag between two string litarals #46

Closed EugeneManushkin closed 5 years ago

EugeneManushkin commented 5 years ago

Given following code in lua:

function Test() end

tmp = {"first string", Test, "second string"}

Navigate cursor to ', Test,' and press 'Go to' menu option. The cursor does not moved to definition of Test function because ", Test, " is treated by plugin as a string literal

EugeneManushkin commented 5 years ago

Fixed in build 2.1.0.46