commit | 45e18cbdc40afd8144d20dcc07ad2d981636f4c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 18:05:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 18:05:35 2019 +0200 |
tree | 11762469ca5d6c4bd49ca50381160afd30dcb2f3 | |
parent | 7a9df9dd00bac462a2942dc798e298f365779fd0 [diff] [blame] |
patch 8.1.1228: not possible to process tags with a function Problem: Not possible to process tags with a function. Solution: Add tagfunc() (Christian Brabandt, Andy Massimino, closes #4010)
diff --git a/src/version.c b/src/version.c index d753b97..7bf4907 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1228, +/**/ 1227, /**/ 1226,