commit | 379fb76b080521f7c09265ec3264b9e698923518 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 15:58:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 15:58:28 2018 +0200 |
tree | 412bef14f2a40f30daf3d42393189c1c34c22989 | |
parent | dd5d18eadffadc723ff7d3e208a2973d267a6dde [diff] [blame] |
patch 8.1.0337: :file fails in quickfix command Problem: :file fails in quickfix command. Solution: Allow :file without argument when curbuf_lock is set. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index baf005e..12c86aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 337, +/**/ 336, /**/ 335,