mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.1.1364: style: more indentation issues
Problem: style: more indentation issues Solution: fix indentation style (Yegappan Lakshmanan) closes: #17256 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
e957cba081
commit
562610cfa3
@ -1012,8 +1012,9 @@ EXTERN win_T *curwin; // currently active window
|
||||
#define AUCMD_WIN_COUNT 5
|
||||
|
||||
typedef struct {
|
||||
win_T *auc_win; // Window used in aucmd_prepbuf(). When not NULL the
|
||||
// window has been allocated.
|
||||
// Window used in aucmd_prepbuf(). When not NULL the window has been
|
||||
// allocated.
|
||||
win_T *auc_win;
|
||||
int auc_win_used; // This auc_win is being used.
|
||||
} aucmdwin_T;
|
||||
|
||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1364,
|
||||
/**/
|
||||
1363,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user