VSCodeVim/Vim

cannot jump to previous match in visual line mode

Open

#2.357 aberto em 4 de fev. de 2018

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (1.271 forks)batch import
area/clipboardhelp wanted

Métricas do repositório

Stars
 (12.664 stars)
Métricas de merge de PR
 (Mesclagem média 60d 20h) (17 fundiu PRs em 30d)

Description

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

Guia do colaborador