diff options
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r-- | src/nvim/option_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 6e89a093c8..82c618cf6f 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -799,6 +799,7 @@ enum { , WV_WFH , WV_WFW , WV_WRAP + , WV_SCL , WV_COUNT /* must be the last one */ }; |