comparison runtime/doc/index.txt @ 20552:74e3316c1d5a

Update runtime files Commit: https://github.com/vim/vim/commit/388a5d4f20b4b64341d1604aa238cab85827b892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 26 21:20:45 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 May 2020 21:30:04 +0200
parents 7f88f6a3ed4c
children 661eb972cb22
comparison
equal deleted inserted replaced
20551:f1b23a9643fe 20552:74e3316c1d5a
1 *index.txt* For Vim version 8.2. Last change: 2020 May 10 1 *index.txt* For Vim version 8.2. Last change: 2020 May 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
826 recursively 826 recursively
827 |zC| zC close folds recursively 827 |zC| zC close folds recursively
828 |zD| zD delete folds recursively 828 |zD| zD delete folds recursively
829 |zE| zE eliminate all folds 829 |zE| zE eliminate all folds
830 |zF| zF create a fold for N lines 830 |zF| zF create a fold for N lines
831 |zG| zG mark word as good spelled word 831 |zG| zG temporarily mark word as good spelled word
832 |zH| zH when 'wrap' off scroll half a screenwidth 832 |zH| zH when 'wrap' off scroll half a screenwidth
833 to the right 833 to the right
834 |zL| zL when 'wrap' off scroll half a screenwidth 834 |zL| zL when 'wrap' off scroll half a screenwidth
835 to the left 835 to the left
836 |zM| zM set 'foldlevel' to zero 836 |zM| zM set 'foldlevel' to zero
837 |zN| zN set 'foldenable' 837 |zN| zN set 'foldenable'
838 |zO| zO open folds recursively 838 |zO| zO open folds recursively
839 |zR| zR set 'foldlevel' to the deepest fold 839 |zR| zR set 'foldlevel' to the deepest fold
840 |zW| zW mark word as wrong (bad) spelled word 840 |zW| zW temporarily mark word as bad spelled word
841 |zX| zX re-apply 'foldlevel' 841 |zX| zX re-apply 'foldlevel'
842 |z^| z^ cursor on line N (default line above 842 |z^| z^ cursor on line N (default line above
843 window), otherwise like "z-" 843 window), otherwise like "z-"
844 |za| za open a closed fold, close an open fold 844 |za| za open a closed fold, close an open fold
845 |zb| zb redraw, cursor line at bottom of window 845 |zb| zb redraw, cursor line at bottom of window
847 |zd| zd delete a fold 847 |zd| zd delete a fold
848 |ze| ze when 'wrap' off scroll horizontally to 848 |ze| ze when 'wrap' off scroll horizontally to
849 position the cursor at the end (right side) 849 position the cursor at the end (right side)
850 of the screen 850 of the screen
851 |zf| zf{motion} create a fold for Nmove text 851 |zf| zf{motion} create a fold for Nmove text
852 |zg| zg mark word as good spelled word 852 |zg| zg permanently mark word as good spelled word
853 |zh| zh when 'wrap' off scroll screen N characters 853 |zh| zh when 'wrap' off scroll screen N characters
854 to the right 854 to the right
855 |zi| zi toggle 'foldenable' 855 |zi| zi toggle 'foldenable'
856 |zj| zj 1 move to the start of the next fold 856 |zj| zj 1 move to the start of the next fold
857 |zk| zk 1 move to the end of the previous fold 857 |zk| zk 1 move to the end of the previous fold
868 |zuw| zuw undo |zw| 868 |zuw| zuw undo |zw|
869 |zug| zug undo |zg| 869 |zug| zug undo |zg|
870 |zuW| zuW undo |zW| 870 |zuW| zuW undo |zW|
871 |zuG| zuG undo |zG| 871 |zuG| zuG undo |zG|
872 |zv| zv open enough folds to view the cursor line 872 |zv| zv open enough folds to view the cursor line
873 |zw| zw mark word as wrong (bad) spelled word 873 |zw| zw permanently mark word as bad spelled word
874 |zx| zx re-apply 'foldlevel' and do "zv" 874 |zx| zx re-apply 'foldlevel' and do "zv"
875 |zz| zz redraw, cursor line at center of window 875 |zz| zz redraw, cursor line at center of window
876 |z<Left>| z<Left> same as "zh" 876 |z<Left>| z<Left> same as "zh"
877 |z<Right>| z<Right> same as "zl" 877 |z<Right>| z<Right> same as "zl"
878 878
1260 |:cwindow| :cw[indow] open or close quickfix window 1260 |:cwindow| :cw[indow] open or close quickfix window
1261 |:delete| :d[elete] delete lines 1261 |:delete| :d[elete] delete lines
1262 |:debug| :deb[ug] run a command in debugging mode 1262 |:debug| :deb[ug] run a command in debugging mode
1263 |:debuggreedy| :debugg[reedy] read debug mode commands from normal input 1263 |:debuggreedy| :debugg[reedy] read debug mode commands from normal input
1264 |:def| :def define a Vim9 user function 1264 |:def| :def define a Vim9 user function
1265 |:defcompile| :defc[ompile] compile Vim9 user functions in current script
1265 |:delcommand| :delc[ommand] delete user-defined command 1266 |:delcommand| :delc[ommand] delete user-defined command
1266 |:delfunction| :delf[unction] delete a user function 1267 |:delfunction| :delf[unction] delete a user function
1267 |:delmarks| :delm[arks] delete marks 1268 |:delmarks| :delm[arks] delete marks
1268 |:diffupdate| :dif[fupdate] update 'diff' buffers 1269 |:diffupdate| :dif[fupdate] update 'diff' buffers
1269 |:diffget| :diffg[et] remove differences in current buffer 1270 |:diffget| :diffg[et] remove differences in current buffer