comparison runtime/doc/help.txt @ 24911:fd37be6dc258

Update runtime files Commit: https://github.com/vim/vim/commit/2346a6378483c9871016f9fc821ec5cbea638f13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 19:02:49 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 19:15:03 +0200
parents bbca88cd13d5
children 3b34837f4538
comparison
equal deleted inserted replaced
24910:77de4ae3e013 24911:fd37be6dc258
130 |map.txt| key mapping and abbreviations 130 |map.txt| key mapping and abbreviations
131 |tagsrch.txt| tags and special searches 131 |tagsrch.txt| tags and special searches
132 |windows.txt| commands for using multiple windows and buffers 132 |windows.txt| commands for using multiple windows and buffers
133 |tabpage.txt| commands for using multiple tab pages 133 |tabpage.txt| commands for using multiple tab pages
134 |spell.txt| spell checking 134 |spell.txt| spell checking
135 |diff.txt| working with two to four versions of the same file 135 |diff.txt| working with two to eight versions of the same file
136 |autocmd.txt| automatically executing commands on an event 136 |autocmd.txt| automatically executing commands on an event
137 |eval.txt| expression evaluation, conditional commands 137 |eval.txt| expression evaluation, conditional commands
138 |channel.txt| Jobs, Channels, inter-process communication 138 |channel.txt| Jobs, Channels, inter-process communication
139 |fold.txt| hide (fold) ranges of lines 139 |fold.txt| hide (fold) ranges of lines
140 140
143 |print.txt| printing 143 |print.txt| printing
144 |remote.txt| using Vim as a server or client 144 |remote.txt| using Vim as a server or client
145 |term.txt| using different terminals and mice 145 |term.txt| using different terminals and mice
146 |terminal.txt| Terminal window support 146 |terminal.txt| Terminal window support
147 |popup.txt| popup window support 147 |popup.txt| popup window support
148 |vim9.txt| using Vim9 script
148 149
149 Programming language support ~ 150 Programming language support ~
150 |indent.txt| automatic indenting for C and other languages 151 |indent.txt| automatic indenting for C and other languages
151 |syntax.txt| syntax highlighting 152 |syntax.txt| syntax highlighting
152 |textprop.txt| Attaching properties to text for highlighting or other 153 |textprop.txt| Attaching properties to text for highlighting or other
153 |filetype.txt| settings done specifically for a type of file 154 |filetype.txt| settings done specifically for a type of file
154 |quickfix.txt| commands for a quick edit-compile-fix cycle 155 |quickfix.txt| commands for a quick edit-compile-fix cycle
155 |ft_ada.txt| Ada (the programming language) support 156 |ft_ada.txt| Ada (the programming language) support
157 |ft_ps1.txt| Filetype plugin for Windows PowerShell
158 |ft_raku.txt| Filetype plugin for Raku
156 |ft_rust.txt| Filetype plugin for Rust 159 |ft_rust.txt| Filetype plugin for Rust
157 |ft_sql.txt| about the SQL filetype plugin 160 |ft_sql.txt| about the SQL filetype plugin
158 161
159 Language support ~ 162 Language support ~
160 |digraph.txt| list of available digraphs 163 |digraph.txt| list of available digraphs