comparison src/gui_x11.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 0b3be97064e5
children 6768ebd0bc04
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
3452 &sign, NULL, &attrs); 3452 &sign, NULL, &attrs);
3453 if (status == 0) 3453 if (status == 0)
3454 { 3454 {
3455 /* Sign width is fixed at two columns now. 3455 /* Sign width is fixed at two columns now.
3456 if (sign->width > gui.sign_width) 3456 if (sign->width > gui.sign_width)
3457 gui.sign_width = sign->width + 8; */ 3457 gui.sign_width = sign->width + 8; */
3458 } 3458 }
3459 else 3459 else
3460 EMSG(_(e_signdata)); 3460 EMSG(_(e_signdata));
3461 } 3461 }
3462 3462