diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-01-29 20:22:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 20:22:25 +0100 |
commit | e0242c4a937be5b5a7eea21bfe780fb49216e2a2 (patch) | |
tree | 934cefaf8b9a44a18fd134ef11b27d74a32089b0 /runtime/doc/options.txt | |
parent | 4b719e4a16dfab0829d833ed8bbc102bf6c6b0b4 (diff) | |
parent | baec0d3152afeab3007ebb505f3fc274511db434 (diff) | |
download | rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.tar.gz rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.tar.bz2 rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.zip |
Merge pull request #17222 from bfredl/babajpy2
feat(provider)!: remove support for python2 and python3.[3-6]
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 13a19d8991..5e7d709584 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4637,26 +4637,11 @@ A jump table for the options with a short description can be found at |Q_op|. nudged to fit on the screen. *'pyxversion'* *'pyx'* -'pyxversion' 'pyx' number (default depends on the build) +'pyxversion' 'pyx' number (default 3) global Specifies the python version used for pyx* functions and commands - |python_x|. The default value is as follows: - - |provider| installed Default ~ - |+python| and |+python3| 0 - only |+python| 2 - only |+python3| 3 - - Available values are 0, 2 and 3. - If 'pyxversion' is 0, it is set to 2 or 3 after the first execution of - any python2/3 commands or functions. E.g. `:py` sets to 2, and `:py3` - sets to 3. `:pyx` sets it to 3 if Python 3 is available, otherwise sets - to 2 if Python 2 is available. - See also: |has-pythonx| - - If only |+python| or |+python3| are available, - 'pyxversion' has no effect. The pyx* functions and commands are - always the same as the installed version. + |python_x|. As only Python 3 is supported, this always has the value + `3`. Setting any other value is an error. This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. |