comparison runtime/doc/index.txt @ 24278:4ab4ef0c48b1

Update runtime files. Commit: https://github.com/vim/vim/commit/dad4473f02e1fec86d43a2fc094536a4b27d3b25 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 31 20:07:33 2021 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Mar 2021 20:15:04 +0200
parents ef454a7f485d
children 3bfec39ce31c
comparison
equal deleted inserted replaced
24277:1ada4a68ac43 24278:4ab4ef0c48b1
1 *index.txt* For Vim version 8.2. Last change: 2021 Feb 14 1 *index.txt* For Vim version 8.2. Last change: 2021 Mar 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
1292 |:dsearch| :ds[earch] list one #define 1292 |:dsearch| :ds[earch] list one #define
1293 |:dsplit| :dsp[lit] split window and jump to #define 1293 |:dsplit| :dsp[lit] split window and jump to #define
1294 |:edit| :e[dit] edit a file 1294 |:edit| :e[dit] edit a file
1295 |:earlier| :ea[rlier] go to older change, undo 1295 |:earlier| :ea[rlier] go to older change, undo
1296 |:echo| :ec[ho] echoes the result of expressions 1296 |:echo| :ec[ho] echoes the result of expressions
1297 |:echoconsole| :echoc[onsole] like :echomsg but write to stdout
1297 |:echoerr| :echoe[rr] like :echo, show like an error and use history 1298 |:echoerr| :echoe[rr] like :echo, show like an error and use history
1298 |:echohl| :echoh[l] set highlighting for echo commands 1299 |:echohl| :echoh[l] set highlighting for echo commands
1299 |:echomsg| :echom[sg] same as :echo, put message in history 1300 |:echomsg| :echom[sg] same as :echo, put message in history
1300 |:echon| :echon same as :echo, but without <EOL> 1301 |:echon| :echon same as :echo, but without <EOL>
1301 |:else| :el[se] part of an :if command 1302 |:else| :el[se] part of an :if command