Patch 7.1a.001
commit56f4d4e9a225f5c8620b3f68140ead8686995376
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 7 May 2007 02:32:09 +0000 (7 02:32 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 7 May 2007 02:32:09 +0000 (7 02:32 +0000)
tree1196d53719ea4b4d6b993f48a20e4b9a89441065
parent19d034f54904feaeb19330b44382bec7f60ddce5
Patch 7.1a.001
Problem:    Crash when downloading a spell file.  (Szabolcs Horvat)
Solution:   Avoid that did_set_spelllang() is used recursively when a new
    window is opened for the download.
    Also avoid wiping out the wrong buffer.
Files:     runtime/autoload/spellfile.vim, src/buffer.c, src/ex_cmds.c,
            src/spell.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@262 2a77ed30-b011-0410-a7ad-c7884a0aa172
runtime/autoload/spellfile.vim
src/buffer.c
src/ex_cmds.c
src/spell.c
src/version.c