Commit Graph

1 Commits (86795a9dc7a0f7fdd9a40f5b1e4a12b0c87b8d96)

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