Update runtime files
diff --git a/src/os_win32.c b/src/os_win32.c
index e3a57fb..53107d5 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -2411,7 +2411,8 @@
      * Otherwise the default "findstr /n" is used.
      */
     if (!executable_exists("findstr.exe", NULL, TRUE, FALSE))
-	set_option_value((char_u *)"grepprg", 0, (char_u *)"grep -n", 0);
+	set_option_value_give_err((char_u *)"grepprg",
+						    0, (char_u *)"grep -n", 0);
 
 # ifdef FEAT_CLIPBOARD
     win_clip_init();