Skip to content

Fix Telescope extension line and column numbers#663

Open
overhacked wants to merge 1 commit into
ThePrimeagen:harpoon2from
overhacked:overhacked/fix_telescope_lnum
Open

Fix Telescope extension line and column numbers#663
overhacked wants to merge 1 commit into
ThePrimeagen:harpoon2from
overhacked:overhacked/fix_telescope_lnum

Conversation

@overhacked
Copy link
Copy Markdown

The entry_maker function of the Telescope marks extension wasn't copying the line and column number of the marks correctly over to Telescope entries. (It referred to entry.row and entry.col instead of entry.context.row and entry.context.column.)

The `entry_maker` function of the Telescope marks extension wasn't
copying the line and column number of the marks correctly over to
Telescope entries. (It referred to `entry.row` and `entry.col` instead
of `entry.context.row` and `entry.context.column`.)

Signed-off-by: Ross Williams <ross@ross-williams.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant