Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred when searching for backslash #25

Open
rapan931 opened this issue May 20, 2021 · 0 comments
Open

Error occurred when searching for backslash #25

rapan931 opened this issue May 20, 2021 · 0 comments

Comments

@rapan931
Copy link

rapan931 commented May 20, 2021

Hello, thanks great plugin :) !

reproduce

backslash.txt

\

minimal.vimrc

" /path/to/pack_minimal/pack/m/start/vim-search-pulse
set packpath=/path/to/pack_minimal

let g:vim_search_pulse_mode = 'pattern'
let g:vim_search_pulse_disable_auto_mappings = 1

packadd vim-search-pulse
nmap n n<Plug>Pulse
  1. gvim.exe -Nu minimal.vimrc backslash.txt
  2. /\<CR>

Actual behavior

Error occurred.

Expected behavior

No errors.

other

An error also occurred in the following operations.

  1. /\v\\<CR> (no error)
  2. /\zs\v\\<CR> (error occurred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant