0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.1-055

This commit is contained in:
Bram Moolenaar
2007-08-06 20:28:43 +00:00
parent a064ac8501
commit 452a81b413
8 changed files with 14 additions and 11 deletions

View File

@@ -191,7 +191,7 @@ nextent(tbuf, termcap, buflen) /* Read 1 entry from TERMCAP file */
lbuf[0] == '\t' &&
lbuf[1] == ':')
{
strcpy(lbuf, lbuf+2);
mch_memmove(lbuf, lbuf + 2, strlen(lbuf + 2) + 1);
llen -= 2;
}
if (lbuf[llen-2] == '\\') /* and continuations */