commit | f90c855c71863296859780f7b4e0386e96f1c465 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 14:49:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 14:49:57 2021 +0100 |
tree | a542be8accf9a37cd1c369c5b4a3f7d2f8df96ec | |
parent | 196a1f740981e878091fa124a400d1fc4bfa2bb0 [diff] [blame] |
patch 8.2.2634: 'tagfunc' does not indicate using a pattern Problem: 'tagfunc' does not indicate using a pattern. Solution: Add the "r" flag. (Andy Massimino, closes #7982)
diff --git a/src/version.c b/src/version.c index 350f0a1..2ed5aca 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2634, +/**/ 2633, /**/ 2632,