VSCodeVim/Vim

cannot jump to previous match in visual line mode

Open

#2.357 geöffnet am 4. Feb. 2018

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (1.271 Forks)batch import
area/clipboardhelp wanted

Repository-Metriken

Stars
 (12.664 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 13h) (7 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide