commit | bedc69f9d67b117ab05aa735c701cd3899d1ae2d | [log] [tgz] |
---|---|---|
author | ChaseKnowlden <haroldknowlden@gmail.com> | Sun Aug 20 19:08:28 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 20 19:10:03 2023 +0200 |
tree | bb2317f53668234a8b7bf1b2454617ade0ea5d07 | |
parent | a055b441f556e4814a1838db687ac50f48617154 [diff] [blame] |
patch 9.0.1766: Runtime: Missing QML support Problem: Runtime: Missing QML support Solution: Add QML support to Vim closes: #12810 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com>
diff --git a/src/version.c b/src/version.c index 7e730a8..056dc29 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1766, +/**/ 1765, /**/ 1764,