Re: psql \e and syntax highlighting in vim

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: psql \e and syntax highlighting in vim
Date: 2010-05-18 12:51:04
Message-ID: 20100518125104.GA3893@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In response to Ireneusz Pluta :
> Hello,
>
> how to force vim to set sql syntax highlighting, without having to
> explicitly type ':set syntax=sql', every time when entering vim with \e
> metacomand from psql?

au BufRead /tmp/psql.edit.* set syntax=sql

(set that in your ~/.vimrc)

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ireneusz Pluta 2010-05-18 13:40:32 Re: psql \e and syntax highlighting in vim
Previous Message damien clochard 2010-05-18 12:50:44 Re: psql \e and syntax highlighting in vim