commit | b4d5fbabc99917a8069ba32a60c2d73d4f60e128 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 19:31:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 19:31:28 2017 +0200 |
tree | 7a3c17d3362f21ce9263283730a8f6ddea6c9cc6 | |
parent | 45d5f26d11d9aac2383453d2c1a8582cad1c8a3d [diff] [blame] |
patch 8.0.1093: various small quickfix issues Problem: Various small quickfix issues. Solution: Remove ":" prefix from title set by a user. Add the qf_id2nr(). function. Add a couple more tests. Update documentation. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index a483bb7..88849e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1093, +/**/ 1092, /**/ 1091,