mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0105
This commit is contained in:
@@ -8705,6 +8705,9 @@ buf_copy_options(buf, flags)
|
|||||||
buf->b_p_wm_nopaste = p_wm_nopaste;
|
buf->b_p_wm_nopaste = p_wm_nopaste;
|
||||||
buf->b_p_wm_nobin = p_wm_nobin;
|
buf->b_p_wm_nobin = p_wm_nobin;
|
||||||
buf->b_p_bin = p_bin;
|
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 = p_et;
|
||||||
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;
|
||||||
|
Reference in New Issue
Block a user