comparison src/ex_cmds.c @ 1720:7b258a166daa v7.2.018

updated for version 7.2-018
author vimboss
date Sun, 14 Sep 2008 19:41:30 +0000
parents 0c4a465bd741
children 5a7384b9ca66
comparison
equal deleted inserted replaced
1719:0670d0df210a 1720:7b258a166daa
5057 line_breakcheck(); 5057 line_breakcheck();
5058 } 5058 }
5059 5059
5060 if (did_sub) 5060 if (did_sub)
5061 ++sub_nlines; 5061 ++sub_nlines;
5062 vim_free(new_start); /* for when substitute was cancelled */
5062 vim_free(sub_firstline); /* free the copy of the original line */ 5063 vim_free(sub_firstline); /* free the copy of the original line */
5063 sub_firstline = NULL; 5064 sub_firstline = NULL;
5064 } 5065 }
5065 5066
5066 line_breakcheck(); 5067 line_breakcheck();