commit | 39b21272d521512b6ecac6cc0f310944f21b7443 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 23:28:21 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 23:28:21 2016 +0100 |
tree | 505f1fbd4ae9f4dcac7dc99bb1e2e9447fdd7eac | |
parent | 2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63 [diff] [blame] |
patch 7.4.1301 Problem: Missing options in ch_open(). Solution: Add s:chopt like in the other calls. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index e19d205..3622533 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1301, +/**/ 1300, /**/ 1299,