mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 21:55:18 +00:00
updated for version 7.3.966
Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
This commit is contained in:
@@ -268,6 +268,7 @@ static void ex_popup __ARGS((exarg_T *eap));
|
||||
#endif
|
||||
#ifndef FEAT_PYTHON
|
||||
# define ex_python ex_script_ni
|
||||
# define ex_pydo ex_ni
|
||||
# define ex_pyfile ex_ni
|
||||
#endif
|
||||
#ifndef FEAT_PYTHON3
|
||||
|
||||
Reference in New Issue
Block a user