Skip to content

Commit

Permalink
feat: add news blurb to intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanders committed Oct 15, 2022
1 parent 0434f73 commit a8ebbbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nvim/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,8 @@ void intro_message(int colon)
N_("type :q<Enter> to exit "),
N_("type :help<Enter> for help "),
"",
N_("type :help news<Enter> to see what's changed "),
"",
N_("Help poor children in Uganda!"),
N_("type :help iccf<Enter> for information "),
};
Expand Down

0 comments on commit a8ebbbc

Please sign in to comment.