Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add textobjects and indents to c and cpp (#1293) | Sebastian Neubauer | 2022-01-04 |
Indentation of single line statements doesn't work, i.e. for (;;)<hit enter> leads to for(;;) <cursor here> Only blocks with curly braces are indented. |