Patch 7.0.192
commit252a33b35658fe4ca9f22683ef487b77fe6e73d7
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 7 Feb 2007 14:48:46 +0000 (7 14:48 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 7 Feb 2007 14:48:46 +0000 (7 14:48 +0000)
treea4824b5adc632694cd27e963f81f416b8d14d3dc
parented84a07f837395c9422471b3f710b44d481e9506
Patch 7.0.192
Problem:    When 'swapfile' is switched off in an empty file it is possible
            that not all blocks are loaded into memory, causing ml_get errors
            later.
Solution:   Rename "dont_release" to "mf_dont_release" and also use it to
            avoid using the cached line and locked block.
Files:      src/globals.h, src/memfile.c, src/memline.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@209 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/globals.h
src/memfile.c
src/memline.c
src/version.c