diff options
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r-- | src/nvim/option_defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 970615535e..461277c1fa 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -52,10 +52,6 @@ typedef struct { /// New value of the option. OptValData os_newval; - /// When set by the called function: Stop processing the option further. - /// Currently only used for boolean options. - bool os_doskip; - /// Option value was checked to be safe, no need to set P_INSECURE /// Used for the 'keymap', 'filetype' and 'syntax' options. bool os_value_checked; |