commit | ff697e6cef8ced7717a21fd525ab3200b2f1724f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 22:28:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 22:28:33 2019 +0100 |
tree | 168402d9118a9b7fd9844cfda8736b85fc70063d | |
parent | 57ee2b6e0b5b730d12ee9db00a8e2a577df9e374 [diff] [blame] |
patch 8.1.0902: incomplete set of assignment operators Problem: Incomplete set of assignment operators. Solution: Add /=, *= and %=. (Ozaki Kiichi, closes #3931)
diff --git a/src/version.c b/src/version.c index 998f259..cadd46e 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 902, +/**/ 901, /**/ 900,