mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
refactor(options): rename empty_option
to empty_string_option
This commit is contained in:
@@ -5365,8 +5365,8 @@ void cursor_pos_info(dict_T *dict)
|
||||
char *const saved_w_sbr = curwin->w_p_sbr;
|
||||
|
||||
// Make 'sbr' empty for a moment to get the correct size.
|
||||
p_sbr = empty_option;
|
||||
curwin->w_p_sbr = empty_option;
|
||||
p_sbr = empty_string_option;
|
||||
curwin->w_p_sbr = empty_string_option;
|
||||
oparg.is_VIsual = true;
|
||||
oparg.motion_type = kMTBlockWise;
|
||||
oparg.op_type = OP_NOP;
|
||||
|
Reference in New Issue
Block a user