jessedp/vim-ipsec

Problem with ipsecNumber

Closed this issue · 2 comments

Something wrong with the regexp, because it doesn't recognizes number parameters correctly.
syn match ipsecNumber contained /\d\+\(\.\d\+\)\=/

Workaround is to simplify the regexp :
syn match ipsecNumber contained /=\d\+/

Hmm. The ones I've tested this with seem ok - would you mind providing an example or two of something that should match?

Fixed with issue #1. I wrongly assigned "keyingtries" to ipsecNumber and it created problems.