0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.2-018

This commit is contained in:
Bram Moolenaar
2008-09-14 19:41:30 +00:00
parent 24d92ceaf3
commit da2bd6ff50
2 changed files with 3 additions and 0 deletions

View File

@@ -5059,6 +5059,7 @@ skip:
if (did_sub)
++sub_nlines;
vim_free(new_start); /* for when substitute was cancelled */
vim_free(sub_firstline); /* free the copy of the original line */
sub_firstline = NULL;
}