tomtom/tlib_vim

Version 1.23 breaks ttags

Closed this issue · 1 comments

The tlib display option in Ttags was broken by commit 18d3a91. Opening the list works fine but selecting an item throws this error.

Error detected while processing function ttags#List[5]..ttags#SelectTags[28]..tlib#input#ListW[393]..ttags#GotoTag:
line    5:
E716: Key not present in Dictionary: win_wnr != winnr()
E15: Invalid expression: a:world.win_wnr != winnr()
Error detected while processing function ttags#List[5]..ttags#SelectTags:
line   28:
E171: Missing :endif

Don't think this is related to #24 since I'm on 8.0

Can confirm fixes ttags and ttags when using quickfix display 👍