comparison runtime/doc/syntax.txt @ 7790:ca19726d5e83

commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 22:38:53 2016 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jan 2016 22:45:05 +0100
parents 61354fabf8a2
children f16bfe02cef1
comparison
equal deleted inserted replaced
7789:b2fc0ad0a694 7790:ca19726d5e83
1 *syntax.txt* For Vim version 7.4. Last change: 2016 Jan 19 1 *syntax.txt* For Vim version 7.4. Last change: 2016 Jan 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3456 characters and also includes the "_" and the "$". 3456 characters and also includes the "_" and the "$".
3457 3457
3458 If no argument is given, the current value will be output. 3458 If no argument is given, the current value will be output.
3459 3459
3460 Setting this option influences what |/\k| matches in syntax patterns 3460 Setting this option influences what |/\k| matches in syntax patterns
3461 and also determines where |:syn-keywords| will be checked for a new 3461 and also determines where |:syn-keyword| will be checked for a new
3462 match. 3462 match.
3463 3463
3464 It is recommended when writing syntax files, to use this command 3464 It is recommended when writing syntax files, to use this command
3465 to the correct value for the specific syntax language and not change 3465 to the correct value for the specific syntax language and not change
3466 the 'iskeyword' option. 3466 the 'iskeyword' option.