mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -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
|
#define AUCMD_WIN_COUNT 5
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
win_T *auc_win; // Window used in aucmd_prepbuf(). When not NULL the
|
// Window used in aucmd_prepbuf(). When not NULL the window has been
|
||||||
// window has been allocated.
|
// allocated.
|
||||||
|
win_T *auc_win;
|
||||||
int auc_win_used; // This auc_win is being used.
|
int auc_win_used; // This auc_win is being used.
|
||||||
} aucmdwin_T;
|
} aucmdwin_T;
|
||||||
|
|
||||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1364,
|
||||||
/**/
|
/**/
|
||||||
1363,
|
1363,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user