mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor(options): remove os_op
This commit is contained in:
@@ -45,7 +45,6 @@ typedef struct {
|
||||
void *os_varp;
|
||||
int os_idx;
|
||||
int os_flags;
|
||||
set_op_T os_op;
|
||||
|
||||
/// old value of the option (can be a string, number or a boolean)
|
||||
union {
|
||||
|
Reference in New Issue
Block a user