diff src/version.c @ 8767:3c8ddce4118e v7.4.1672

commit https://github.com/vim/vim/commit/e934e8f5c1c5c64411d98583ecbcf89e5ad01073 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 20:40:32 2016 +0200 patch 7.4.1672 Problem: The Dvorak support is a bit difficult to install. Solution: Turn it into an optional package.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 20:45:05 +0200
parents 3daf70d22168
children 7ac9d9e98892
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1672,
+/**/
     1671,
 /**/
     1670,