From: Hiroshi Shirosaki Date: Tue, 19 Jan 2016 01:36:56 +0000 (+0900) Subject: Improve syntax regexp performance X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/dc9e985df1102c9204690a15596eaef07d9cfbb3?hp=dc9e985df1102c9204690a15596eaef07d9cfbb3 Improve syntax regexp performance Use \zs instead of \@<= if possible. ---