0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Support completion for ":find". (Nazri Ramliy)

Cleanup white space.
This commit is contained in:
Bram Moolenaar
2010-07-14 16:52:17 +02:00
parent d43848c0dd
commit cc448b373d
32 changed files with 439 additions and 216 deletions

View File

@@ -790,7 +790,7 @@ focus_in_event(GtkWidget *widget,
static gint
focus_out_event(GtkWidget *widget UNUSED,
GdkEventFocus *event UNUSED,
GdkEventFocus *event UNUSED,
gpointer data UNUSED)
{
gui_focus_change(FALSE);
@@ -5456,7 +5456,7 @@ gui_mch_wait_for_chars(long wtime)
#if defined(FEAT_NETBEANS_INTG)
/* Process the queued netbeans messages. */
netbeans_parse_messages();
netbeans_parse_messages();
#endif
/*