VSCodeVim/Vim

easymotion j/k not triggering prompts on empty lines

Open

#2,388 建立於 2018年2月16日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)TypeScript (1,271 fork)batch import
area/pluginhelp wantedkind/bug

倉庫指標

Star
 (12,664 star)
PR 合併指標
 (平均合併 9天 13小時) (30 天內合併 7 個 PR)

描述

Is this a BUG REPORT or FEATURE REQUEST? (choose one): in the sense that the behavior of VSCode easymotion deviates from vim easymotion, I would categorize this as a bug.

What happened: when using <leader><leader>j or <leader><leader>k, empty lines do not have prompts included for them. For example:

What did you expect to happen: these motions should trigger prompts even on new lines. See the behavior in vim:

How to reproduce it (as minimally and precisely as possible): <leader><leader>j or k on a file with blank lines; observe that no prompts appear for the empty lines.

Environment:

  • Extension (VsCodeVim) version: 0.10.13
  • VSCode version: Version 1.20.1
  • OS version: OS X 10.13.3

貢獻者指南