commit | c1808d5822ed9534ef7f0fe509b15bee92a5cc28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 20:04:00 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 20:04:00 2016 +0200 |
tree | 39648a3110add263f6240e7523ee4776cacda14c | |
parent | def5abe0a2727041ecee69afdccfca405333bd24 [diff] [blame] |
patch 7.4.1752 Problem: When adding to the quickfix list the current position is reset. Solution: Do not reset the position when not needed. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 7918d99..0c50f1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1752, +/**/ 1751, /**/ 1750,