summaryrefslogtreecommitdiff
path: root/src/testdir/test_spell.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt2022-08-091-0/+23
* patch 9.0.0052: "zG" may throw an error if invalid character followsv9.0.0052K.Takata2022-07-141-0/+10
* patch 9.0.0035: spell dump may go beyond end of an arrayv9.0.0035Bram Moolenaar2022-07-041-0/+12
* patch 9.0.0034: spell tests do not always clear the word listv9.0.0034zeertzjq2022-07-041-3/+6
* patch 9.0.0021: invalid memory access when adding word to spell word listv9.0.0021Bram Moolenaar2022-07-011-0/+15
* patch 8.2.5123: using invalid index when looking for spell suggestionsv8.2.5123Bram Moolenaar2022-06-181-0/+10
* patch 8.2.5098: spelldump test sometimes hangsv8.2.5098Bram Moolenaar2022-06-151-17/+55
* patch 8.2.4921: spell test fails because of new illegal byte checkv8.2.4921Bram Moolenaar2022-05-081-8/+0
* patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle2022-03-221-1/+1
* patch 8.2.4563: "z=" in Visual mode may go beyond the end of the linev8.2.4563Bram Moolenaar2022-03-131-0/+15
* patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249Bram Moolenaar2022-01-291-0/+10
* patch 8.2.4247: stack corruption when looking for spell suggestionsv8.2.4247Bram Moolenaar2022-01-291-0/+8
* patch 8.2.3744: E854 is not tested; some spelling suggestions are not testedv8.2.3744Dominique Pelle2021-12-051-0/+5
* patch 8.2.3582: reading uninitialized memory when giving spell suggestionsv8.2.3582Bram Moolenaar2021-11-041-0/+8
* patch 8.2.1808: no test coverage for ":spelldump!"v8.2.1808Bram Moolenaar2020-10-071-0/+38
* patch 8.2.1770: invalid memory use when using SpellFileMissing autocmdv8.2.1770Bram Moolenaar2020-09-281-0/+23
* patch 8.2.1754: completion with spell checking not testedv8.2.1754Bram Moolenaar2020-09-271-0/+37
* patch 8.2.1659: spellfile code not completely testedv8.2.1659Bram Moolenaar2020-09-111-0/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.0953: spell checking doesn't work for CamelCased wordsv8.2.0953Bram Moolenaar2020-06-101-0/+5
* patch 8.2.0948: spell test failsv8.2.0948Bram Moolenaar2020-06-101-3/+3
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-101-5/+40
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+5
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-0/+29
* patch 8.2.0046: tests for spell suggestions are slowv8.2.0046Bram Moolenaar2019-12-261-45/+48
* patch 8.2.0039: memory access error when "z=" has no suggestionsv8.2.0039Bram Moolenaar2019-12-251-3/+1
* patch 8.2.0038: spell suggestions insufficiently testedv8.2.0038Bram Moolenaar2019-12-251-0/+169
* patch 8.1.2317: no test for spell affix file with flag on suffixv8.1.2317Bram Moolenaar2019-11-171-0/+28
* patch 8.1.2268: spell file flag zero is not recognizedv8.1.2268Bram Moolenaar2019-11-071-3/+6
* patch 8.1.2172: spell highlight is wrong at start of the linev8.1.2172Bram Moolenaar2019-10-181-0/+25
* patch 8.1.2131: MSVC tests failv8.1.2131Bram Moolenaar2019-10-101-5/+6
* patch 8.1.2129: using hard coded executable path in testv8.1.2129Bram Moolenaar2019-10-101-5/+5
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-071-3/+3
* patch 8.1.1824: crash when correctly spelled word is very longv8.1.1824Bram Moolenaar2019-08-061-0/+13
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1144: too strict checking of the 'spellfile' optionv8.1.1144Bram Moolenaar2019-04-101-0/+5
* patch 8.1.1143: may pass weird strings to file name expansionv8.1.1143Bram Moolenaar2019-04-101-0/+6
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-4/+2
* patch 8.1.0340: no test for :spellinfov8.1.0340Bram Moolenaar2018-08-311-0/+29
* patch 8.1.0200: spellbadword() not testedv8.1.0200Bram Moolenaar2018-07-201-0/+41
* patch 8.0.1419: cursor column is not updated after ]sv8.0.1419Bram Moolenaar2017-12-211-0/+31
* patch 8.0.1225: no check for spell region being zerov8.0.1225Bram Moolenaar2017-10-271-0/+9
* patch 8.0.0792: spell test leaves files behindv8.0.0792Bram Moolenaar2017-07-281-0/+11
* patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar2017-06-221-2/+724
* patch 8.0.0601: no test coverage for :spellrepallv8.0.0601Bram Moolenaar2017-05-231-0/+17
* patch 8.0.0582: illegal memory access with z= commandv8.0.0582Bram Moolenaar2017-04-221-0/+9
* patch 8.0.0364: ]s does not move cursor with two spell errors in one linev8.0.0364Bram Moolenaar2017-02-251-0/+20