1
0
forked from aniani/vim

patch 8.2.2276: list of distributed files is outdated

Problem:    List of distributed files is outdated.
Solution:   Update the file list.  Minor comment updates.
This commit is contained in:
Bram Moolenaar
2021-01-02 16:53:13 +01:00
parent 7e6a515ed1
commit a72514945b
8 changed files with 18 additions and 15 deletions

View File

@@ -2047,6 +2047,8 @@ clip_get_selection(Clipboard_T *cbd)
ca.count1 = 1;
ca.retval = CA_NO_ADJ_OP_END;
do_pending_operator(&ca, 0, TRUE);
// restore things
set_y_previous(old_y_previous);
set_y_current(old_y_current);
curwin->w_cursor = old_cursor;