comparison runtime/doc/eval.txt @ 16411:5b5c5daf57de v8.1.1210

patch 8.1.1210: support for user commands is spread out commit https://github.com/vim/vim/commit/ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 13:04:13 2019 +0200 patch 8.1.1210: support for user commands is spread out Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 13:15:07 +0200
parents 5ad204d8a2f2
children 8c3a1bd270bb
comparison
equal deleted inserted replaced
16410:eb356c5e6287 16411:5b5c5daf57de
1 *eval.txt* For Vim version 8.1. Last change: 2019 Apr 21 1 *eval.txt* For Vim version 8.1. Last change: 2019 Apr 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
10548 toolbar Compiled with support for |gui-toolbar|. 10548 toolbar Compiled with support for |gui-toolbar|.
10549 ttyin input is a terminal (tty) 10549 ttyin input is a terminal (tty)
10550 ttyout output is a terminal (tty) 10550 ttyout output is a terminal (tty)
10551 unix Unix version of Vim. *+unix* 10551 unix Unix version of Vim. *+unix*
10552 unnamedplus Compiled with support for "unnamedplus" in 'clipboard' 10552 unnamedplus Compiled with support for "unnamedplus" in 'clipboard'
10553 user_commands User-defined commands. 10553 user_commands User-defined commands. (always true)
10554 vcon Win32: Virtual console support is working, can use 10554 vcon Win32: Virtual console support is working, can use
10555 'termguicolors'. Also see |+vtp|. 10555 'termguicolors'. Also see |+vtp|.
10556 vertsplit Compiled with vertically split windows |:vsplit|. 10556 vertsplit Compiled with vertically split windows |:vsplit|.
10557 (always true) 10557 (always true)
10558 vim_starting True while initial source'ing takes place. |startup| 10558 vim_starting True while initial source'ing takes place. |startup|