diff options
Diffstat (limited to 'data/vim/patches/8.1.1130')
-rw-r--r-- | data/vim/patches/8.1.1130 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/vim/patches/8.1.1130 b/data/vim/patches/8.1.1130 new file mode 100644 index 000000000..a57ea864a --- /dev/null +++ b/data/vim/patches/8.1.1130 @@ -0,0 +1,45 @@ +To: vim_dev@googlegroups.com +Subject: Patch 8.1.1130 +Fcc: outbox +From: Bram Moolenaar <Bram@moolenaar.net> +Mime-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +------------ + +Patch 8.1.1130 +Problem: MS-Windows: warning for unused variable. +Solution: Remove the variable. +Files: src/evalfunc.c + + +*** ../vim-8.1.1129/src/evalfunc.c 2019-04-06 17:33:20.651486473 +0200 +--- src/evalfunc.c 2019-04-06 20:31:32.254067414 +0200 +*************** +*** 9196,9202 **** + int i; + #ifdef MSWIN + char_u *buf, *p; +- WIN32_FIND_DATA fb; + int ok; + HANDLE hFind = INVALID_HANDLE_VALUE; + WIN32_FIND_DATAW wfb; +--- 9196,9201 ---- +*** ../vim-8.1.1129/src/version.c 2019-04-06 20:51:46.587069001 +0200 +--- src/version.c 2019-04-06 20:52:39.066765950 +0200 +*************** +*** 773,774 **** +--- 773,776 ---- + { /* Add new patch number below this line */ ++ /**/ ++ 1130, + /**/ + +-- +From the classified section of a city newspaper: +Dog for sale: eats anything and is fond of children. + + /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ +/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ +\\\ an exciting new programming language -- http://www.Zimbu.org /// + \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |