Hacker News new | ask | show | jobs
by revscat 1047 days ago
Neovim is a superset of vim, so this argument applies to both.
2 comments

No, Neovim is not a superset of Vim. Vim has things that Neovim doesn't have and vice-versa.
Neovim remove set compatible (hardcodes set nocompatible). Vim support the POSIX vi via that option.
Not quite. Vim is vi compatible by default. You have to explicitly opt in for the newer behavior.