]> granicus.if.org Git - vim/commitdiff
patch 7.4.795 v7.4.795
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Jul 2015 20:19:38 +0000 (22:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Jul 2015 20:19:38 +0000 (22:19 +0200)
Problem:    The 'fixeol' option is not copied to a new window.
Solution:   Copy the option value. (Yasuhiro Matsumoto)

src/option.c
src/version.c

index b0f28d2593c07fb73b90bd1c4d7ad530fe10bbae..8e5021cd68667218468d7e0422225132cc3a6d00 100644 (file)
@@ -10659,6 +10659,7 @@ buf_copy_options(buf, flags)
 #ifdef FEAT_MBYTE
            buf->b_p_bomb = p_bomb;
 #endif
+           buf->b_p_fixeol = p_fixeol;
            buf->b_p_et = p_et;
            buf->b_p_et_nobin = p_et_nobin;
            buf->b_p_ml = p_ml;
index a29c9fb95e00f6513135c2c67651763bec582ed4..7cea9b1aa8a136077082e905ac789f056d64b069 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    795,
 /**/
     794,
 /**/