vim-patch:7.4.795

Problem:    The 'fixeol' option is not copied to a new window.
Solution:   Copy the option value. (Yasuhiro Matsumoto)

b388be0abf
This commit is contained in:
Johan Klokkhammer Helsing
2015-10-14 21:26:50 +02:00
parent b1d7b5294a
commit 8d07058097
2 changed files with 2 additions and 1 deletions

View File

@@ -5479,6 +5479,7 @@ void buf_copy_options(buf_T *buf, int flags)
buf->b_p_bin = p_bin; buf->b_p_bin = p_bin;
buf->b_p_bomb = p_bomb; buf->b_p_bomb = p_bomb;
buf->b_p_et = p_et; buf->b_p_et = p_et;
buf->b_p_fixeol = p_fixeol;
buf->b_p_et_nobin = p_et_nobin; buf->b_p_et_nobin = p_et_nobin;
buf->b_p_ml = p_ml; buf->b_p_ml = p_ml;
buf->b_p_ml_nobin = p_ml_nobin; buf->b_p_ml_nobin = p_ml_nobin;

View File

@@ -201,7 +201,7 @@ static int included_patches[] = {
// 798, // 798,
// 797, // 797,
// 796 NA // 796 NA
// 795, 795,
// 794 NA // 794 NA
793, 793,
// 792, // 792,