replaced vim_free() calls with free() calls

This commit is contained in:
Matthias Beyer
2014-04-29 16:16:51 +02:00
committed by Justin M. Keyes
parent c5cac800e7
commit f9d4c78ddc
50 changed files with 1358 additions and 1350 deletions

View File

@@ -277,7 +277,7 @@ int set_indent(int size, int flags)
}
retval = true;
} else {
vim_free(newline);
free(newline);
}
curwin->w_cursor.col = ind_len;
return retval;