zeertzjq
9511faa819
vim-patch:9.0.0109: writing over the end of a buffer on stack ( #19581 )
...
Problem: Writing over the end of a buffer on stack when making list of
spell suggestions.
Solution: Make sure suggested word is not too long. (closes vim/vim#10812 )
1eead4cf1d
2022-07-31 05:48:24 +08:00
zeertzjq
a4160dd105
vim-patch:9.0.0034: spell tests do not always clear the word list
...
Problem: Spell tests do not always clear the word list.
Solution: Clear the word list in TearDown(). (closes vim/vim#10659 )
288ed23e39
2022-07-04 18:38:39 +08:00
zeertzjq
6b474d0237
vim-patch:8.2.5074: spell test fails on MS-Windows
...
Problem: Spell test fails on MS-Windows.
Solution: Do not change 'encoding'
ad73cc2ff2
2022-07-04 10:02:35 +08:00
zeertzjq
a4215a0a21
vim-patch:8.2.5072: using uninitialized value and freed memory in spell command
...
Problem: Using uninitialized value and freed memory in spell command.
Solution: Initialize "attr". Check for empty line early.
2813f38e02
2022-07-04 10:02:35 +08:00
zeertzjq
d358856a0c
vim-patch:9.0.0022: spell test fails
...
Problem: Spell test fails.
Solution: Expect new error is given.
95afae6d17
2022-07-02 06:55:23 +08:00
zeertzjq
6711d001c5
fix(spell): make setting 'encoding' clear word list
2022-06-27 05:33:54 +08:00
zeertzjq
80af2c6055
vim-patch:8.2.5007: spell suggestion may use uninitialized memory
...
Problem: Spell suggestion may use uninitialized memory. (Zdenek Dohnal)
Solution: Avoid going over the end of the word.
6d24b4ff69
2022-06-27 05:33:54 +08:00
zeertzjq
bafb53604a
vim-patch:8.2.3484: crash when going through spell suggestions
...
Problem: Crash when going through spell suggestions.
Solution: Limit the text length for finding suggestions to the original
length. Do not update buffers when exiting. (closes vim/vim#8965 )
e275ba4fc9
2022-06-27 05:33:54 +08:00
zeertzjq
274f260806
vim-patch:8.2.4919: can add invalid bytes with :spellgood
...
Problem: Can add invalid bytes with :spellgood.
Solution: Check for a valid word string.
7c824682d2
2022-05-12 23:07:35 +08:00
Sean Dewar
6e3e8c51c0
test(oldtest): uncomment method call syntax uses
...
We should now be equal with Vim in regards to method call support of already ported built-ins.
Enable all relevant commented-out uses of the syntax in tests that I could grep.
2021-11-26 18:53:12 +00:00
Jan Edmund Lazo
8b81218300
vim-patch:8.2.1354: test 59 is old style
...
Problem: Test 59 is old style.
Solution: Convert into a new style test. (Yegappan Lakshmanan, closes vim/vim#6604 )
aa970abd0a
2021-06-13 10:19:48 -04:00