[vim/f18] - patchlevel 663

Karsten Hopp karsten at fedoraproject.org
Thu Oct 4 21:38:48 UTC 2012


commit f01402f883613f72e0b8d84bb98e84a671548d10
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Oct 5 00:36:14 2012 +0200

    - patchlevel 663

 7.3.663 |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/7.3.663 b/7.3.663
new file mode 100644
index 0000000..a6154f4
--- /dev/null
+++ b/7.3.663
@@ -0,0 +1,54 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.663
+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.3.663
+Problem:    End of color scheme name not clear in E185. (Aaron Lewis)
+Solution:   Put the name in single quotes.
+Files:	    src/ex_docmd.c
+
+
+*** ../vim-7.3.662/src/ex_docmd.c	2012-08-23 18:43:06.000000000 +0200
+--- src/ex_docmd.c	2012-09-14 20:49:29.000000000 +0200
+***************
+*** 6466,6472 ****
+  #endif
+      }
+      else if (load_colors(eap->arg) == FAIL)
+! 	EMSG2(_("E185: Cannot find color scheme %s"), eap->arg);
+  }
+  
+      static void
+--- 6466,6472 ----
+  #endif
+      }
+      else if (load_colors(eap->arg) == FAIL)
+! 	EMSG2(_("E185: Cannot find color scheme '%s'"), eap->arg);
+  }
+  
+      static void
+*** ../vim-7.3.662/src/version.c	2012-09-18 16:36:26.000000000 +0200
+--- src/version.c	2012-09-18 16:44:57.000000000 +0200
+***************
+*** 721,722 ****
+--- 721,724 ----
+  {   /* Add new patch number below this line */
++ /**/
++     663,
+  /**/
+
+-- 
+Yesterday is history.
+Tomorrow is a mystery.
+Today is a gift.
+That's why it is called 'present'.
+
+ /// 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