mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
Added support for Python 3. (Roland Puntaier)
This commit is contained in:
@@ -186,6 +186,10 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
|
||||
# include "if_python.pro"
|
||||
# endif
|
||||
|
||||
# ifdef FEAT_PYTHON3
|
||||
# include "if_python3.pro"
|
||||
# endif
|
||||
|
||||
# ifdef FEAT_TCL
|
||||
# include "if_tcl.pro"
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user