diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-17 00:29:25 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-18 21:29:01 +0200 |
commit | 6ca6a8134ddf62d3b6abc57185b096fd712cc873 (patch) | |
tree | 7a9904eec8b5cebf8d10cad6c1142d14ad66a4a9 /src | |
parent | b2967a0320ec327d1271bb75d96156a5ff1c8758 (diff) | |
download | rneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.tar.gz rneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.tar.bz2 rneovim-6ca6a8134ddf62d3b6abc57185b096fd712cc873.zip |
intro: remove byline #6984
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 1 |
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"), "", |