diff options
author | Florian Walch <florian@fwalch.com> | 2015-07-21 15:03:51 +0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-08-15 15:11:28 -0400 |
commit | 90ef218610ec0b2bd3947b7be0611457c910564b (patch) | |
tree | 1bef827bd349e8a36f7ee6b3b7b234085d2ddec6 | |
parent | 197a5ad376ed7b5b75fb62a91f00b1eadc2bc2c7 (diff) | |
download | rneovim-90ef218610ec0b2bd3947b7be0611457c910564b.tar.gz rneovim-90ef218610ec0b2bd3947b7be0611457c910564b.tar.bz2 rneovim-90ef218610ec0b2bd3947b7be0611457c910564b.zip |
Add introductory text to intro screen. #1885
-rw-r--r-- | src/nvim/version.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 1f8aaf6e69..7ab7467661 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1098,6 +1098,15 @@ void intro_message(int colon) N_("by Bram Moolenaar et al."), N_("Vim is open source and freely distributable"), "", + N_("First time using a vi-like editor?"), + N_("Type :Tutor<Enter> to get started!"), + "", + N_("Already know your way around Vim?"), + N_("See :help nvim-intro for an introduction to Neovim."), + "", + N_("Still have questions?"), + N_("Reach out to the Neovim community at neovim.io/community."), + "", N_("Help poor children in Uganda!"), N_("type :help iccf<Enter> for information "), "", |