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

Duplicate all pairs when input faster than ~200ms only vim 8.2 #61

Open
fagci opened this issue Jun 28, 2020 · 9 comments
Open

Duplicate all pairs when input faster than ~200ms only vim 8.2 #61

fagci opened this issue Jun 28, 2020 · 9 comments
Labels
question Further information is requested

Comments

@fagci
Copy link

fagci commented Jun 28, 2020

@chemzqm only vim 8.2 patch 1-814, nvim OK

Originally posted by @fagcinsk in #59 (comment)

  • all Types of pairs: },],),...
@chemzqm chemzqm added the question Further information is requested label Jun 29, 2020
@chemzqm
Copy link
Member

chemzqm commented Jun 29, 2020

Can't reproduce.

@elzii
Copy link

elzii commented Jul 17, 2020

+1

Here's a log file if that's helpful. Search for occurrences of const foo = ( to see how it pans out.

https://gist.github.com/elzii/7a6e4a0a7a77c379b9c22453613c307f

@chemzqm
Copy link
Member

chemzqm commented Jul 17, 2020

No idea, try minimal vimrc.

@elzii
Copy link

elzii commented Jul 26, 2020

I had a conflicting map on ( in my case. @fagcinsk try debugging with :verbose imap (

@fagci
Copy link
Author

fagci commented Jul 27, 2020

@elzii only one: coc#_insert_key

@sersorrel
Copy link

fwiw, I'm recently getting duplicated closing brackets/quotes even when typing very slowly (vim 8.2 patch 1-29).

@lljbash
Copy link

lljbash commented Dec 23, 2020

+1

@C-alcium
Copy link

I get this issue as well. Having coc-vetur and coc-tsserver and coc-pairs installed then attempting to autocomplete a suggestion by tsserver results in, for example, two pairs of angle brackets. Uninstalling coc-pairs fixed this for me, but perhaps the issue lies in tsserver

@chemzqm
Copy link
Member

chemzqm commented Jan 16, 2021

Check :verbose imap (

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants