To: vim_dev@googlegroups.com Subject: Patch 7.4.1763 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1763 Problem: Coverity: useless assignment. Solution: Add #if 0. Files: src/spell.c *** ../vim-7.4.1762/src/spell.c 2016-03-12 22:11:34.243300238 +0100 --- src/spell.c 2016-04-21 09:13:20.591542128 +0200 *************** *** 1649,1655 **** --- 1649,1657 ---- } } #endif + #if 0 /* Disabled, see below */ c = mip->mi_compoff; + #endif ++mip->mi_complen; if (flags & WF_COMPROOT) ++mip->mi_compextra; *** ../vim-7.4.1762/src/version.c 2016-04-21 09:06:54.479485966 +0200 --- src/version.c 2016-04-21 09:19:51.211551450 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1763, /**/ -- ARTHUR: I did say sorry about the `old woman,' but from the behind you looked-- DENNIS: What I object to is you automatically treat me like an inferior! ARTHUR: Well, I AM king... The Quest for the Holy Grail (Monty Python) /// 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 ///