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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.