Closed ippachi closed 3 years ago
Thanks for reporting, but I couldn't reproduce the problem.
Since ddc-buffer uses BufWritePost
, the problem may be related to ddc-buffer...
Did you check with other sources?
Thank you for your quick response.
Did you check with other sources?
Other sources don't reproduce in my environment.
It doesn't seems to happen all file.
For example
it happens on https://github.com/rails/rails/blob/main/activerecord/lib/arel.rb
it doesn't happen on https://github.com/matsui54/ddc-buffer/blob/main/denops/%40ddc-sources/buffer.ts
And my reproduce step is bad. (either way it doesn't happen on all files.) Correctly
G
or Gk
:w
Oh, I could reproduce in arel.rb
.
Investing the reason.
This may be ddc's problem. I created issue.
Thank you!! 😊
The problem is fixed. Please update ddc.vim.
It works. Thank you very much!!
Version
Minimal vimrc
Description
When save, it does like
Gzt
(vim normal command).Reproduction
G
orGk
:w
Sometimes happens, but sometimes it doesn't happen.
Screenshot