comparison runtime/doc/eval.txt @ 7876:93f747af7b58

commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 1 22:37:05 2016 +0100 Updated runtime files and translations.
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Feb 2016 22:45:06 +0100
parents 192ae655ac91
children bff95e0d8885
comparison
equal deleted inserted replaced
7875:12cae879b674 7876:93f747af7b58
1 *eval.txt* For Vim version 7.4. Last change: 2016 Jan 28 1 *eval.txt* For Vim version 7.4. Last change: 2016 Feb 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2666 don't fit, a vertical layout is used anyway. For some systems 2666 don't fit, a vertical layout is used anyway. For some systems
2667 the horizontal layout is always used. 2667 the horizontal layout is always used.
2668 2668
2669 connect({address}, {mode} [, {callback}]) *connect()* 2669 connect({address}, {mode} [, {callback}]) *connect()*
2670 Open a channel to {address}. See |channel|. 2670 Open a channel to {address}. See |channel|.
2671 Returns the channel handle on success. Returns a negative
2672 number for failure.
2671 2673
2672 {address} has the form "hostname:port", e.g., 2674 {address} has the form "hostname:port", e.g.,
2673 "localhost:8765". 2675 "localhost:8765".
2674 2676
2675 {mode} is either "json" or "raw". See |channel-mode| for the 2677 {mode} is either "json" or "raw". See |channel-mode| for the
7051 dos32 32 bits DOS (DJGPP) version of Vim. 7053 dos32 32 bits DOS (DJGPP) version of Vim.
7052 ebcdic Compiled on a machine with ebcdic character set. 7054 ebcdic Compiled on a machine with ebcdic character set.
7053 emacs_tags Compiled with support for Emacs tags. 7055 emacs_tags Compiled with support for Emacs tags.
7054 eval Compiled with expression evaluation support. Always 7056 eval Compiled with expression evaluation support. Always
7055 true, of course! 7057 true, of course!
7056 ex_extra Compiled with extra Ex commands |+ex_extra|. 7058 ex_extra |+ex_extra|, always true now
7057 extra_search Compiled with support for |'incsearch'| and 7059 extra_search Compiled with support for |'incsearch'| and
7058 |'hlsearch'| 7060 |'hlsearch'|
7059 farsi Compiled with Farsi support |farsi|. 7061 farsi Compiled with Farsi support |farsi|.
7060 file_in_path Compiled with support for |gf| and |<cfile>| 7062 file_in_path Compiled with support for |gf| and |<cfile>|
7061 filterpipe When 'shelltemp' is off pipes are used for shell 7063 filterpipe When 'shelltemp' is off pipes are used for shell