comparison src/gui.c @ 2311:ccda151dde4e vim73

Support completion for ":find". (Nazri Ramliy) Cleanup white space.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 16:52:17 +0200
parents a888ed7ba375
children da6ec32d8d8f
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
1381 int min_height; 1381 int min_height;
1382 int screen_w; 1382 int screen_w;
1383 int screen_h; 1383 int screen_h;
1384 #ifdef FEAT_GUI_GTK 1384 #ifdef FEAT_GUI_GTK
1385 int un_maximize = mustset; 1385 int un_maximize = mustset;
1386 int did_adjust = 0; 1386 int did_adjust = 0;
1387 #endif 1387 #endif
1388 int x = -1, y = -1; 1388 int x = -1, y = -1;
1389 1389
1390 if (!gui.shell_created) 1390 if (!gui.shell_created)
1391 return; 1391 return;