aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-17 00:29:25 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-08-18 21:29:01 +0200
commit6ca6a8134ddf62d3b6abc57185b096fd712cc873 (patch)
tree7a9904eec8b5cebf8d10cad6c1142d14ad66a4a9 /src
parentb2967a0320ec327d1271bb75d96156a5ff1c8758 (diff)
downloadrneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.tar.gz
rneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.tar.bz2
rneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.zip
intro: remove byline #6984
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index f5b45caefc..e024982faf 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -1216,7 +1216,6 @@ void intro_message(int colon)
static char *(lines[]) = {
N_(NVIM_VERSION_LONG),
"",
- N_("by al."),
N_("Nvim is open source and freely distributable"),
N_("https://neovim.io/community"),
"",