File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -839,10 +839,10 @@ Raising SystemExit exception in python isn't endorsed way to quit vim, use: >
839
839
:py vim.command("qall!")
840
840
<
841
841
*E1266*
842
- This error can occur when python 3 cannot load the required modules. This
843
- means that your python 3 is not correctly installed or there are some mistakes
842
+ This error can occur when Python 3 cannot load the required modules. This
843
+ means that your Python 3 is not correctly installed or there are some mistakes
844
844
in your settings. Please check the following items:
845
- 1. Make sure that python 3 is correctly installed. Also check the version of
845
+ 1. Make sure that Python 3 is correctly installed. Also check the version of
846
846
python.
847
847
2. Check the 'pythonthreedll' option.
848
848
3. Check the 'pythonthreehome' option.
@@ -887,8 +887,8 @@ the runtime library cannot be found.
887
887
==============================================================================
888
888
11. Python X *python_x* *pythonx*
889
889
890
- Because most python code can be written so that it works with python 2.6+ and
891
- python 3 the pyx* functions and commands have been written. They work exactly
890
+ Because most python code can be written so that it works with Python 2.6+ and
891
+ Python 3 the pyx* functions and commands have been written. They work exactly
892
892
the same as the Python 2 and 3 variants, but select the Python version using
893
893
the 'pyxversion' setting.
894
894
You can’t perform that action at this time.
0 commit comments