VSCodeVim/Vim

cannot jump to previous match in visual line mode

Open

#2357 aperta il 4 feb 2018

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)TypeScript (1271 fork)batch import
area/clipboardhelp wanted

Metriche repository

Star
 (12.664 star)
Metriche merge PR
 (Merge medio 60g 20h) (17 PR mergiate in 30 g)

Descrizione

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": "*"
	}
}

Guida contributor