mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
updated for version 7.4a.028
Problem: Crash when spell checking in new buffer. Solution: Set the b_p_key field. (Mike Williams)
This commit is contained in:
@@ -7,6 +7,10 @@ STARTTEST
|
||||
:set enc=latin1
|
||||
:e!
|
||||
:"
|
||||
:" Check using z= in new buffer (crash fixed by patch 7.4a.028).
|
||||
:set maxmem=512 spell
|
||||
iasdz=:"
|
||||
:"
|
||||
:" Function to test .aff/.dic with list of good and bad words.
|
||||
:func TestOne(aff, dic)
|
||||
set spellfile=
|
||||
|
||||
Reference in New Issue
Block a user