" vim match-up - even better matching " " Maintainer: Andy Massimino " Email: a@normed.space " if !exists('g:loaded_matchup') || !exists('b:did_ftplugin') finish endif let s:save_cpo = &cpo set cpo&vim let b:match_skip = 's:\%(comment\|string\)\%(jsxCloseString\)\@', '1\g{hlend}>') call matchup#util#patch_match_words(':/>', ':/\g{hlend}>') endif let &cpo = s:save_cpo " vim: sw=2