[vim/f19] - patchlevel 915

Karsten Hopp karsten at fedoraproject.org
Wed May 8 15:07:58 UTC 2013


commit cf1ebe13d2242cd568c6f45b4fe4e7860ddd8af6
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed May 8 17:06:43 2013 +0200

    - patchlevel 915

 7.3.915 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/7.3.915 b/7.3.915
new file mode 100644
index 0000000..da1f12e
--- /dev/null
+++ b/7.3.915
@@ -0,0 +1,47 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.915
+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.915
+Problem:    When reading a file with encoding conversion fails at the end the
+	    next encoding in 'fencs' is not used.
+Solution:   Retry with another encoding when possible. (Taro Muraoka)
+Files:	    src/fileio.c
+
+
+*** ../vim-7.3.914/src/fileio.c	2013-04-15 12:27:30.000000000 +0200
+--- src/fileio.c	2013-04-24 16:16:28.000000000 +0200
+***************
+*** 1380,1385 ****
+--- 1380,1387 ----
+  # endif
+  			   )
+  			{
++ 			    if (can_retry)
++ 				goto rewind_retry;
+  			    if (conv_error == 0)
+  				conv_error = curbuf->b_ml.ml_line_count
+  								- linecnt + 1;
+*** ../vim-7.3.914/src/version.c	2013-04-24 15:47:11.000000000 +0200
+--- src/version.c	2013-04-24 16:18:48.000000000 +0200
+***************
+*** 730,731 ****
+--- 730,733 ----
+  {   /* Add new patch number below this line */
++ /**/
++     915,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+227. You sleep next to your monitor.  Or on top of it.
+
+ /// 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