Closed nekowasabi closed 1 year ago
Hm... something wrong.
Please test the latest version of ddu-ui-ff
.
Thanks for the correction. We checked the operation, but it did not work as intended (the same phenomenon as in the video is reproduced).
Reproduced. It seems another problem.
It is the bug of ddu-kind-file
. I will fix it.
Fixed. Please update ddu-kind-file
.
@Shougo Thank you.
The file can now be written. However, the buffer selected from ddu is now opened in filterWindow. The vim environment and initial settings are the same as above.
Reproduced. It seems from ddu's recent changes.
Fixed.
Note: Just a reminder, no need to correct this report, no problem!
We have found a similar phenomenon and report it.
When kind
is open
and the candidate that is narrowed down is not a file or buffer (ddu-source-line is used in the video),
The error message is different from the error you fixed.
The reproduction condition is to add set runtimepath+=~/path/to/ddu-source-line
to the minimum configuration vimrc,
The only requirement is to change the ddu command to be executed to call ddu#start({'sources': [{'name': 'line'}]})
.
It is another issue. Please don't reuse the issue.
Issue move to https://github.com/Shougo/ddu-ui-ff/issues/108
Problems summary
In the windows vim environment, if the auto preview function and the floating window setting are set at the same time, the file will not be writable when opened.
Note: The probability of this occurring is about 10% to 20%.
Expected
Even with auto preview and floating window settings, the file should be writable when opened.
Environment Information
ddu-ui-ff version (SHA1): 3e0a5ca6a7b020661eddfe6cd4e717c4bd28d210
denops.vim version (SHA1):ec0a360bec4ae0583585c4566d56b70b7b2e96a8
deno version(
deno -V
output): 1.34.3OS: windows11
Vim
:version
output: vim9.0 1-1576, install by chocolatelyProvide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from Vim startup (Required!)
call ddu#start({'sources': [{'name': 'file'}]})
in command line.vimrc
and wait for the candidates to narrow down<CR>
for opening vimrc file.:w<CR>
in command line.E382
Screenshot (if possible)
The sample video uses bugreport.vim as an example, but the vimrc specified in the reproduction procedure above will also occur with a certain probability.
Upload the log messages by
:redir
and:message
(if errored)