1
0
forked from aniani/vim

updated for version 7.4.193

Problem:    Typos in messages.
Solution:   "then" -> "than". (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2014-03-08 16:13:44 +01:00
parent 47b8342abd
commit 4de6a212f9
3 changed files with 6 additions and 4 deletions

View File

@@ -12037,7 +12037,7 @@ suggest_trie_walk(su, lp, fword, soundfold)
/* 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
* 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. */
if (c == fword[sp->ts_fidx]
#ifdef FEAT_MBYTE