From 90ef218610ec0b2bd3947b7be0611457c910564b Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 21 Jul 2015 15:03:51 +0300 Subject: Add introductory text to intro screen. #1885 --- src/nvim/version.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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 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 for information "), "", -- cgit