To: vim_dev@googlegroups.com Subject: Patch 8.2.4725 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4725 (after 8.2.4724) Problem: Unused variable in tiny build. Solution: Add #ifdef. Files: src/normal.c *** ../vim-8.2.4724/src/normal.c 2022-04-09 21:02:58.506251763 +0100 --- src/normal.c 2022-04-09 21:12:54.117994470 +0100 *************** *** 4197,4203 **** --- 4197,4205 ---- { int i; searchit_arg_T sia; + #ifdef FEAT_SEARCH_EXTRA pos_T prev_cursor = curwin->w_cursor; + #endif cap->oap->motion_type = MCHAR; cap->oap->inclusive = FALSE; *** ../vim-8.2.4724/src/version.c 2022-04-09 21:02:58.510251761 +0100 --- src/version.c 2022-04-09 21:13:33.609976385 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4725, /**/ -- If you don't get everything you want, think of everything you didn't get and don't want. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///