2 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
4 " These settings are appropriate for editing PostgreSQL code with vim
6 " You would copy this into your .vimrc or equivalent
8 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
10 :if match(getcwd(), "/pgsql") >=0 || match(getcwd(), "/postgresql") >= 0
18 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""