commit | 75ab590f8504a8912ca0b8c58f6b897bb7a34f07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 15:36:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 15:36:40 2022 +0100 |
tree | 075bd9c71cdc8ed677ae82f9594668cf3a220109 | |
parent | a929c922b1cb7c84ad1b5d1d0fc9a4f7c68ab8e0 [diff] [blame] |
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();