commit | ae338338508ef42866204f90dca861ac555f4298 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:25:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:25:26 2017 +0200 |
tree | 149ce5eb4d1f3062c49a4a7344830d7f67aa1515 | |
parent | cf8d840ce9140931bfbdc97961dad9278ee5f96c [diff] [blame] |
patch 8.0.0904: cannot set a location list from text Problem: Cannot set a location list from text. Solution: Add the "text" argument to setqflist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 3f8e890..f0e7062 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 904, +/**/ 903, /**/ 902,