Yakov Lerner wrote:

On 9/2/06, Shashi Kumar <[EMAIL PROTECTED]> wrote:

How can I disable automatic setting of the "modified flag" or auto save option? I have set some option with which I think VIM is automatically saving the file thus changing the timestamp of the file. This poses a problem when I open header files especially when the target I need to build has a lot of source files. The problem occurs even when I open the file using gview.
I use VIM on Windows XP and my _vimrc and _gvimrc are attached.


Do you set 'auwowrite' (aw) option, and/or 'autowriteall'(awa)
option ? Then just unset them.


If you don't set those two options, then see if they are set:

:verbose set aw
:verbose set awa

which will tell you both what they're set to and where they were last set (if set).

Regards,
Chip Campbell

Reply via email to