Mercurial > vim
comparison src/version.c @ 25713:2eddbc3d83b9 v8.2.3392
patch 8.2.3392: augroup completion escapes regexp pattern characters
Commit: https://github.com/vim/vim/commit/b4d82e2a8d610c00139a74970df772eece2daf1c
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 1 13:03:39 2021 +0200
patch 8.2.3392: augroup completion escapes regexp pattern characters
Problem: augroup completion escapes regexp pattern characters.
Solution: Do not escape the augroup name. (closes https://github.com/vim/vim/issues/8826)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Sep 2021 13:15:06 +0200 |
parents | d1457c3f156c |
children | 454cbc872368 |
comparison
equal
deleted
inserted
replaced
25712:e2b38073ff8f | 25713:2eddbc3d83b9 |
---|---|
753 NULL | 753 NULL |
754 }; | 754 }; |
755 | 755 |
756 static int included_patches[] = | 756 static int included_patches[] = |
757 { /* Add new patch number below this line */ | 757 { /* Add new patch number below this line */ |
758 /**/ | |
759 3392, | |
758 /**/ | 760 /**/ |
759 3391, | 761 3391, |
760 /**/ | 762 /**/ |
761 3390, | 763 3390, |
762 /**/ | 764 /**/ |