disable read-only warning in vim

This commit is contained in:
Gabriel Ebner 2014-09-28 09:31:52 +02:00
parent 007336df9a
commit d04a7828d3

3
vimrc

@ -92,6 +92,9 @@ au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
au syntax haskell setl omnifunc=necoghc#omnifunc
let g:necoghc_enable_detailed_browse=1
" disable annoying "file is read-only" warnings
au FileChangedRO * set noreadonly
se foldlevel=99
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"