diff options
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r-- | src/nvim/option_defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 6e89a093c8..32021da922 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -799,7 +799,8 @@ enum { , WV_WFH , WV_WFW , WV_WRAP - , WV_COUNT /* must be the last one */ + , WV_SCL + , WV_COUNT // must be the last one }; /* Value for b_p_ul indicating the global value must be used. */ |