mirror of
https://github.com/neovim/neovim.git
synced 2026-03-21 16:09:42 +00:00
Neovim already removed `evim` (or any similar flags). The 'insertmode' option is a weird remnant, so get rid of it. The 'insertmode' option is replaced with a script that closely emulates the option. This script is documented at :help 'insertmode'