mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
visudo.c: add nvim (Neovim) to lineno_editor list
Neovim supports it: https://neovim.io/doc/user/starting.html#-+
This commit is contained in:
parent
4de5e12ddb
commit
2b5dcf255d
@ -419,6 +419,7 @@ static const char *lineno_editors[] = {
|
||||
"vi",
|
||||
"nvi",
|
||||
"vim",
|
||||
"nvim",
|
||||
"elvis",
|
||||
"*macs",
|
||||
"mg",
|
||||
|
Loading…
x
Reference in New Issue
Block a user