summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-08 21:32:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-08 21:32:40 +0000
commita3227e2b15600b2303e3aac070803021e76ed6d5 (patch)
tree28e62d3adfb3021ca3b92b6f86cb772d4a0ae9c8 /src/main.c
parent1f35bf9cab16d3f3a63c47894c69c9aa699d8145 (diff)
updated for version 7.0218v7.0218
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bd31e50b0c..60aebf9ff8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2302,7 +2302,7 @@ create_windows(parmp)
ml_recover();
if (curbuf->b_ml.ml_mfp == NULL) /* failed */
getout(1);
- do_modelines(FALSE); /* do modelines */
+ do_modelines(0); /* do modelines */
}
else
{