summary refs log tree commit diff stats
path: root/nimsuggest/tests/tv3_definition.nim
Commit message (Collapse)AuthorAgeFilesLines
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-301-0/+9
- apparently TLineInfo's implementation of `==` ignores the column. After I fixed the code to use exact TLineInfo comparison I fixed several other issues hidden by that issue. - Replaced `tuple[sym, info]` with `SymInfoPair`