This repository has deprecated due to https://github.com/lambdalisue/guise.vim
An pseudo EDITOR
to open a file in a working Vim/Neovim instead of a new one.
It has no external dependencies.
This is in alpha stage. Anything will be drastically changed without announcement.
Open :terminal
and execute applications which use $EDITOR
internally.
For example, git commit
uses $EDITOR
in default.
Note that $EDITOR
includes arguments so you need to use eval
to execute it directly like:
$ eval $EDITOR {filename}
The code in edita.vim follows MIT license texted in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.