lambdalisue/vim-fern

Allow multiple drawers with horizontal split (`<C-w>s`) on drawer style viewer

Open

#452 创建于 2022年10月21日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Vim Script (50 fork)github user discovery
difficultenhancementhelp wanted

仓库指标

Star
 (1,353 star)
PR 合并指标
 (PR 指标待抓取)

描述

#!/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
  1. :Fern -drawer ~<CR>
  2. <C-W>s
  3. z

Nothing happens.

Expect behaviour:

Width ratio [2 -> 1-10]:

Thanks.

贡献者指南