forked from aniani/vim
Added support for Python 3. (Roland Puntaier)
This commit is contained in:
@@ -4386,6 +4386,10 @@ win_free(wp, tp)
|
||||
python_window_free(wp);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_PYTHON3
|
||||
python3_window_free(wp);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_TCL
|
||||
tcl_window_free(wp);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user