diff options
author | obrien <obrien@FreeBSD.org> | 2003-10-31 04:21:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-10-31 04:21:23 +0800 |
commit | c4e29a7d9b220aae0027b546975075d6bac11a9e (patch) | |
tree | b0adc5f48bb813e5a3180d34488d24febe132370 /editors/vim/files | |
parent | d57ed0e0ed85d331340f6720ee17f484e7eace09 (diff) | |
download | freebsd-ports-graphics-c4e29a7d9b220aae0027b546975075d6bac11a9e.tar.gz freebsd-ports-graphics-c4e29a7d9b220aae0027b546975075d6bac11a9e.tar.zst freebsd-ports-graphics-c4e29a7d9b220aae0027b546975075d6bac11a9e.zip |
Update to Vim 6.2 patchlevel 139
Diffstat (limited to 'editors/vim/files')
-rw-r--r-- | editors/vim/files/patch-digraph.c | 14 | ||||
-rw-r--r-- | editors/vim/files/patch-globals.h | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/editors/vim/files/patch-digraph.c b/editors/vim/files/patch-digraph.c deleted file mode 100644 index 37b7f982b61..00000000000 --- a/editors/vim/files/patch-digraph.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- digraph.c 2003/10/29 10:29:14 1.1 -+++ digraph.c 2003/10/29 10:29:43 -@@ -2175,7 +2175,7 @@ - str = skipwhite(str); - if (!isdigit(*str)) - { -- EMSG(_(e_number)); -+ EMSG(_(e_numbe)); - return; - } - n = getdigits(&str); diff --git a/editors/vim/files/patch-globals.h b/editors/vim/files/patch-globals.h deleted file mode 100644 index ae345331f83..00000000000 --- a/editors/vim/files/patch-globals.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- globals.h 2003/10/29 10:29:14 1.1 -+++ globals.h 2003/10/29 10:29:51 -@@ -1253,7 +1253,7 @@ - EXTERN char_u e_nowrtmsg[] INIT(=N_("E37: No write since last change (add ! to override)")); - EXTERN char_u e_null[] INIT(=N_("E38: Null argument")); - #ifdef FEAT_DIGRAPHS --EXTERN char_u e_number[] INIT(=N_("E39: Number expected")); -+EXTERN char_u e_numbe[] INIT(=N_("E39: Number expected")); - #endif - #ifdef FEAT_QUICKFIX - EXTERN char_u e_openerrf[] INIT(=N_("E40: Can't open errorfile %s")); |