diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 310f382db7..8623dc6c0c 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -3439,7 +3439,7 @@ static char_u *set_chars_option(win_T *wp, char_u **varp, bool set) struct chars_tab { int *cp; ///< char value char *name; ///< char id - int def; ///< default value + int def; ///< default value }; struct chars_tab *tab; |