From 1e7dfc8c90187d34f20b3d99df40c04c0a6a9c69 Mon Sep 17 00:00:00 2001 From: oni-link Date: Wed, 9 Apr 2014 10:41:35 +0200 Subject: vim-patch:7.4.193 Problem: Typos in messages. Solution: "then" -> "than". (Dominique Pelle) https://code.google.com/p/vim/source/detail?r=a8650e2a0b5a5936f7d503429180df47df2aa775 --- src/spell.c | 2 +- src/version.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/spell.c b/src/spell.c index a8b359166b..3abdd0b2dc 100644 --- a/src/spell.c +++ b/src/spell.c @@ -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 * 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] || (sp->ts_tcharlen > 0 && sp->ts_isdiff != DIFF_NONE) diff --git a/src/version.c b/src/version.c index 6aa775f005..3db05cf6ff 100644 --- a/src/version.c +++ b/src/version.c @@ -208,6 +208,7 @@ static int included_patches[] = { //196, //195, //194, + 193, 192, //191, //190, -- cgit