Mercurial > vim
comparison runtime/doc/index.txt @ 4437:eb6ab7e78925
Update runtime files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 17 May 2013 18:14:19 +0200 |
parents | cf1d93a3914a |
children | 2b11ac90d9e9 |
comparison
equal
deleted
inserted
replaced
4436:a4fb812810e3 | 4437:eb6ab7e78925 |
---|---|
1 *index.txt* For Vim version 7.3. Last change: 2013 May 06 | 1 *index.txt* For Vim version 7.3. Last change: 2013 May 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* |
1401 |:ptselect| :pts[elect] |:tselect| and show tag in preview window | 1401 |:ptselect| :pts[elect] |:tselect| and show tag in preview window |
1402 |:put| :pu[t] insert contents of register in the text | 1402 |:put| :pu[t] insert contents of register in the text |
1403 |:pwd| :pw[d] print current directory | 1403 |:pwd| :pw[d] print current directory |
1404 |:py3| :py3 execute Python 3 command | 1404 |:py3| :py3 execute Python 3 command |
1405 |:python3| :python3 same as :py3 | 1405 |:python3| :python3 same as :py3 |
1406 |:py3do| :py3d[o] execute Python 3 command for each line | |
1406 |:py3file| :py3f[ile] execute Python 3 script file | 1407 |:py3file| :py3f[ile] execute Python 3 script file |
1407 |:python| :py[thon] execute Python command | 1408 |:python| :py[thon] execute Python command |
1409 |:pydo| :pyd[o] execute Python command for each line | |
1408 |:pyfile| :pyf[ile] execute Python script file | 1410 |:pyfile| :pyf[ile] execute Python script file |
1409 |:quit| :q[uit] quit current window (when one window quit Vim) | 1411 |:quit| :q[uit] quit current window (when one window quit Vim) |
1410 |:quitall| :quita[ll] quit Vim | 1412 |:quitall| :quita[ll] quit Vim |
1411 |:qall| :qa[ll] quit Vim | 1413 |:qall| :qa[ll] quit Vim |
1412 |:read| :r[ead] read file into the text | 1414 |:read| :r[ead] read file into the text |