VSCodeVim/Vim
Ver no GitHub"go to definition", etc go to the right line, but wrong column
Open
#3.102 aberto em 5 de out. de 2018
help wantedkind/bug
Métricas do repositório
- Stars
- (12.664 stars)
- Métricas de merge de PR
- (Mesclagem média 60d 20h) (17 fundiu PRs em 30d)
Description
Describe the bug using "go to definition" doesn't seem to update the column - it keeps the previous column.
To Reproduce Steps to reproduce the behavior:
- Click on a function call
- Right-click
- "go to definition"
- Notice the column LOOKS correct
- Move cursor using hjkl
- Notice the cursor column jumps to where you were before the "go-to-definition", but on the correct line.
Expected behavior The column is in-sync just like the row
Screenshots
Environment (please complete the following information):
- Extension (VsCodeVim) version: 0.16.6
- VSCode version: 1.27.2
- OS: Linux - Kubuntu current LTS
Additional context None