lambdalisue/vim-fern
Auf GitHub ansehenAllow multiple drawers with horizontal split (`<C-w>s`) on drawer style viewer
Open
#452 geöffnet am 21. Okt. 2022
difficultenhancementhelp wanted
Repository-Metriken
- Stars
- (1.353 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
#!/usr/bin/env -S vi -u
" $ uname -r
" 5.19.7-arch1-1
" $ has
" ✓ vi 0.8.0
" $ cat test.vim
set runtimepath=$VIMRUNTIME
set runtimepath+=~/.local/share/nvim/repos/github.com/lambdalisue/fern.vim
" $ chmod +x test.vim
" $ ./test.vim
:Fern -drawer ~<CR><C-W>sz
Nothing happens.
Expect behaviour:
Width ratio [2 -> 1-10]:
Thanks.