commit | ab47c61f46f0797308217cd3c045472cb0ec3195 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 22:02:26 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 22:02:26 2016 +0200 |
tree | a42f9eda14d3ea6dcc0092f345450098a5a17390 | |
parent | 67e3720a9ddd8a9d2e8344358c28fa1f4196db0d [diff] [blame] |
patch 7.4.1937 Problem: No test for directory stack in quickfix. Solution: Add a test. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 32e78cc..2cdd142 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1937, +/**/ 1936, /**/ 1935,