2
0
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:
Carlo Teubner 2022-07-31 17:20:50 +01:00 committed by GitHub
parent 4de5e12ddb
commit 2b5dcf255d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,6 +419,7 @@ static const char *lineno_editors[] = {
"vi",
"nvi",
"vim",
"nvim",
"elvis",
"*macs",
"mg",