VSCodeVim/Vim

"go to definition", etc go to the right line, but wrong column

Open

#3,102 创建于 2018年10月5日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)TypeScript (1,271 fork)batch import
help wantedkind/bug

仓库指标

Star
 (12,664 star)
PR 合并指标
 (平均合并 9天 13小时) (30 天内合并 7 个 PR)

描述

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:

  1. Click on a function call
  2. Right-click
  3. "go to definition"
  4. Notice the column LOOKS correct
  5. Move cursor using hjkl
  6. 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

贡献者指南