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

indentation wrong with /+ +/

Open timotheecour opened this issue 9 years ago • 0 comments

module foo.bar;

/+ a (foo): TIME=1 +/

struct Option{ string file; }

void fun(){ int a; }

/* a (foo): TIME=1 */

struct Option{ string file; }

void fun(){ int a; }

timotheecour avatar Jul 23 '14 06:07 timotheecour