mirror of
https://github.com/vim/vim.git
synced 2025-10-30 09:47:20 -04:00
updated for version 7.3.845
Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
This commit is contained in:
@@ -318,6 +318,20 @@ no,
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
public static enum
|
||||
{
|
||||
yes = 0,
|
||||
no,
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
static private enum
|
||||
{
|
||||
yes = 0,
|
||||
no,
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
{
|
||||
int a,
|
||||
b;
|
||||
|
||||
@@ -306,6 +306,20 @@ static enum
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
public static enum
|
||||
{
|
||||
yes = 0,
|
||||
no,
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
static private enum
|
||||
{
|
||||
yes = 0,
|
||||
no,
|
||||
maybe
|
||||
} soppie;
|
||||
|
||||
{
|
||||
int a,
|
||||
b;
|
||||
|
||||
Reference in New Issue
Block a user