[vim] - patchlevel 520

Karsten Hopp karsten at fedoraproject.org
Wed Nov 19 16:56:15 UTC 2014


commit 3d2fb30535db6a765638e7d287b9dab0b1fe4daf
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Nov 19 18:00:16 2014 +0100

    - patchlevel 520

 7.4.520 |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/7.4.520 b/7.4.520
new file mode 100644
index 0000000..4b5928e
--- /dev/null
+++ b/7.4.520
@@ -0,0 +1,48 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.520
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.4.520
+Problem:    Sun PCK locale is not recognzed.
+Solution:   Add PCK in the table. (Keiichi Oono)
+Files:	    src/mbyte.c
+
+
+*** ../vim-7.4.519/src/mbyte.c	2014-09-15 14:25:51.305650006 +0200
+--- src/mbyte.c	2014-11-19 16:48:14.205705174 +0100
+***************
+*** 405,410 ****
+--- 405,411 ----
+      {"unix-jis",	IDX_EUC_JP},
+      {"ujis",		IDX_EUC_JP},
+      {"shift-jis",	IDX_SJIS},
++     {"pck",		IDX_SJIS},	/* Sun: PCK */
+      {"euckr",		IDX_EUC_KR},
+      {"5601",		IDX_EUC_KR},	/* Sun: KS C 5601 */
+      {"euccn",		IDX_EUC_CN},
+*** ../vim-7.4.519/src/version.c	2014-11-19 16:38:01.520679869 +0100
+--- src/version.c	2014-11-19 16:49:28.404860112 +0100
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     520,
+  /**/
+
+-- 
+BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
+ARTHUR:       What do you mean?  An African or European swallow?
+BRIDGEKEEPER: Er ...  I don't know that ... Aaaaarrrrrrggghhh!
+   BRIDGEKEEPER is cast into the gorge.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list