comparison src/clipboard.c @ 23467:826a6406ea7b v8.2.2276

patch 8.2.2276: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/a72514945bc3edd4fc4d745004e37c5d5487c98d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 16:53:13 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 17:00:04 +0100
parents d10a37eb91ee
children 14b86681e6e6
comparison
equal deleted inserted replaced
23466:15fa3923cc49 23467:826a6406ea7b
2045 ca.oap = &oa; 2045 ca.oap = &oa;
2046 ca.cmdchar = 'y'; 2046 ca.cmdchar = 'y';
2047 ca.count1 = 1; 2047 ca.count1 = 1;
2048 ca.retval = CA_NO_ADJ_OP_END; 2048 ca.retval = CA_NO_ADJ_OP_END;
2049 do_pending_operator(&ca, 0, TRUE); 2049 do_pending_operator(&ca, 0, TRUE);
2050
2051 // restore things
2050 set_y_previous(old_y_previous); 2052 set_y_previous(old_y_previous);
2051 set_y_current(old_y_current); 2053 set_y_current(old_y_current);
2052 curwin->w_cursor = old_cursor; 2054 curwin->w_cursor = old_cursor;
2053 changed_cline_bef_curs(); // need to update w_virtcol et al 2055 changed_cline_bef_curs(); // need to update w_virtcol et al
2054 curwin->w_curswant = old_curswant; 2056 curwin->w_curswant = old_curswant;