vim-endwise
vim-endwise copied to clipboard
Incompatibility with autocomplpop / does not handle pumvisible()
A visible popup menu will cause <cr> to do (effectively) nothing, instead
of accepting the selected element.
To reproduce:
- Install autocomplpop
- vim test.sh
- enter this text:
!/bin/ba
- A popup will appear suggesting /bin/bash, but selecting it won't do anything.
This does not happen in general, but I have noticed it in the corner case mentioned above only. This might be related to the shell-filetype only.
Same here