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