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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui