commit | effed9315c6c5a35fc2824b90da4af753c7a02dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 13:38:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 13:38:17 2018 +0200 |
tree | 88d56aef2343b3cd97dec518e2cc047376accbd0 | |
parent | def7b1dc6104a6ce6d7c3e3a615231178601b124 [diff] [blame] |
patch 8.1.0281: parsing command modifiers is not separated Problem: Parsing command modifiers is not separated. Solution: Move command modifier parsing to a separate function.
diff --git a/src/version.c b/src/version.c index 1450992..8afd943 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 281, +/**/ 280, /**/ 279,