updated for version 7.0105

This commit is contained in:
Bram Moolenaar
2005-07-08 22:26:47 +00:00
parent 045e82deef
commit e8bb2552eb

View File

@@ -8705,6 +8705,9 @@ buf_copy_options(buf, flags)
buf->b_p_wm_nopaste = p_wm_nopaste;
buf->b_p_wm_nobin = p_wm_nobin;
buf->b_p_bin = p_bin;
#ifdef FEAT_MBYTE
buf->b_p_bomb = p_bomb;
#endif
buf->b_p_et = p_et;
buf->b_p_et_nobin = p_et_nobin;
buf->b_p_ml = p_ml;