Commit Graph

1 Commits (c14320f26e6b4984625c3178d65f01e6ec955ec1)

Author SHA1 Message Date
Sebastian Neubauer 5b1a628e81
Add textobjects and indents to c and cpp (#1293)
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.
3 years ago