VSCodeVim/Vim

cannot jump to previous match in visual line mode

Open

#2,357 opened on 2018年2月4日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)TypeScript (12,664 stars) (1,271 forks)batch import
area/clipboardhelp wanted

説明

BUG REPORT

I search for some text with / or * and enter visual line mode with shift+v and then press shift+n to search backwards for the previous occurrence of the text.

I expect to jump to the previous occurrence of the search text and stay in visual line mode.

It works fine for forward search but not for reverse search.

  • Extension Name: vim
  • Extension Version: 0.10.13
  • OS Version: Windows_NT x64 10.0.16299
  • VSCode version: 1.19.0
{
	"activationTimes": {
		"startup": true,
		"codeLoadingTime": 196,
		"activateCallTime": 1,
		"activateResolvedTime": 154,
		"activationEvent": "*"
	}
}

コントリビューターガイド

cannot jump to previous match in visual line mode · VSCodeVim/Vim#2357 | Good First Issue