diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-01 15:26:34 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-01 18:34:57 -0500 |
| commit | 4e47568f89c4b937077d017baddd79de012694d8 (patch) | |
| tree | ed28b0b2d6a41c0b343b07f2a91f4e50a21cd550 /runtime/doc | |
| parent | cb0eead4eef744f254bffb4a2be4fc2eec08eae6 (diff) | |
| download | rneovim-4e47568f89c4b937077d017baddd79de012694d8.tar.gz rneovim-4e47568f89c4b937077d017baddd79de012694d8.tar.bz2 rneovim-4e47568f89c4b937077d017baddd79de012694d8.zip | |
vim-patch:802a0d9
Updated runtime files.
https://github.com/vim/vim/commit/802a0d902fca423acb15f835d7b09183883d79a0
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/eval.txt | 4 | ||||
| -rw-r--r-- | runtime/doc/filetype.txt | 2 | ||||
| -rw-r--r-- | runtime/doc/options.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 69c8d0285a..b288662306 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2109,7 +2109,7 @@ remote_peek({serverid} [, {retvar}]) remote_read({serverid}) String read reply string remote_send({server}, {string} [, {idvar}]) String send key sequence -remove({list}, {idx} [, {end}]) any remove items {idx}-{end} from {list} +remove({list}, {idx} [, {end}]) any remove items {idx}-{end} from {list} remove({dict}, {key}) any remove entry {key} from {dict} rename({from}, {to}) Number rename (move) file from {from} to {to} repeat({expr}, {count}) String repeat {expr} {count} times @@ -2201,7 +2201,7 @@ synconcealed({lnum}, {col}) List info about concealing synstack({lnum}, {col}) List stack of syntax IDs at {lnum} and {col} system({cmd} [, {input}]) String output of shell command/filter {cmd} systemlist({cmd} [, {input}]) List output of shell command/filter {cmd} -tabpagebuflist([{arg}]) List list of buffer numbers in tab page +tabpagebuflist([{arg}]) List list of buffer numbers in tab page tabpagenr([{arg}]) Number number of current or last tab page tabpagewinnr({tabarg}[, {arg}]) Number number of current window in tab page diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 336d9681ed..d15815191e 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -1,4 +1,4 @@ -*filetype.txt* For Vim version 7.4. Last change: 2015 Dec 06 +*filetype.txt* For Vim version 7.4. Last change: 2016 Jun 20 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index d332e0053a..7bc6f25638 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7074,7 +7074,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'writedelay'* *'wd'* 'writedelay' 'wd' number (default 0) global - The number of microseconds to wait for each character sent to the + The number of milliseconds to wait for each character sent to the screen. When non-zero, characters are sent to the terminal one by one. For debugging purposes. |