diff src/version.c @ 8815:50d9fb580ffe v7.4.1695

commit https://github.com/vim/vim/commit/8bc189e81aa98ba4aebb03a9dc9527a210fce816 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 19:01:58 2016 +0200 patch 7.4.1695 Problem: ":syn reset" clears the effect ":syn iskeyword". (James McCoy) Solution: Remove clearing the syntax keywords.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 19:15:04 +0200
parents b92938076e40
children b7eb7bbd71d0
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 */
 /**/
+    1695,
+/**/
     1694,
 /**/
     1693,