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

Does not work together with incsearch and anzu #16

Open
sergei-dyshel opened this issue May 7, 2016 · 1 comment
Open

Does not work together with incsearch and anzu #16

sergei-dyshel opened this issue May 7, 2016 · 1 comment

Comments

@sergei-dyshel
Copy link

sergei-dyshel commented May 7, 2016

I'm trying to make these 3 plugins to work together on n/N. I've added to my vimrc:

NeoBundle 'inside/vim-search-pulse'
let g:vim_search_pulse_disable_auto_mappings = 1

NeoBundle 'haya14busa/incsearch.vim'
let g:incsearch#auto_nohlsearch = 1

NeoBundle 'osyo-manga/vim-anzu' 
let g:anzu_enable_CursorMoved_AnzuUpdateSearchStatus = 0

nmap n <Plug>(incsearch-nohl-n)<Plug>Pulse<Plug>(anzu-update-search-status)
nmap N <Plug>(incsearch-nohl-N)<Plug>Pulse<Plug>(anzu-update-search-status)

In this case both vim-search-pulse and anzu are not triggered when I press n/N. If I remove one of them from the mapping, the other one works OK.

@inside
Copy link
Owner

inside commented May 9, 2016

Hi!

Thanks for reporting this. I never tried chaining more than 2 plugins, I'll have a look asap.

Best,

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

2 participants