create a file ~/.vimtest as follows: cat > .vimtest set nocompatible set readonly <C-D>
and execute (g)vim: vim .vimtest -u .vimtest try :set readonly? and you'll get 'noreadonly'. Looks strange at the minimum, bug? ---Zdenek
create a file ~/.vimtest as follows: cat > .vimtest set nocompatible set readonly <C-D>
and execute (g)vim: vim .vimtest -u .vimtest try :set readonly? and you'll get 'noreadonly'. Looks strange at the minimum, bug? ---Zdenek