comparison src/os_unix.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 f42e0b5ff9e9
children 5bd81e397907
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
383 if (!do_resize) /* return if not interrupted by resize */ 383 if (!do_resize) /* return if not interrupted by resize */
384 return 0; 384 return 0;
385 handle_resize(); 385 handle_resize();
386 #ifdef FEAT_NETBEANS_INTG 386 #ifdef FEAT_NETBEANS_INTG
387 /* Process the queued netbeans messages. */ 387 /* Process the queued netbeans messages. */
388 netbeans_parse_messages(); 388 netbeans_parse_messages();
389 #endif 389 #endif
390 } 390 }
391 } 391 }
392 else /* wtime == -1 */ 392 else /* wtime == -1 */
393 { 393 {
417 while (do_resize) /* window changed size */ 417 while (do_resize) /* window changed size */
418 handle_resize(); 418 handle_resize();
419 419
420 #ifdef FEAT_NETBEANS_INTG 420 #ifdef FEAT_NETBEANS_INTG
421 /* Process the queued netbeans messages. */ 421 /* Process the queued netbeans messages. */
422 netbeans_parse_messages(); 422 netbeans_parse_messages();
423 #endif 423 #endif
424 /* 424 /*
425 * we want to be interrupted by the winch signal 425 * we want to be interrupted by the winch signal
426 * or by an event on the monitored file descriptors 426 * or by an event on the monitored file descriptors
427 */ 427 */