Karsten Hopp cdb1fd
To: vim_dev@googlegroups.com
Karsten Hopp cdb1fd
Subject: Patch 7.4.795
Karsten Hopp cdb1fd
Fcc: outbox
Karsten Hopp cdb1fd
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp cdb1fd
Mime-Version: 1.0
Karsten Hopp cdb1fd
Content-Type: text/plain; charset=UTF-8
Karsten Hopp cdb1fd
Content-Transfer-Encoding: 8bit
Karsten Hopp cdb1fd
------------
Karsten Hopp cdb1fd
Karsten Hopp cdb1fd
Patch 7.4.795
Karsten Hopp cdb1fd
Problem:    The 'fixeol' option is not copied to a new window.
Karsten Hopp cdb1fd
Solution:   Copy the option value. (Yasuhiro Matsumoto)
Karsten Hopp cdb1fd
Files:      src/option.c
Karsten Hopp cdb1fd
Karsten Hopp cdb1fd
Karsten Hopp cdb1fd
*** ../vim-7.4.794/src/option.c	2015-07-21 17:53:11.585527913 +0200
Karsten Hopp cdb1fd
--- src/option.c	2015-07-22 21:48:18.727198452 +0200
Karsten Hopp cdb1fd
***************
Karsten Hopp cdb1fd
*** 10659,10664 ****
Karsten Hopp cdb1fd
--- 10659,10665 ----
Karsten Hopp cdb1fd
  #ifdef FEAT_MBYTE
Karsten Hopp cdb1fd
  	    buf->b_p_bomb = p_bomb;
Karsten Hopp cdb1fd
  #endif
Karsten Hopp cdb1fd
+ 	    buf->b_p_fixeol = p_fixeol;
Karsten Hopp cdb1fd
  	    buf->b_p_et = p_et;
Karsten Hopp cdb1fd
  	    buf->b_p_et_nobin = p_et_nobin;
Karsten Hopp cdb1fd
  	    buf->b_p_ml = p_ml;
Karsten Hopp cdb1fd
*** ../vim-7.4.794/src/version.c	2015-07-21 20:22:07.331615818 +0200
Karsten Hopp cdb1fd
--- src/version.c	2015-07-22 21:49:14.366683887 +0200
Karsten Hopp cdb1fd
***************
Karsten Hopp cdb1fd
*** 743,744 ****
Karsten Hopp cdb1fd
--- 743,746 ----
Karsten Hopp cdb1fd
  {   /* Add new patch number below this line */
Karsten Hopp cdb1fd
+ /**/
Karsten Hopp cdb1fd
+     795,
Karsten Hopp cdb1fd
  /**/
Karsten Hopp cdb1fd
Karsten Hopp cdb1fd
-- 
Karsten Hopp cdb1fd
hundred-and-one symptoms of being an internet addict:
Karsten Hopp cdb1fd
253. You wait for a slow loading web page before going to the toilet.
Karsten Hopp cdb1fd
Karsten Hopp cdb1fd
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp cdb1fd
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp cdb1fd
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp cdb1fd
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///