File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ set_major_version({version}) *Vital.Vim.Python.set_major_version()*
87
87
Calling this function does not make any sense in a Vim not compiled
88
88
with | +python | /| +python3 | .
89
89
90
- exec_file({path} [, {version} ]) *Vital.Vim.Python.exex_file ()*
90
+ exec_file({path} [, {version} ]) *Vital.Vim.Python.exec_file ()*
91
91
92
92
Return an executable | String | to execute a Python file {path} (| String | )
93
93
with a specified {version} of Python.
@@ -102,7 +102,7 @@ exec_file({path}[, {version}]) *Vital.Vim.Python.exex_file()*
102
102
execute Python.exec_file('your/python/file.py')
103
103
<
104
104
105
- exec_code({code} [, {version} ]) *Vital.Vim.Python.exex_code ()*
105
+ exec_code({code} [, {version} ]) *Vital.Vim.Python.exec_code ()*
106
106
107
107
Return an executable | String | to execute a Python {code} (| String | or | List | )
108
108
with a specified {version} of Python.
You can’t perform that action at this time.
0 commit comments