comparison 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
comparison
equal deleted inserted replaced
8814:90ecdec2a99b 8815:50d9fb580ffe
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1695,
751 /**/ 753 /**/
752 1694, 754 1694,
753 /**/ 755 /**/
754 1693, 756 1693,
755 /**/ 757 /**/