On 2010/09/07 16:24, Chris Kuethe wrote: > I'm shocked. Vim 7.3 has been out for a few weeks and it only has 3 > patches. Works for me on amd64.
please zap REVISION-main, then it's ok with me. I also have this diff which you might want to add to it (if not then it could be done separately with a REVISION bump). Index: files/pf.vim =================================================================== RCS file: /cvs/ports/editors/vim/files/pf.vim,v retrieving revision 1.1 diff -u -p -r1.1 pf.vim --- files/pf.vim 12 Jul 2004 19:32:59 -0000 1.1 +++ files/pf.vim 8 Sep 2010 08:37:02 -0000 @@ -24,12 +24,13 @@ setlocal foldmethod=syntax syn sync fromstart syn cluster pfNotLS contains=pfComment,pfTodo,pfVarAssign -syn keyword pfCmd altq antispoof binat block nat pass queue rdr scrub table set +syn keyword pfCmd altq antispoof binat binat-to block match nat +syn keyword pfCmd nat-to pass queue rdr rdr-to scrub table set syn keyword pfService auth bgp domain finger ftp ftp-data http https syn keyword pfService ident imap irc isakmp kerberos mail nameserver -syn keyword pfService nfs nntp ntp pop3 portmap pptp rpcbind rsync -syn keyword pfService smtp snmp snmp-trap snmptrap socks ssh sunrpc -syn keyword pfService syslog telnet tftp www +syn keyword pfService nfs nntp ntp ospf pop3 portmap pptp rpcbind +syn keyword pfService rsync smtp snmp snmp-trap snmptrap socks +syn keyword pfService ssh sunrpc syslog telnet tftp www syn keyword pfTodo TODO XXX contained syn keyword pfWildAddr all any syn match pfComment /#.*$/ contains=pfTodo