mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
of int.
This commit is contained in:
@@ -214,7 +214,7 @@ typedef struct
|
||||
int wo_wrap;
|
||||
#define w_p_wrap w_onebuf_opt.wo_wrap /* 'wrap' */
|
||||
#ifdef FEAT_CONCEAL
|
||||
int wo_conceal; /* 'conceal' */
|
||||
long wo_conceal; /* 'conceal' */
|
||||
# define w_p_conceal w_onebuf_opt.wo_conceal
|
||||
#endif
|
||||
#ifdef FEAT_CURSORBIND
|
||||
|
Reference in New Issue
Block a user