commit | 6a0cc916bd3cd6c2fd88b2972c92ade225603229 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 16:48:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 16:48:44 2019 +0200 |
tree | 61d7a66bccf78d9a0a62b316060f3e4896291f5f | |
parent | 28ed4dfe1f80905fb399c2cde31ace5ee14d8c67 [diff] [blame] |
patch 8.1.2220: :cfile does not abort like other quickfix commands Problem: :cfile does not abort like other quickfix commands. Solution: Abort when desired. Add tests for aborting. (Yegappan Lakshmanan, closes #5121)
diff --git a/src/version.c b/src/version.c index 345fc7a..e348c32 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2220, +/**/ 2219, /**/ 2218,