comparison runtime/doc/eval.txt @ 18790:8dde7ced3344

Update a few runtime files Commit: https://github.com/vim/vim/commit/4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 3 22:49:09 2019 +0100 Update a few runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Dec 2019 23:00:06 +0100
parents 2513e666aa82
children 6848b809a26e
comparison
equal deleted inserted replaced
18789:bea2e4dfc6d7 18790:8dde7ced3344
1 *eval.txt* For Vim version 8.1. Last change: 2019 Nov 28 1 *eval.txt* For Vim version 8.1. Last change: 2019 Dec 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
10673 eval Compiled with expression evaluation support. Always 10673 eval Compiled with expression evaluation support. Always
10674 true, of course! 10674 true, of course!
10675 ex_extra |+ex_extra| (always true) 10675 ex_extra |+ex_extra| (always true)
10676 extra_search Compiled with support for |'incsearch'| and 10676 extra_search Compiled with support for |'incsearch'| and
10677 |'hlsearch'| 10677 |'hlsearch'|
10678 farsi Compiled with Farsi support |farsi|. 10678 farsi Support for Farsi was removed |farsi|.
10679 file_in_path Compiled with support for |gf| and |<cfile>| 10679 file_in_path Compiled with support for |gf| and |<cfile>|
10680 filterpipe When 'shelltemp' is off pipes are used for shell 10680 filterpipe When 'shelltemp' is off pipes are used for shell
10681 read/write/filter commands 10681 read/write/filter commands
10682 find_in_path Compiled with support for include file searches 10682 find_in_path Compiled with support for include file searches
10683 |+find_in_path|. 10683 |+find_in_path|.
10799 ttyin input is a terminal (tty) 10799 ttyin input is a terminal (tty)
10800 ttyout output is a terminal (tty) 10800 ttyout output is a terminal (tty)
10801 unix Unix version of Vim. *+unix* 10801 unix Unix version of Vim. *+unix*
10802 unnamedplus Compiled with support for "unnamedplus" in 'clipboard' 10802 unnamedplus Compiled with support for "unnamedplus" in 'clipboard'
10803 user_commands User-defined commands. (always true) 10803 user_commands User-defined commands. (always true)
10804 vartabs Compiled with variable tabstop support |'vartabstop'|.
10804 vcon Win32: Virtual console support is working, can use 10805 vcon Win32: Virtual console support is working, can use
10805 'termguicolors'. Also see |+vtp|. 10806 'termguicolors'. Also see |+vtp|.
10806 vertsplit Compiled with vertically split windows |:vsplit|. 10807 vertsplit Compiled with vertically split windows |:vsplit|.
10807 (always true) 10808 (always true)
10808 vim_starting True while initial source'ing takes place. |startup| 10809 vim_starting True while initial source'ing takes place. |startup|