comparison runtime/doc/windows.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 dc766e1b0c95
children c002c4899529
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *windows.txt* For Vim version 8.1. Last change: 2019 Mar 17 1 *windows.txt* For Vim version 8.1. Last change: 2019 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
24 9. Tag or file name under the cursor |window-tag| 24 9. Tag or file name under the cursor |window-tag|
25 10. The preview window |preview-window| 25 10. The preview window |preview-window|
26 11. Using hidden buffers |buffer-hidden| 26 11. Using hidden buffers |buffer-hidden|
27 12. Special kinds of buffers |special-buffers| 27 12. Special kinds of buffers |special-buffers|
28 28
29 {Vi does not have any of these commands}
30 {not able to use multiple windows when the |+windows| feature was disabled at 29 {not able to use multiple windows when the |+windows| feature was disabled at
31 compile time} 30 compile time}
32 {not able to use vertically split windows when the |+vertsplit| feature was 31 {not able to use vertically split windows when the |+vertsplit| feature was
33 disabled at compile time} 32 disabled at compile time}
34 33
735 windows will not be visited. 734 windows will not be visited.
736 The last window (or where an error occurred) becomes 735 The last window (or where an error occurred) becomes
737 the current window. 736 the current window.
738 {cmd} can contain '|' to concatenate several commands. 737 {cmd} can contain '|' to concatenate several commands.
739 {cmd} must not open or close windows or reorder them. 738 {cmd} must not open or close windows or reorder them.
740 {not in Vi} 739
741 Also see |:tabdo|, |:argdo|, |:bufdo|, |:cdo|, |:ldo|, 740 Also see |:tabdo|, |:argdo|, |:bufdo|, |:cdo|, |:ldo|,
742 |:cfdo| and |:lfdo| 741 |:cfdo| and |:lfdo|
743 742
744 *:bufdo* 743 *:bufdo*
745 :[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if 744 :[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if
763 buffer list. 762 buffer list.
764 Note: While this command is executing, the Syntax 763 Note: While this command is executing, the Syntax
765 autocommand event is disabled by adding it to 764 autocommand event is disabled by adding it to
766 'eventignore'. This considerably speeds up editing 765 'eventignore'. This considerably speeds up editing
767 each buffer. 766 each buffer.
768 {not in Vi} 767
769 Also see |:tabdo|, |:argdo|, |:windo|, |:cdo|, |:ldo|, 768 Also see |:tabdo|, |:argdo|, |:windo|, |:cdo|, |:ldo|,
770 |:cfdo| and |:lfdo| 769 |:cfdo| and |:lfdo|
771 770
772 Examples: > 771 Examples: >
773 772
889 cannot be closed. See also |:close|. 888 cannot be closed. See also |:close|.
890 889
891 *:pp* *:ppop* 890 *:pp* *:ppop*
892 :[count]pp[op][!] 891 :[count]pp[op][!]
893 Does ":[count]pop[!]" in the preview window. See |:pop| and 892 Does ":[count]pop[!]" in the preview window. See |:pop| and
894 |:ptag|. {not in Vi} 893 |:ptag|.
895 894
896 CTRL-W } *CTRL-W_}* 895 CTRL-W } *CTRL-W_}*
897 Use identifier under cursor as a tag and perform a :ptag on 896 Use identifier under cursor as a tag and perform a :ptag on
898 it. Make the new Preview window (if required) N high. If N is 897 it. Make the new Preview window (if required) N high. If N is
899 not given, 'previewheight' is used. 898 not given, 'previewheight' is used.