comparison runtime/doc/starting.txt @ 28808:0f0fed554cdc

Update runtime files, translations Commit: https://github.com/vim/vim/commit/921bde88804663a7cb825d7f7e8a5d8ae6b58650 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 9 19:50:35 2022 +0100 Update runtime files, translations
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 21:00:05 +0200
parents f73a9bdff3a3
children cd68a630f0d0
comparison
equal deleted inserted replaced
28807:a5f80f4a2d01 28808:0f0fed554cdc
1 *starting.txt* For Vim version 8.2. Last change: 2022 Apr 12 1 *starting.txt* For Vim version 8.2. Last change: 2022 May 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
762 - in a text file 'textwidth' is set to 78 762 - in a text file 'textwidth' is set to 78
763 763
764 One hint: If you want to go to Normal mode to be able to type a sequence of 764 One hint: If you want to go to Normal mode to be able to type a sequence of
765 commands, use CTRL-L. |i_CTRL-L| 765 commands, use CTRL-L. |i_CTRL-L|
766 766
767 There is no way to stop "easy mode", you need to exit Vim.
768
767 ============================================================================== 769 ==============================================================================
768 4. Initialization *initialization* *startup* 770 4. Initialization *initialization* *startup*
769 771
770 This section is about the non-GUI version of Vim. See |gui-fork| for 772 This section is about the non-GUI version of Vim. See |gui-fork| for
771 additional initialization when starting the GUI. 773 additional initialization when starting the GUI.