Re: psql \e and syntax highlighting in vim

Поиск
Список
Период
Сортировка
От Ireneusz Pluta
Тема Re: psql \e and syntax highlighting in vim
Дата
Msg-id 4BF29CF2.20606@wp.pl
обсуждение исходный текст
Ответ на Re: psql \e and syntax highlighting in vim  (Ireneusz Pluta <ipluta@wp.pl>)
Ответы Re: psql \e and syntax highlighting in vim  (Leif Biberg Kristensen <leif@solumslekt.org>)
Список pgsql-novice
Ireneusz Pluta pisze:


Or invoked with its -c"set
syntax=sql" command line switch. So, the whole question is how to have
psql to tell vim which particular syntax to use, in one of these ways.


OK, after real RTFM of man psql in this area:

              Tip: psql searches the environment variables 
PSQL_EDITOR,  EDI-
              TOR,  and VISUAL (in that order) for an editor to use. If
all of
              them are unset, vi is used on Unix systems, notepad.exe
on  Win-
              dows systems.

I found the solution by setting the PSQL_EDITOR to 'vim -c"set
syntax=sql"'.
It works now the way I want.

Thanks

В списке pgsql-novice по дате отправления:

Предыдущее
От: Ireneusz Pluta
Дата:
Сообщение: Re: psql \e and syntax highlighting in vim
Следующее
От: Leif Biberg Kristensen
Дата:
Сообщение: Re: psql \e and syntax highlighting in vim