Closed e-kwsm closed 4 years ago
This time :<Plug>_w<Plug>_
is executed.
OK. I think it is fixed.
Thank you for your quick response, but sometimes E15: Invalid expression:
is raised after updating to 437d117320c17f98dbe303ded6a90b7fd125b509.
Please upload the screenshots
Uh, I get the reason.
Fixed. Please use the latest.
Now it seems OK, thanks.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
First of all, I'm sorry but I don't think I can show how-to-reproduce. I would appreciate any help.
Problems summary
Sometimes
:w
saves a new file named<Plug>_
instead of the current one, which implies:w <Plug>_
is executed.I'm suspecting deoplete because only deoplete has
<Plug>_
among plugins I'm using:Expected
:w
saves the current file.Environment Information
deoplete version (SHA1): 1a49407cf3eff03359de158151be174956b2ccbc
OS: Debian 10.4
neovim
:version
output: v0.5.0-563-ge628a05b5:checkhealth
or:CheckHealth
result(neovim only):health#deoplete#check
deoplete.nvim
health#nvim_lsp#check
Checking language server protocol configuration
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
import neovim
. Using the first available executable for diagnostics.Python 3 provider (optional)
Python virtualenv
Ruby provider (optional)
ruby
andgem
must be in $PATH.ruby
andgem
commands work.Node.js provider (optional)
node
andnpm
(oryarn
) must be in $PATH.node
andnpm
(oryarn
) commands work.Perl provider (optional)
perl
andcpanm
must be in $PATH.perl
andcpanm
commands work.How to reproduce the problem from neovim/Vim startup (Required!)
Open a file, modify contents, and then
:w
; sometimes<Plug>_
is created.