Patch 7.0.130 (extra)
commit87328383eeb7b21025d8614ab3739cc41ef31f25
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 11 Oct 2006 09:25:03 +0000 (11 09:25 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 11 Oct 2006 09:25:03 +0000 (11 09:25 +0000)
tree071f4a1e4dee1759703f4fb92b1ea60740aebf62
parent184dbdfb831cde4bca51651e7c107b86208cba43
Patch 7.0.130 (extra)
Problem:    Win32: Trying to edit or write devices may cause Vim to get stuck.
Solution:   Add the 'opendevice' option, default off.  Disallow
           reading/writing from/to devices when it's off.
           Also detect more devices by the full name starting with "\\.\".
Files:      runtime/doc/options.txt, src/fileio.c, src/option.c, src/option.h,
           src/os_win32.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@146 2a77ed30-b011-0410-a7ad-c7884a0aa172
runtime/doc/options.txt
src/fileio.c
src/option.c
src/option.h
src/os_win32.c
src/version.c