lambdalisue / vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script
MIT License
1.29k stars 49 forks source link

rename not available when you do `Fern .` #142

Closed chiefjester closed 4 years ago

chiefjester commented 4 years ago

Hi @lambdalisue 👋 Thanks for making this plugin. I think a bump on issue.

The action rename, isn't shown when you do: :Fern . I have to do :Fern %:h to make it available?

Steps:

  1. vim
  2. :Fern .
  3. highlight a file then do a for action,
  4. type ren then

no rename

After I do :Fern %:h, it magically appears

with rename

lambdalisue commented 4 years ago

Prob. already fixed by https://github.com/lambdalisue/fern.vim/pull/140. Make sure you are using at least v1.8.1 or the latest master.

chiefjester commented 4 years ago

hey @lambdalisue, confirmed! just updated, I can now see :rename

Thanks for the quick fix! 🙌