comparison src/structs.h @ 7687:61354fabf8a2 v7.4.1142

commit https://github.com/vim/vim/commit/b8060fe862f684b591f9ac679eac5b2594d6c5a0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 22:29:28 2016 +0100 patch 7.4.1142 Problem: Cannot define keyword characters for a syntax file. Solution: Add the ":syn iskeyword" command. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 22:30:07 +0100
parents 1fded31d9e04
children bce3b5ddb393
comparison
equal deleted inserted replaced
7686:fad587cb360a 7687:61354fabf8a2
1360 # endif 1360 # endif
1361 #endif 1361 #endif
1362 #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL) 1362 #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL)
1363 int dummy; 1363 int dummy;
1364 #endif 1364 #endif
1365 char_u b_syn_chartab[32]; /* syntax iskeyword option */
1366 char_u *b_syn_isk; /* iskeyword option */
1365 } synblock_T; 1367 } synblock_T;
1366 1368
1367 1369
1368 /* 1370 /*
1369 * buffer: structure that holds information about one file 1371 * buffer: structure that holds information about one file