#!/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>s
z
Nothing happens.
Expect behaviour:
Thanks.