Y
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
johncoltrane
1047 days ago
No, Neovim is not a superset of Vim. Vim has things that Neovim doesn't have and vice-versa.
link
marcthe12
1047 days ago
Neovim remove set compatible (hardcodes set nocompatible). Vim support the POSIX vi via that option.
link
tambourine_man
1047 days ago
Not quite. Vim is vi compatible by default. You have to explicitly opt in for the newer behavior.
link