1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
3 " These settings are appropriate for editing PostgreSQL code with vim
5 " You would copy this into your .vimrc or equivalent
7 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
9 :if match(getcwd(), "/pgsql") >=0 || match(getcwd(), "/postgresql") >= 0
17 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""