comparison runtime/doc/index.txt @ 2225:dd5c1983e355 vim73

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 May 2010 20:54:39 +0200
parents 8c6a66e2b3cc
children a888ed7ba375
comparison
equal deleted inserted replaced
2224:a0cce15dd2a9 2225:dd5c1983e355
1397 |:right| :ri[ght] right align text 1397 |:right| :ri[ght] right align text
1398 |:rightbelow| :rightb[elow] make split window appear right or below 1398 |:rightbelow| :rightb[elow] make split window appear right or below
1399 |:ruby| :rub[y] execute Ruby command 1399 |:ruby| :rub[y] execute Ruby command
1400 |:rubydo| :rubyd[o] execute Ruby command for each line 1400 |:rubydo| :rubyd[o] execute Ruby command for each line
1401 |:rubyfile| :rubyf[ile] execute Ruby script file 1401 |:rubyfile| :rubyf[ile] execute Ruby script file
1402 |:rundo| :rund[o] read undo information from a file
1402 |:runtime| :ru[ntime] source vim scripts in 'runtimepath' 1403 |:runtime| :ru[ntime] source vim scripts in 'runtimepath'
1403 |:rviminfo| :rv[iminfo] read from viminfo file 1404 |:rviminfo| :rv[iminfo] read from viminfo file
1404 |:substitute| :s[ubstitute] find and replace text 1405 |:substitute| :s[ubstitute] find and replace text
1405 |:sNext| :sN[ext] split window and go to previous file in 1406 |:sNext| :sN[ext] split window and go to previous file in
1406 argument list 1407 argument list
1562 |:wprevious| :wp[revious] write to a file and go to previous file in 1563 |:wprevious| :wp[revious] write to a file and go to previous file in
1563 argument list 1564 argument list
1564 |:wq| :wq write to a file and quit window or Vim 1565 |:wq| :wq write to a file and quit window or Vim
1565 |:wqall| :wqa[ll] write all changed buffers and quit Vim 1566 |:wqall| :wqa[ll] write all changed buffers and quit Vim
1566 |:wsverb| :ws[verb] pass the verb to workshop over IPC 1567 |:wsverb| :ws[verb] pass the verb to workshop over IPC
1568 |:wundo| :wu[ndo] write undo information to a file
1567 |:wviminfo| :wv[iminfo] write to viminfo file 1569 |:wviminfo| :wv[iminfo] write to viminfo file
1568 |:xit| :x[it] write if buffer changed and quit window or Vim 1570 |:xit| :x[it] write if buffer changed and quit window or Vim
1569 |:xall| :xa[ll] same as ":wqall" 1571 |:xall| :xa[ll] same as ":wqall"
1570 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode 1572 |:xmapclear| :xmapc[lear] remove all mappings for Visual mode
1571 |:xmap| :xm[ap] like ":map" but for Visual mode 1573 |:xmap| :xm[ap] like ":map" but for Visual mode