comparison runtime/doc/visual.txt @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents 5c5908e81e93
children c3c1abe7aff2
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 *visual.txt* For Vim version 8.1. Last change: 2017 Sep 02 1 *visual.txt* For Vim version 8.1. Last change: 2019 Jan 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
303 mode. 303 mode.
304 304
305 ============================================================================== 305 ==============================================================================
306 5. Blockwise operators *blockwise-operators* 306 5. Blockwise operators *blockwise-operators*
307 307
308 {not available when compiled without the |+visualextra| feature}
309
310 Reminder: Use 'virtualedit' to be able to select blocks that start or end 308 Reminder: Use 'virtualedit' to be able to select blocks that start or end
311 after the end of a line or halfway a tab. 309 after the end of a line or halfway a tab.
312 310
313 Visual-block Insert *v_b_I* 311 Visual-block Insert *v_b_I*
314 With a blockwise selection, I{string}<ESC> will insert {string} at the start 312 With a blockwise selection, I{string}<ESC> will insert {string} at the start