0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.1-157

This commit is contained in:
Bram Moolenaar
2007-11-20 11:31:26 +00:00
parent 81870894a7
commit f998c04691
2 changed files with 5 additions and 1 deletions

View File

@@ -1741,7 +1741,9 @@ do_one_cmd(cmdlinep, sourcing,
}
/* 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;