vala.vim icon indicating copy to clipboard operation
vala.vim copied to clipboard

Indentation doesn't work with } in comment.

Open lsahn-gh opened this issue 7 years ago • 1 comments

public static void main(string[] args)
{
    int[] c = b[1:3];    // { 4, 6 }
{
    // something 
}

In the code, the last } in comment is automatically worked like a curly bracket right of main block, not like comment. so indentation's been unbalanced as the code above.

lsahn-gh avatar May 10 '17 08:05 lsahn-gh