Re: determining if buffer is modified.. etc

2007-05-01 Thread Yakov Lerner
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 &

RE: determining if buffer is modified.. etc

2007-04-30 Thread 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

Re: determining if buffer is modified.. etc

2007-04-29 Thread Yakov Lerner
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

determining if buffer is modified.. etc

2007-04-29 Thread Normandie Azucena
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