forked from aniani/vim
updated for version 7.0-100
This commit is contained in:
parent
05bb82f949
commit
2113a1d623
@ -1483,7 +1483,7 @@ find_word(mip, mode)
|
|||||||
else if ((mode == FIND_COMPOUND || mode == FIND_KEEPCOMPOUND
|
else if ((mode == FIND_COMPOUND || mode == FIND_KEEPCOMPOUND
|
||||||
|| !word_ends))
|
|| !word_ends))
|
||||||
{
|
{
|
||||||
/* If there is no flag or the word is shorter than
|
/* If there is no compound flag or the word is shorter than
|
||||||
* COMPOUNDMIN reject it quickly.
|
* COMPOUNDMIN reject it quickly.
|
||||||
* Makes you wonder why someone puts a compound flag on a word
|
* Makes you wonder why someone puts a compound flag on a word
|
||||||
* that's too short... Myspell compatibility requires this
|
* that's too short... Myspell compatibility requires this
|
||||||
@ -9336,7 +9336,10 @@ spell_add_word(word, len, bad, idx, undo)
|
|||||||
{
|
{
|
||||||
fputc('#', fd);
|
fputc('#', fd);
|
||||||
if (undo)
|
if (undo)
|
||||||
|
{
|
||||||
|
home_replace(NULL, fname, NameBuff, MAXPATHL, TRUE);
|
||||||
smsg((char_u *)_("Word removed from %s"), NameBuff);
|
smsg((char_u *)_("Word removed from %s"), NameBuff);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
fseek(fd, fpos_next, SEEK_SET);
|
fseek(fd, fpos_next, SEEK_SET);
|
||||||
}
|
}
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
100,
|
||||||
/**/
|
/**/
|
||||||
99,
|
99,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user