0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.2a

This commit is contained in:
Bram Moolenaar
2008-06-24 22:58:06 +00:00
parent 864207de08
commit 8c8de83932
171 changed files with 25473 additions and 33148 deletions

View File

@@ -2076,7 +2076,7 @@ foldtext_cleanup(str)
{
while (vim_iswhite(s[len]))
++len;
mch_memmove(s, s + len, STRLEN(s + len) + 1);
STRMOVE(s, s + len);
}
else
{