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

Easymotion conflict #7

Closed
blayz3r opened this issue Sep 30, 2019 · 5 comments
Closed

Easymotion conflict #7

blayz3r opened this issue Sep 30, 2019 · 5 comments

Comments

@blayz3r
Copy link

blayz3r commented Sep 30, 2019

Instructions: Replace the template text and remove irrelevant text (including this line)
Warning: if you don't fill this issue template and provide the reproducible steps the issue could be closed directly.

Environment (please complete the following information):

  • OS: Windows
  • (Neo)Vim version: ???
    image
  • vim-clap version: ???

Describe the bug
A clear and concise description of what the bug is.
image

To Reproduce
Steps to reproduce the behavior:
Install easymotion, run Clap colors, press C-j

  1. Create the minimal vimrc min.vim:
set nocompatible
set runtimepath^=/path/to/vim-clap
syntax on
filetype plugin indent on

Plug 'easymotion/vim-easymotion'

Expected behavior
No errors

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.

@liuchengxu
Copy link
Owner

Can't reproduce with this minimal vimrc.

set nocompatible
set runtimepath^=~/.vim/plugged/vim-clap
set runtimepath^=~/.vim/plugged/vim-easymotion
syntax on
filetype plugin indent on

@blayz3r
Copy link
Author

blayz3r commented Sep 30, 2019

Sorry should be:

" Sections:
"Vim-Plug Plugin Manager  {{{
" set the run path
call plug#begin('~/.vim/bundle') "plugins' root path
"Starting screen

Plug 'liuchengxu/vim-clap'
Plug 'easymotion/vim-easymotion'
Plug 'haya14busa/vim-easyoperator-line'
" All of your Plugs must be added before the following line
call plug#end()            " required
"}}}

@liuchengxu
Copy link
Owner

I believe you should report to vim-easyoperator-line.

@liuchengxu
Copy link
Owner

I occasionally found that this issue can be resolved on vim-clap side when developing #43. You could try #43 to see if it persists.

@blayz3r
Copy link
Author

blayz3r commented Oct 13, 2019

Yes, works now

liuchengxu pushed a commit that referenced this issue Aug 17, 2021
ECDSA for Polkadot JS
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