commit | 3ef5bf7d459d6b8a21aaefc80f65448f5a7aa59f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:41:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:41:31 2016 +0200 |
tree | e637a3e14c07d4ee10918acd1f1d5f41e79149ff | |
parent | 23c60f21b07b04351d846e6fbf4f4abd9aa09345 [diff] [blame] |
patch 7.4.1941 Problem: Not all quickfix tests are also done with the location lists. Solution: Test more quickfix code. Use user commands instead of "exe". (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f72ad18..9dfb18f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1941, +/**/ 1940, /**/ 1939,