commit | ad6b90c33cc239794a6694ef53e8baeee2ed97bd | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Oct 18 22:13:57 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 18 22:13:57 2021 +0100 |
tree | 1267387b34eeafbd30a9687bfdb4ba85e6965dff | |
parent | 9b0b844d252ea84b3607f39603b4afa8cb002418 [diff] [blame] |
patch 8.2.3536: the do_highlight() function is way too long Problem: The do_highlight() function is way too long. Solution: Split it into several functions. (Yegappan Lakshmanan, closes #9011)
diff --git a/src/version.c b/src/version.c index 555bd8e..2049889 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3536, +/**/ 3535, /**/ 3534,