From: Hiroshi Shirosaki Date: Sat, 9 Jan 2016 04:53:34 +0000 (+0900) Subject: Change match URL in parenthesis X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/47894d65a0e5f974cff6712073832f5c2046c79f?hp=47894d65a0e5f974cff6712073832f5c2046c79f Change match URL in parenthesis We change the regexp of URL in parenthesis to `http\?` pattern because long regexp with many protocol names causes slowness. We reorder and use `\?` for protocol names regexp. ---