diff options
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 69 |
1 files changed, 65 insertions, 4 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 757fdf385c..7ab7467661 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,9 +71,61 @@ static char *features[] = { // clang-format off static int included_patches[] = { + //790, + //789, + //788, + //787, + //786, + //785, + 784, + //783, + //782, + 781, + //780, + //779, + //778, + //777, + 776, + 775, + 774, + 773, + //772, + //771, + //770, + //769, + //768, + //767, + //766, + //765, + //764, + //763, + //762, + //761, + //760, + //759, + //758, + //757, + //756, + //755, + //754, + //753, + //752, + //751, + //750, + //749, + //748, + //747, + //746, + //745, + //744, + //743, + //742, + //741, + //740, + //739, //738 NA //737, - //736, + 736, //735, //734, //733, @@ -141,8 +193,8 @@ static int included_patches[] = { //671, //670, //669 NA - //668, - //667, + 668, + 667, //666 NA //665, //664 NA @@ -209,7 +261,7 @@ static int included_patches[] = { //603, //602, 601, - //600, + 600, 599, //598, 597, @@ -1046,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 "), "", |