vim-patch:7.4.193

Problem:    Typos in messages.
Solution:   "then" -> "than". (Dominique Pelle)

https://code.google.com/p/vim/source/detail?r=a8650e2a0b5a5936f7d503429180df47df2aa775
This commit is contained in:
oni-link 2014-04-09 10:41:35 +02:00 committed by Thiago de Arruda
parent d4acb0df2f
commit 1e7dfc8c90
2 changed files with 2 additions and 1 deletions

View File

@ -10666,7 +10666,7 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, int sou
/* Normal byte, go one level deeper. If it's not equal to the /* Normal byte, go one level deeper. If it's not equal to the
* byte in the bad word adjust the score. But don't even try * byte in the bad word adjust the score. But don't even try
* when the byte was already changed. And don't try when we * when the byte was already changed. And don't try when we
* just deleted this byte, accepting it is always cheaper then * just deleted this byte, accepting it is always cheaper than
* delete + substitute. */ * delete + substitute. */
if (c == fword[sp->ts_fidx] if (c == fword[sp->ts_fidx]
|| (sp->ts_tcharlen > 0 && sp->ts_isdiff != DIFF_NONE) || (sp->ts_tcharlen > 0 && sp->ts_isdiff != DIFF_NONE)

View File

@ -208,6 +208,7 @@ static int included_patches[] = {
//196, //196,
//195, //195,
//194, //194,
193,
192, 192,
//191, //191,
//190, //190,