diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-09 10:41:35 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-12 16:41:30 -0300 |
commit | 1e7dfc8c90187d34f20b3d99df40c04c0a6a9c69 (patch) | |
tree | dad81ab9451846c4020241790273711ad3bf854a /src | |
parent | d4acb0df2f2f5f8900cd173f8b4c5d0539b8fad9 (diff) | |
download | rneovim-1e7dfc8c90187d34f20b3d99df40c04c0a6a9c69.tar.gz rneovim-1e7dfc8c90187d34f20b3d99df40c04c0a6a9c69.tar.bz2 rneovim-1e7dfc8c90187d34f20b3d99df40c04c0a6a9c69.zip |
vim-patch:7.4.193
Problem: Typos in messages.
Solution: "then" -> "than". (Dominique Pelle)
https://code.google.com/p/vim/source/detail?r=a8650e2a0b5a5936f7d503429180df47df2aa775
Diffstat (limited to 'src')
-rw-r--r-- | src/spell.c | 2 | ||||
-rw-r--r-- | src/version.c | 1 |
2 files changed, 2 insertions, 1 deletions
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, |