Closed nekowasabi closed 2 years ago
Please fix the reproduce instruction.
And your screenshot is not same with minimal vimrc. It is confusing for me.
It works for me.
set rtp+=~/work/denops.vim
set rtp+=~/work/ddu.vim
set rtp+=~/work/ddu-commands.vim
set rtp+=~/work/ddu-ui-ff
set rtp+=~/work/ddu-kind-file
set rtp+=~/work/ddu-filter-matcher_substring
set rtp+=~/work/ddu-source-file
call ddu#custom#patch_global({
\ 'ui': 'ff',
\ 'sourceOptions' : {
\ '_' : {
\ 'ignoreCase': v:true,
\ }
\ },
\ })
nnoremap <silent> <space><space> <Cmd>Ddu
\ -name=search file -ui-param-startFilter=v:true<CR>
I have tested it agein by nnoremap <silent> <space><space> <Cmd>Ddu \ -name=search file -ui-param-startFilter=v:true<CR>
.
But I cannot reproduce it.
This minimal vimrc is better:
set rtp+=~/work/denops.vim
set rtp+=~/work/ddu.vim
set rtp+=~/work/ddu-commands.vim
set rtp+=~/work/ddu-ui-ff
call ddu#custom#patch_global({
\ 'ui': 'ff',
\ })
nnoremap <silent> <space><space> <Cmd>Ddu
\ -name=search mr -ui-param-startFilter=v:true<CR>
GVim 8.2
patch 1-3438
It seems old. Please use nightly build instead.
Environment Information
ddu-ui-ff
is the latest? And please check ddu-ui-ff
window is winfixheight
.
@nekowasabi Please test it on the other environments. In neovim and Linux.
OK. I get it. If winfixheight
is not set, the problem is reproduced.
So your ddu-ui-ff
is old.
@Shougo Update to nightly Gvim and update ddu-ui-ff. So, it worked.
Thank you!!
Problems summary
When using ddu-ui-ff to display a filter window, the window division is not fixed and the window width changes repeatedly.
Expected
Filter windows is fixed.
Environment Information
ddu.vim version (SHA1): 990b0c6d14a6be27682be73fdc3d9a835d62f765
denops.vim version (SHA1): a104cbff7e47a63978cfb3921da4333465fc6d15
deno version(
deno -V
output): 1.22.2OS: Windows11
neovim/Vim
:version
output: GVim 8.2 patch 1-3438Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Screenshot (if possible)