comparison src/version.c @ 29272:8175cd4c8fdd v8.2.5154

patch 8.2.5154: still mentioning version8, some cosmetic issues Commit: https://github.com/vim/vim/commit/abd56da30bae4a5c6c20b9363ccae12f7b126026 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 23 20:46:27 2022 +0100 patch 8.2.5154: still mentioning version8, some cosmetic issues Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 22:00:04 +0200
parents 83cf4455be5a
children 281509f1417b
comparison
equal deleted inserted replaced
29271:723cbd2896aa 29272:8175cd4c8fdd
11 11
12 /* 12 /*
13 * Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred) 13 * Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
14 * It has been changed beyond recognition since then. 14 * It has been changed beyond recognition since then.
15 * 15 *
16 * Differences between version 8.2 and 9.0 can be found with ":help version9".
16 * Differences between version 7.4 and 8.x can be found with ":help version8". 17 * Differences between version 7.4 and 8.x can be found with ":help version8".
17 * Differences between version 6.4 and 7.x can be found with ":help version7". 18 * Differences between version 6.4 and 7.x can be found with ":help version7".
18 * Differences between version 5.8 and 6.x can be found with ":help version6". 19 * Differences between version 5.8 and 6.x can be found with ":help version6".
19 * Differences between version 4.x and 5.x can be found with ":help version5". 20 * Differences between version 4.x and 5.x can be found with ":help version5".
20 * Differences between version 3.0 and 4.x can be found with ":help version4". 21 * Differences between version 3.0 and 4.x can be found with ":help version4".
732 NULL 733 NULL
733 }; 734 };
734 735
735 static int included_patches[] = 736 static int included_patches[] =
736 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 5154,
737 /**/ 740 /**/
738 5153, 741 5153,
739 /**/ 742 /**/
740 5152, 743 5152,
741 /**/ 744 /**/
11531 N_("Help poor children in Uganda!"), 11534 N_("Help poor children in Uganda!"),
11532 N_("type :help iccf<Enter> for information "), 11535 N_("type :help iccf<Enter> for information "),
11533 "", 11536 "",
11534 N_("type :q<Enter> to exit "), 11537 N_("type :q<Enter> to exit "),
11535 N_("type :help<Enter> or <F1> for on-line help"), 11538 N_("type :help<Enter> or <F1> for on-line help"),
11536 N_("type :help version8<Enter> for version info"), 11539 N_("type :help version9<Enter> for version info"),
11537 NULL, 11540 NULL,
11538 "", 11541 "",
11539 N_("Running in Vi compatible mode"), 11542 N_("Running in Vi compatible mode"),
11540 N_("type :set nocp<Enter> for Vim defaults"), 11543 N_("type :set nocp<Enter> for Vim defaults"),
11541 N_("type :help cp-default<Enter> for info on this"), 11544 N_("type :help cp-default<Enter> for info on this"),