commit | e934e8f5c1c5c64411d98583ecbcf89e5ad01073 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 20:40:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 20:40:32 2016 +0200 |
tree | 898e64bb0cb8eb83d06dd1f5e8f0e916273d8c0d | |
parent | 61264d99692803eec76a171916ab9720c75536b0 [diff] |
patch 7.4.1672 Problem: The Dvorak support is a bit difficult to install. Solution: Turn it into an optional package.
diff --git a/src/version.c b/src/version.c index a26efec..d36a51b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1672, +/**/ 1671, /**/ 1670,