We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thanks great plugin :) !
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
gvim.exe -Nu minimal.vimrc backslash.txt
/\<CR>
Error occurred.
No errors.
An error also occurred in the following operations.
/\v\\<CR>
/\zs\v\\<CR>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, thanks great plugin :) !
reproduce
backslash.txt
minimal.vimrc
gvim.exe -Nu minimal.vimrc backslash.txt
/\<CR>
Actual behavior
Error occurred.
Expected behavior
No errors.
other
An error also occurred in the following operations.
/\v\\<CR>
(no error)/\zs\v\\<CR>
(error occurred)The text was updated successfully, but these errors were encountered: