mirror of
https://github.com/vim/vim
synced 2025-03-29 13:06:45 +01:00
Fix build failure (again)
This commit is contained in:
parent
6547a419bc
commit
8b4832f3a9
1 changed files with 1 additions and 1 deletions
|
@ -2557,7 +2557,7 @@ dnd_yank_drag_data(char_u *str, long len)
|
|||
yankreg_T *curr;
|
||||
|
||||
curr = y_current;
|
||||
y_current = &y_regs[TILDE_REGISTER].string;
|
||||
y_current = &y_regs[TILDE_REGISTER];
|
||||
free_yank_all();
|
||||
str_to_reg(y_current, MCHAR, str, len, 0L, FALSE);
|
||||
y_current = curr;
|
||||
|
|
Loading…
Add table
Reference in a new issue