comparison runtime/doc/intro.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 f0f06837a699
children 1eaf34420bb3
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *intro.txt* For Vim version 8.1. Last change: 2019 Jan 07 1 *intro.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
32 |:help| command (just type ":help", without the bars or quotes). 32 |:help| command (just type ":help", without the bars or quotes).
33 The 'helpfile' option can be set to the name of the help file, in case it 33 The 'helpfile' option can be set to the name of the help file, in case it
34 is not located in the default place. You can jump to subjects like with tags: 34 is not located in the default place. You can jump to subjects like with tags:
35 Use CTRL-] to jump to a subject under the cursor, use CTRL-T to jump back. 35 Use CTRL-] to jump to a subject under the cursor, use CTRL-T to jump back.
36 36
37 Throughout this manual the differences between Vi and Vim are mentioned in 37 The differences between Vi and Vim are mentioned in |vi_diff.txt|.
38 curly braces, like this: {Vi does not have on-line help}. See |vi_diff.txt|
39 for a summary of the differences between Vim and Vi.
40 38
41 This manual refers to Vim on various machines. There may be small differences 39 This manual refers to Vim on various machines. There may be small differences
42 between different computers and terminals. Besides the remarks given in this 40 between different computers and terminals. Besides the remarks given in this
43 document, there is a separate document for each supported system, see 41 document, there is a separate document for each supported system, see
44 |sys-file-list|. 42 |sys-file-list|.
701 *gQ* 699 *gQ*
702 gQ Switch to "Ex" mode like with "Q", but really behave 700 gQ Switch to "Ex" mode like with "Q", but really behave
703 like typing ":" commands after another. All command 701 like typing ":" commands after another. All command
704 line editing, completion etc. is available. 702 line editing, completion etc. is available.
705 Use the ":vi" command |:visual| to exit "Ex" mode. 703 Use the ":vi" command |:visual| to exit "Ex" mode.
706 {not in Vi}
707 704
708 ============================================================================== 705 ==============================================================================
709 7. The window contents *window-contents* 706 7. The window contents *window-contents*
710 707
711 In Normal mode and Insert/Replace mode the screen window will show the current 708 In Normal mode and Insert/Replace mode the screen window will show the current