diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-15 18:13:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-15 18:13:49 +0200 |
commit | d8fe63199f10c944312e802010bec13b5950120a (patch) | |
tree | 395989e71fce411dec4fbaf95667ad915ac2cce4 /src | |
parent | d72db1ac8f3a2eeea31b2679e7b3ace5b7b21ddd (diff) | |
download | rneovim-d8fe63199f10c944312e802010bec13b5950120a.tar.gz rneovim-d8fe63199f10c944312e802010bec13b5950120a.tar.bz2 rneovim-d8fe63199f10c944312e802010bec13b5950120a.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 44e9d5e26c..c7b8220776 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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"), "", |