comparison runtime/doc/index.txt @ 16553:0e473e9e70c2 v8.1.1280

patch 8.1.1280: remarks about functionality not in Vi clutters the help commit https://github.com/vim/vim/commit/25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 18:13:34 2019 +0200 patch 8.1.1280: remarks about functionality not in Vi clutters the help Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 18:15:06 +0200
parents 1d2b3bb35414
children 0422b14bce58
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *index.txt* For Vim version 8.1. Last change: 2019 Apr 19 1 *index.txt* For Vim version 8.1. Last change: 2019 Apr 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
860 |zr| zr add one to 'foldlevel' 860 |zr| zr add one to 'foldlevel'
861 |zs| zs when 'wrap' off scroll horizontally to 861 |zs| zs when 'wrap' off scroll horizontally to
862 position the cursor at the start (left 862 position the cursor at the start (left
863 side) of the screen 863 side) of the screen
864 |zt| zt redraw, cursor line at top of window 864 |zt| zt redraw, cursor line at top of window
865 |zuw| zuw undo |zw|
866 |zug| zug undo |zg|
867 |zuW| zuW undo |zW|
868 |zuG| zuG undo |zG|
865 |zv| zv open enough folds to view the cursor line 869 |zv| zv open enough folds to view the cursor line
866 |zw| zw mark word as wrong (bad) spelled word 870 |zw| zw mark word as wrong (bad) spelled word
867 |zx| zx re-apply 'foldlevel' and do "zv" 871 |zx| zx re-apply 'foldlevel' and do "zv"
868 |zz| zz redraw, cursor line at center of window 872 |zz| zz redraw, cursor line at center of window
869 |z<Left>| z<Left> same as "zh" 873 |z<Left>| z<Left> same as "zh"