-
-
Save jan-matejka/1d258bab11a07121b5cae5c82693c985 to your computer and use it in GitHub Desktop.
c foldmethod=syntax missing fold line 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int main(void) { | |
| if (foo) { | |
| } else if (bar) { | |
| } | |
| else if (qux) { | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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