Re: psql \e and syntax highlighting in vim - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: psql \e and syntax highlighting in vim
Date
Msg-id 20100518125104.GA3893@a-kretschmer.de
Whole thread Raw
In response to psql \e and syntax highlighting in vim  (Ireneusz Pluta <ipluta@wp.pl>)
List 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

pgsql-novice by date:

Previous
From: damien clochard
Date:
Subject: Re: psql \e and syntax highlighting in vim
Next
From: Ireneusz Pluta
Date:
Subject: Re: psql \e and syntax highlighting in vim