How can I prevent VIM to set modifiable to off?
I have many files opened in VIM and when I want to navigate to a directory I use :E. Sometimes (I cannot reproduce when) VIM sets modifiable to off. When I go back to my file, I cannot make changes until I run :set modifiable.
I want modifiable to be on always. How can I do this?
Seems that this question doesn't solve my problem...