comparison runtime/doc/vi_diff.txt @ 18186:03b854983b14

Update runtime files. Commit: https://github.com/vim/vim/commit/5be4ceecea5520265066eac972460ebb1cdf05e7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 19:34:08 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 19:45:06 +0200
parents c002c4899529
children 375a7ecdb351
comparison
equal deleted inserted replaced
18185:75f204e14e28 18186:03b854983b14
1 *vi_diff.txt* For Vim version 8.1. Last change: 2019 May 13 1 *vi_diff.txt* For Vim version 8.1. Last change: 2019 Sep 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
701 CTRL-@ (insert previously inserted text) works always (Vi: only when typed as 701 CTRL-@ (insert previously inserted text) works always (Vi: only when typed as
702 first character). 702 first character).
703 703
704 CTRL-A works like CTRL-@ but does not leave insert mode. 704 CTRL-A works like CTRL-@ but does not leave insert mode.
705 705
706 CTRL-R {0-9a-z..} can be used to insert the contents of a register. 706 CTRL-R {register} can be used to insert the contents of a register.
707 707
708 When the 'smartindent' option is set, C programs will be better auto-indented. 708 When the 'smartindent' option is set, C programs will be better auto-indented.
709 With 'cindent' even more. 709 With 'cindent' even more.
710 710
711 CTRL-Y and CTRL-E can be used to copy a character from above/below the 711 CTRL-Y and CTRL-E can be used to copy a character from above/below the