Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 6e567f6..00d86fd 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -941,7 +941,7 @@
if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT
&& enc_codepage >= 0 && (int)GetACP() != enc_codepage)
{
- findrep_wtoa(&s_findrep_struct, &s_findrep_struct_w);
+ findrep_wtoa(&s_findrep_struct, &s_findrep_struct_w);
}
# endif
@@ -1999,7 +1999,7 @@
#ifdef FEAT_NETBEANS_INTG
/* Process the queued netbeans messages. */
- netbeans_parse_messages();
+ netbeans_parse_messages();
#endif
/*
@@ -2619,7 +2619,7 @@
if (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT
&& enc_codepage >= 0 && (int)GetACP() != enc_codepage)
{
- findrep_atow(&s_findrep_struct_w, &s_findrep_struct);
+ findrep_atow(&s_findrep_struct_w, &s_findrep_struct);
s_findrep_hwnd = FindTextW(
(LPFINDREPLACEW) &s_findrep_struct_w);
}