mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
d4acb0df2f
commit
1e7dfc8c90
@ -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)
|
||||||
|
@ -208,6 +208,7 @@ static int included_patches[] = {
|
|||||||
//196,
|
//196,
|
||||||
//195,
|
//195,
|
||||||
//194,
|
//194,
|
||||||
|
193,
|
||||||
192,
|
192,
|
||||||
//191,
|
//191,
|
||||||
//190,
|
//190,
|
||||||
|
Loading…
Reference in New Issue
Block a user