File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1581,7 +1581,7 @@ EXTERN char_u e_winheight[] INIT(= N_("E591: 'winheight' cannot be smaller than
15811581EXTERN char_u e_winwidth [] INIT (= N_ ("E592: 'winwidth' cannot be smaller than 'winminwidth'" ));
15821582#endif
15831583EXTERN char_u e_write [] INIT (= N_ ("E80: Error while writing" ));
1584- EXTERN char_u e_zerocount [] INIT (= N_ ("Zero count" ));
1584+ EXTERN char_u e_zerocount [] INIT (= N_ ("E939: Positive count required " ));
15851585#ifdef FEAT_EVAL
15861586EXTERN char_u e_usingsid [] INIT (= N_ ("E81: Using <SID> not in a script context" ));
15871587#endif
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 328 ,
767769/**/
768770 327 ,
769771/**/
You can’t perform that action at this time.
0 commit comments