comparison src/main.c @ 14:946da5994c01

updated for version 7.0006
author vimboss
date Mon, 05 Jul 2004 15:58:32 +0000
parents 4424b47a0797
children 3ba373b54370
comparison
equal deleted inserted replaced
13:24d5189d3956 14:946da5994c01
2275 if (!gui.in_use) 2275 if (!gui.in_use)
2276 # endif 2276 # endif
2277 windgoto((int)Rows - 1, 0); 2277 windgoto((int)Rows - 1, 0);
2278 #endif 2278 #endif
2279 2279
2280 #ifdef FEAT_MZSCHEME
2281 mzscheme_end();
2282 #endif
2280 #ifdef FEAT_TCL 2283 #ifdef FEAT_TCL
2281 tcl_end(); 2284 tcl_end();
2282 #endif 2285 #endif
2283 #ifdef FEAT_RUBY 2286 #ifdef FEAT_RUBY
2284 ruby_end(); 2287 ruby_end();