Great :) Thanks for the feedback, glad to have helped !
Cheers,
Ju
On Mon, Jan 31, 2011 at 7:55 PM, martin throw wrote:
> Hi,
>
> That works beautifully. Thanks!
>
> On Wed, Jan 26, 2011 at 2:45 AM, Julien Cornebise
> wrote:
>>
>> Maybe putting the setting it in a file-type file for *.log via
>
Hi,
That works beautifully. Thanks!
On Wed, Jan 26, 2011 at 2:45 AM, Julien Cornebise <
julien.corneb...@gmail.com> wrote:
> Maybe putting the setting it in a file-type file for *.log via
> ftplugin or, much simpler, in global but using autocommand: you may
> try
> autocmd BufRead *.log set ar
>
Maybe putting the setting it in a file-type file for *.log via
ftplugin or, much simpler, in global but using autocommand: you may
try
autocmd BufRead *.log set ar
(no guarantee, haven't tried)
Hope this helps!
Julien
On Tue, Jan 25, 2011 at 9:50 PM, martin throw wrote:
> Thanks for the comment,
Thanks for the comment, that works but I was hoping to not set the
autoreload behavior globally, but only on the loaded log file. But I guess
it is not a big deal to have the autoreload behavior to be global.
Thanks
On Mon, Jan 24, 2011 at 11:34 PM, Julien Cornebise <
julien.corneb...@gmail.com>
Did you try
set ar
?
Best regards
Julien
On Tue, Jan 25, 2011 at 3:18 AM, martin throw wrote:
> Hi,
>
> Every time I compile using \ll (with multiple passes), the corresponding log
> file gets loaded into the buffer.
> It gets distracting when I recompile again as VIM warns about the file
> chan