comparison runtime/doc/index.txt @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents 405309f9dd13
children c3c1abe7aff2
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 *index.txt* For Vim version 8.1. Last change: 2018 Apr 19 1 *index.txt* For Vim version 8.1. Last change: 2019 Jan 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
1455 |:qall| :qa[ll] quit Vim 1455 |:qall| :qa[ll] quit Vim
1456 |:read| :r[ead] read file into the text 1456 |:read| :r[ead] read file into the text
1457 |:recover| :rec[over] recover a file from a swap file 1457 |:recover| :rec[over] recover a file from a swap file
1458 |:redo| :red[o] redo one undone change 1458 |:redo| :red[o] redo one undone change
1459 |:redir| :redi[r] redirect messages to a file or register 1459 |:redir| :redi[r] redirect messages to a file or register
1460 |:redraw| :redr[aw] force a redraw of the display 1460 |:redraw| :redr[aw] force a redraw of the display
1461 |:redrawstatus| :redraws[tatus] force a redraw of the status line(s) 1461 |:redrawstatus| :redraws[tatus] force a redraw of the status line(s)
1462 |:redrawtabline| :redrawt[abline] force a redraw of the tabline
1462 |:registers| :reg[isters] display the contents of registers 1463 |:registers| :reg[isters] display the contents of registers
1463 |:resize| :res[ize] change current window height 1464 |:resize| :res[ize] change current window height
1464 |:retab| :ret[ab] change tab size 1465 |:retab| :ret[ab] change tab size
1465 |:return| :retu[rn] return from a user function 1466 |:return| :retu[rn] return from a user function
1466 |:rewind| :rew[ind] go to the first file in the argument list 1467 |:rewind| :rew[ind] go to the first file in the argument list
1641 argument list 1642 argument list
1642 |:wprevious| :wp[revious] write to a file and go to previous file in 1643 |:wprevious| :wp[revious] write to a file and go to previous file in
1643 argument list 1644 argument list
1644 |:wq| :wq write to a file and quit window or Vim 1645 |:wq| :wq write to a file and quit window or Vim
1645 |:wqall| :wqa[ll] write all changed buffers and quit Vim 1646 |:wqall| :wqa[ll] write all changed buffers and quit Vim
1646 |:wsverb| :ws[verb] pass the verb to workshop over IPC
1647 |:wundo| :wu[ndo] write undo information to a file 1647 |:wundo| :wu[ndo] write undo information to a file
1648 |:wviminfo| :wv[iminfo] write to viminfo file 1648 |:wviminfo| :wv[iminfo] write to viminfo file
1649 |:xit| :x[it] write if buffer changed and quit window or Vim 1649 |:xit| :x[it] write if buffer changed and quit window or Vim
1650 |:xall| :xa[ll] same as ":wqall" 1650 |:xall| :xa[ll] same as ":wqall"
1651 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode 1651 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode