aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r--src/nvim/option_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h
index 441d29cd9f..6edc15be57 100644
--- a/src/nvim/option_defs.h
+++ b/src/nvim/option_defs.h
@@ -836,7 +836,7 @@ enum {
BV_WM,
BV_VSTS,
BV_VTS,
- BV_COUNT // must be the last one
+ BV_COUNT, // must be the last one
};
/*
@@ -889,7 +889,7 @@ enum {
WV_FCS,
WV_LCS,
WV_WINBL,
- 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.