commit | 8b62e31003693fee4b288e7aea49170f032aeef3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 15:29:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 15:29:04 2018 +0200 |
tree | b0a22cbb3ae08fc2428abc3ba487ccbfc45f0d0b | |
parent | 05c4a471d235987b914a9cc3ca44b98c46abd157 [diff] [blame] |
patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':' Problem: Sometimes the quickfix title is incorrectly prefixed with ':'. Solution: Prepend the colon in another way. (Yegappan Lakshmanan, closes #2905)
diff --git a/src/version.c b/src/version.c index 3a3987c..ac41ff3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1831, +/**/ 1830, /**/ 1829,