summaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indent.c b/src/indent.c
index 1ffa766954..893ca298c0 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -3870,9 +3870,7 @@ find_match(int lookfor, linenr_T ourscope)
// this must be the if that we want!
// match the indent level of that if.
if (elselevel <= 0 && whilelevel <= 0)
- {
return OK;
- }
}
}
return FAIL;