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

dd is broken when using vim-polyglot when ft=elixir #967

Closed
dylan-chong opened this issue Sep 30, 2017 · 4 comments
Closed

dd is broken when using vim-polyglot when ft=elixir #967

dylan-chong opened this issue Sep 30, 2017 · 4 comments

Comments

@dylan-chong
Copy link

dylan-chong commented Sep 30, 2017

Install https://github.com/sheerun/vim-polyglot/

Create test.ex:

asdf
asd
fa
sdf
asf
awr
g a
wrg

Run vim test.ex or neovim test.ex

Then press dddddd. Is should delete the first three lines, but it deletes the first four.


Oddly this but only occurs when both ale and polyglot are installed, and when ft is set to elixir

@w0rp
Copy link
Member

w0rp commented Sep 30, 2017

If you're using NeoVim, it's a known NeoVim bug. Update NeoVim.

@dylan-chong
Copy link
Author

Upgrading does not appear to solve the issue. WHere did read about this bug? Would like to read more into whereever you found it

@w0rp
Copy link
Member

w0rp commented Sep 30, 2017

See here and here. The development version should contain the bug fix for this.

@w0rp w0rp closed this as completed Sep 30, 2017
@w0rp
Copy link
Member

w0rp commented Sep 30, 2017

The bug exists in NeoVim, and cannot be fixed here, but should be fixed in the development version of NeoVim.

I personally recommend Vim 8.

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