On 4/30/07, Normandie Azucena <[EMAIL PROTECTED]> wrote:
-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Monday, April 30, 2007 1:53 PM
To: Normandie Azucena
Cc: vim@vim.org
Subject: Re: determining if buffer is modified.. etc
On 4/30/07, Normandie Azucena &
-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Monday, April 30, 2007 1:53 PM
To: Normandie Azucena
Cc: vim@vim.org
Subject: Re: determining if buffer is modified.. etc
On 4/30/07, Normandie Azucena <[EMAIL PROTECTED]> wrote:
> hi all!
>
> I ne
On 4/30/07, Normandie Azucena <[EMAIL PROTECTED]> wrote:
hi all!
I need to know if a certain buffer is modified. how can I do this?
if &modified | echo "buffer is modified" | endif
also can I disable the prompt that says that buffer or file has changed
and gives me an option to load the new
hi all!
I need to know if a certain buffer is modified. how can I do this?
also can I disable the prompt that says that buffer or file has changed
and gives me an option to load the new file or not? because I want vim
to automatically load changed files at certain times(i.e. when I invoke
a cer