mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.2a
This commit is contained in:
@@ -2952,8 +2952,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
||||
* next line. */
|
||||
nextlinecol = 0;
|
||||
mch_memmove(nextline, line, (size_t)v);
|
||||
mch_memmove(nextline + v, nextline + SPWORDLEN,
|
||||
STRLEN(nextline + SPWORDLEN) + 1);
|
||||
STRMOVE(nextline + v, nextline + SPWORDLEN);
|
||||
nextline_idx = v + 1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user