From: Andrey Date: Sun, 13 Oct 2019 17:21:15 +0000 (+0300) Subject: #455 Fix bug with tricky unicode symbols (#1047) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6aef6c9d458e8df88f510e94c18f216232b6a786?ds=sidebyside;hp=6aef6c9d458e8df88f510e94c18f216232b6a786 #455 Fix bug with tricky unicode symbols (#1047) * add test for special unicode symbol which usual re can not process correctly add regex lib which supports unicode 12.1.0 standard replace re usage in project in favor to regex * #455 fix dependency ---