mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Added support for Python 3. (Roland Puntaier)
This commit is contained in:
@@ -1405,6 +1405,9 @@ getout(exitval)
|
||||
#ifdef FEAT_PYTHON
|
||||
python_end();
|
||||
#endif
|
||||
#ifdef FEAT_PYTHON3
|
||||
python3_end();
|
||||
#endif
|
||||
#ifdef FEAT_PERL
|
||||
perl_end();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user