comparison runtime/doc/eval.txt @ 13123:aaead5b4d77d v8.0.1436

patch 8.0.1436: not enough information about what Python version may work commit https://github.com/vim/vim/commit/84b242c369a22b581c43de9de0152f0baedd71ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 28 17:45:49 2018 +0100 patch 8.0.1436: not enough information about what Python version may work Problem: Not enough information about what Python version may work. Solution: Add "python_compiled", "python3_compiled", "python_dynamic" and "python3_dynamic" values for has().
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2018 18:00:06 +0100
parents 17720967656c
children 371ceeebbdaa
comparison
equal deleted inserted replaced
13122:98e36d17f67d 13123:aaead5b4d77d
9007 perl Compiled with Perl interface. 9007 perl Compiled with Perl interface.
9008 persistent_undo Compiled with support for persistent undo history. 9008 persistent_undo Compiled with support for persistent undo history.
9009 postscript Compiled with PostScript file printing. 9009 postscript Compiled with PostScript file printing.
9010 printer Compiled with |:hardcopy| support. 9010 printer Compiled with |:hardcopy| support.
9011 profile Compiled with |:profile| support. 9011 profile Compiled with |:profile| support.
9012 python Compiled with Python 2.x interface. |has-python| 9012 python Python 2.x interface available. |has-python|
9013 python3 Compiled with Python 3.x interface. |has-python| 9013 python_compiled Compiled with Python 2.x interface. |has-python|
9014 python_dynamic Python 2.x interface is dynamically loaded. |has-python|
9015 python3 Python 3.x interface available. |has-python|
9016 python3_compiled Compiled with Python 3.x interface. |has-python|
9017 python3_dynamic Python 3.x interface is dynamically loaded. |has-python|
9014 pythonx Compiled with |python_x| interface. |has-pythonx| 9018 pythonx Compiled with |python_x| interface. |has-pythonx|
9015 qnx QNX version of Vim. 9019 qnx QNX version of Vim.
9016 quickfix Compiled with |quickfix| support. 9020 quickfix Compiled with |quickfix| support.
9017 reltime Compiled with |reltime()| support. 9021 reltime Compiled with |reltime()| support.
9018 rightleft Compiled with 'rightleft' support. 9022 rightleft Compiled with 'rightleft' support.