comparison src/window.c @ 2329:ad2889f48843 vim73

Added support for Python 3. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 21:19:38 +0200
parents 966a5609669e
children 073ff46fe397
comparison
equal deleted inserted replaced
2328:15379284e55a 2329:ad2889f48843
4384 4384
4385 #ifdef FEAT_PYTHON 4385 #ifdef FEAT_PYTHON
4386 python_window_free(wp); 4386 python_window_free(wp);
4387 #endif 4387 #endif
4388 4388
4389 #ifdef FEAT_PYTHON3
4390 python3_window_free(wp);
4391 #endif
4392
4389 #ifdef FEAT_TCL 4393 #ifdef FEAT_TCL
4390 tcl_window_free(wp); 4394 tcl_window_free(wp);
4391 #endif 4395 #endif
4392 4396
4393 #ifdef FEAT_RUBY 4397 #ifdef FEAT_RUBY