forked from aniani/vim
Added support for Python 3. (Roland Puntaier)
This commit is contained in:
@@ -474,6 +474,15 @@ static char *(features[]) =
|
||||
#else
|
||||
"-python",
|
||||
#endif
|
||||
#ifdef FEAT_PYTHON3
|
||||
# ifdef DYNAMIC_PYTHON3
|
||||
"+python3/dyn",
|
||||
# else
|
||||
"+python3",
|
||||
# endif
|
||||
#else
|
||||
"-python3",
|
||||
#endif
|
||||
#ifdef FEAT_QUICKFIX
|
||||
"+quickfix",
|
||||
#else
|
||||
|
Reference in New Issue
Block a user