mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.3.845
Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
This commit is contained in:
parent
34700a6a15
commit
d999db2f1e
@ -318,6 +318,20 @@ no,
|
|||||||
maybe
|
maybe
|
||||||
} soppie;
|
} soppie;
|
||||||
|
|
||||||
|
public static enum
|
||||||
|
{
|
||||||
|
yes = 0,
|
||||||
|
no,
|
||||||
|
maybe
|
||||||
|
} soppie;
|
||||||
|
|
||||||
|
static private enum
|
||||||
|
{
|
||||||
|
yes = 0,
|
||||||
|
no,
|
||||||
|
maybe
|
||||||
|
} soppie;
|
||||||
|
|
||||||
{
|
{
|
||||||
int a,
|
int a,
|
||||||
b;
|
b;
|
||||||
|
@ -306,6 +306,20 @@ static enum
|
|||||||
maybe
|
maybe
|
||||||
} soppie;
|
} soppie;
|
||||||
|
|
||||||
|
public static enum
|
||||||
|
{
|
||||||
|
yes = 0,
|
||||||
|
no,
|
||||||
|
maybe
|
||||||
|
} soppie;
|
||||||
|
|
||||||
|
static private enum
|
||||||
|
{
|
||||||
|
yes = 0,
|
||||||
|
no,
|
||||||
|
maybe
|
||||||
|
} soppie;
|
||||||
|
|
||||||
{
|
{
|
||||||
int a,
|
int a,
|
||||||
b;
|
b;
|
||||||
|
@ -728,6 +728,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 */
|
||||||
|
/**/
|
||||||
|
845,
|
||||||
/**/
|
/**/
|
||||||
844,
|
844,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user