Skip to content

Instantly share code, notes, and snippets.

@jan-matejka
Last active June 16, 2017 23:19
Show Gist options
  • Select an option

  • Save jan-matejka/1d258bab11a07121b5cae5c82693c985 to your computer and use it in GitHub Desktop.

Select an option

Save jan-matejka/1d258bab11a07121b5cae5c82693c985 to your computer and use it in GitHub Desktop.
c foldmethod=syntax missing fold line 3
int main(void) {
if (foo) {
} else if (bar) {
}
else if (qux) {
}
}
1 int main(void) {
2 +--- 3 lines: if (foo) {------------------------------------------------------------------------------------------
5 +--- 2 lines: else if (qux) {-------------------------------------------------------------------------------------
7 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment