mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 21:55:18 +00:00
Added support for Python 3. (Roland Puntaier)
This commit is contained in:
@@ -607,6 +607,9 @@ free_buffer(buf)
|
||||
#ifdef FEAT_PYTHON
|
||||
python_buffer_free(buf);
|
||||
#endif
|
||||
#ifdef FEAT_PYTHON3
|
||||
python3_buffer_free(buf);
|
||||
#endif
|
||||
#ifdef FEAT_RUBY
|
||||
ruby_buffer_free(buf);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user