commit | f998c04691c04db16a6674148766898ff144269c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 20 11:31:26 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 20 11:31:26 2007 +0000 |
tree | 35d3969c7955b1f3c8fb607aceff7e543d301fac | |
parent | 81870894a70a0d72b734c231e79bb6e1f6acf377 [diff] [blame] |
updated for version 7.1-157
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 7611652..a6186f4 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -1741,7 +1741,9 @@ } /* ignore comment and empty lines */ - if (*ea.cmd == '"' || *ea.cmd == NUL) + if (*ea.cmd == '"') + goto doend; + if (*ea.cmd == NUL) { ex_pressedreturn = TRUE; goto doend;