0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0g01

This commit is contained in:
Bram Moolenaar
2006-05-02 22:08:30 +00:00
parent c9b4b05b35
commit d68071d8da
45 changed files with 668 additions and 230 deletions

View File

@@ -1529,7 +1529,7 @@ get_loop_line(c, cookie, indent)
line = getcmdline(c, 0L, indent);
else
line = cp->getline(c, cp->cookie, indent);
if (store_loop_line(cp->lines_gap, line) == OK)
if (line != NULL && store_loop_line(cp->lines_gap, line) == OK)
++cp->current_line;
return line;