comparison runtime/doc/help.txt @ 28862:82244cfc4694

Update runtime files, new color schemes Commit: https://github.com/vim/vim/commit/30ab04e16e1e9e6133590181197b3f8e70cb495e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 14 13:33:50 2022 +0100 Update runtime files, new color schemes
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 May 2022 14:45:04 +0200
parents d19b7aee1925
children f8116058ca76
comparison
equal deleted inserted replaced
28861:d1bc3ca0cd1d 28862:82244cfc4694
1 *help.txt* For Vim version 8.2. Last change: 2022 Feb 26 1 *help.txt* For Vim version 8.2. Last change: 2022 May 13
2 2
3 VIM - main help file 3 VIM - main help file
4 k 4 k
5 Move around: Use the cursor keys, or "h" to go left, h l 5 Move around: Use the cursor keys, or "h" to go left, h l
6 "j" to go down, "k" to go up, "l" to go right. j 6 "j" to go down, "k" to go up, "l" to go right. j
86 |usr_41.txt| Write a Vim script 86 |usr_41.txt| Write a Vim script
87 |usr_42.txt| Add new menus 87 |usr_42.txt| Add new menus
88 |usr_43.txt| Using filetypes 88 |usr_43.txt| Using filetypes
89 |usr_44.txt| Your own syntax highlighted 89 |usr_44.txt| Your own syntax highlighted
90 |usr_45.txt| Select your language 90 |usr_45.txt| Select your language
91 |usr_46.txt| Write plugins using Vim9 script 91
92 Writing Vim scripts ~
93 |usr_50.txt| Advanced Vim script writing
94 |usr_51.txt| Create a plugin
95 |usr_52.txt| Write plugins using Vim9 script
92 96
93 Making Vim Run ~ 97 Making Vim Run ~
94 |usr_90.txt| Installing Vim 98 |usr_90.txt| Installing Vim
95
96 99
97 REFERENCE MANUAL: These files explain every detail of Vim. *reference_toc* 100 REFERENCE MANUAL: These files explain every detail of Vim. *reference_toc*
98 101
99 General subjects ~ 102 General subjects ~
100 |intro.txt| general introduction to Vim; notation used in help files 103 |intro.txt| general introduction to Vim; notation used in help files