]> granicus.if.org Git - vim/commitdiff
patch 8.0.0328: the "zero count" error doesn't have a number v8.0.0328
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Feb 2017 17:45:25 +0000 (18:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Feb 2017 17:45:25 +0000 (18:45 +0100)
Problem:    The "zero count" error doesn't have a number. (Hirohito Higashi)
Solution:   Give it a number and be more specific about the error.

src/globals.h
src/version.c

index 0b6abb0e85ce47fb6b49960cc18f7db5ed82ce59..f3e5155e994c08e3db658cd8bccfd31258727b69 100644 (file)
@@ -1581,7 +1581,7 @@ EXTERN char_u e_winheight[]       INIT(= N_("E591: 'winheight' cannot be smaller than
 EXTERN char_u e_winwidth[]     INIT(= N_("E592: 'winwidth' cannot be smaller than 'winminwidth'"));
 #endif
 EXTERN char_u e_write[]                INIT(= N_("E80: Error while writing"));
-EXTERN char_u e_zerocount[]    INIT(= N_("Zero count"));
+EXTERN char_u e_zerocount[]    INIT(= N_("E939: Positive count required"));
 #ifdef FEAT_EVAL
 EXTERN char_u e_usingsid[]     INIT(= N_("E81: Using <SID> not in a script context"));
 #endif
index e95fed6ba259545c282e0a2ade0ae8ee0db77cb5..08d377d0c29cdc8caec8e5b854decdd47b04caf6 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    328,
 /**/
     327,
 /**/