mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
lint
This commit is contained in:
@@ -237,7 +237,7 @@ typedef struct {
|
||||
char_u *wo_winhl;
|
||||
# define w_p_winhl w_onebuf_opt.wo_winhl // 'winhighlight'
|
||||
|
||||
LastSet wo_scriptID[WV_COUNT]; /* SIDs for window-local options */
|
||||
LastSet wo_scriptID[WV_COUNT]; // SIDs for window-local options
|
||||
# define w_p_scriptID w_onebuf_opt.wo_scriptID
|
||||
} winopt_T;
|
||||
|
||||
@@ -590,7 +590,7 @@ struct file_buffer {
|
||||
*/
|
||||
bool b_p_initialized; /* set when options initialized */
|
||||
|
||||
LastSet b_p_scriptID[BV_COUNT]; /* SIDs for buffer-local options */
|
||||
LastSet b_p_scriptID[BV_COUNT]; // SIDs for buffer-local options
|
||||
|
||||
int b_p_ai; ///< 'autoindent'
|
||||
int b_p_ai_nopaste; ///< b_p_ai saved for paste mode
|
||||
|
Reference in New Issue
Block a user