Searched refs:buf_copy_options (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | option.pro | 59 void buf_copy_options(buf_T *buf, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 1794 buf_copy_options(buf, BCO_ENTER | BCO_NOHELP); in enter_buffer() 2009 buf_copy_options(buf, 0); in buflist_new() 2117 buf_copy_options(buf, BCO_ENTER); in buflist_new() 2182 buf_copy_options(buf, BCO_ALWAYS); in buflist_new()
|
| H A D | ex_cmds.c | 2791 buf_copy_options(buf, BCO_ENTER); in do_ecmd()
|
| H A D | channel.c | 1115 buf_copy_options(buf, BCO_ENTER); in prepare_buffer()
|
| H A D | window.c | 4782 buf_copy_options(wp->w_buffer, BCO_ENTER | BCO_NOHELP); in win_enter_ext()
|
| H A D | option.c | 5833 buf_copy_options(buf_T *buf, int flags) in buf_copy_options() function
|
| H A D | quickfix.c | 6478 buf_copy_options(newbuf, BCO_ENTER | BCO_NOHELP); in load_dummy_buffer()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 5403 Solution: When the BCO_NOHELP flag is given to buf_copy_options(), still
|
| H A D | version8.txt | 12407 Solution: Add BLN_NOOPT. Don't call buf_valid() in buf_copy_options().
|