You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testdir/test_spell.vim
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,18 @@ func Test_spellreall()
285
285
bwipe!
286
286
endfunc
287
287
288
+
funcTest_spell_dump_word_length()
289
+
" this was running over MAXWLEN
290
+
new
291
+
noremap00a0zW0000000
292
+
sil! norm 0z=0
293
+
sil norm 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
294
+
sil! norm 0z=0
295
+
296
+
bwipe!
297
+
nunmap0
298
+
endfunc
299
+
288
300
" Test spellsuggest({word} [, {max} [, {capital}]])
289
301
funcTest_spellsuggest()
290
302
" Verify suggestions are given even when spell checking is not enabled.
0 commit comments