diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 06:39:10 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 06:44:02 +0100 |
commit | 5c4a4217352edf82d32c03e6bec8c64b8f16a28c (patch) | |
tree | 80e4033cb4ac954fd463eb1a790e1fed0248b47d /runtime/doc/eval.txt | |
parent | c7513368f0e84da7ff3968c5b2912fa6ad15ab05 (diff) | |
download | rneovim-5c4a4217352edf82d32c03e6bec8c64b8f16a28c.tar.gz rneovim-5c4a4217352edf82d32c03e6bec8c64b8f16a28c.tar.bz2 rneovim-5c4a4217352edf82d32c03e6bec8c64b8f16a28c.zip |
vim-patch:98ef233e14fa
Update runtime files. Convert a couple of help files to utf-8.
https://github.com/vim/vim/commit/98ef233e14faaaf42e0342da1803d493ce0337b2
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d86c527857..629a91b0c4 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2101,6 +2101,7 @@ gettabvar({nr}, {varname} [, {def}]) gettabwinvar({tabnr}, {winnr}, {name} [, {def}]) any {name} in {winnr} in tab page {tabnr} getwininfo([{winid}]) List list of windows +getwinpos([{timeout}]) List X and Y coord in pixels of the Vim window getwinposx() Number X coord in pixels of GUI Vim window getwinposy() Number Y coord in pixels of GUI Vim window getwinvar({nr}, {varname} [, {def}]) @@ -8572,6 +8573,8 @@ visual Compiled with Visual mode. visualextra Compiled with extra Visual mode commands. |blockwise-operators|. vreplace Compiled with |gR| and |gr| commands. +vtp Compiled for vcon support |+vtp| (check vcon to find + out if it works in the current console)). wildignore Compiled with 'wildignore' option. wildmenu Compiled with 'wildmenu' option. win32 Windows version of Vim (32 or 64 bit). @@ -8796,8 +8799,7 @@ may be larger. It is also possible to define a function without any arguments. You must still supply the () then. -It is allowed to define another function inside a function -body. +It is allowed to define another function inside a function body. *local-variables* Inside a function local variables can be used. These will disappear when the |