intro: change byline to "by al." (#6984)

Several people have suggested that the "by Bram" byline is misleading,
it implies that Bram is actively involved with the project. Up to now we
left it as an homage.

Bram agreed that it is misleading, and suggested a mention somewhere
other than the intro.
This commit is contained in:
Justin M. Keyes
2017-07-15 18:13:49 +02:00
committed by GitHub
parent d72db1ac8f
commit d8fe63199f
3 changed files with 4 additions and 3 deletions

View File

@@ -993,7 +993,7 @@ void intro_message(int colon)
static char *(lines[]) = {
N_(NVIM_VERSION_LONG),
"",
N_("by Bram Moolenaar et al."),
N_("by al."),
N_("Nvim is open source and freely distributable"),
N_("https://neovim.io/community"),
"",