comparison runtime/doc/options.txt @ 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 c9fc24b76293
children 93f747af7b58
comparison
equal deleted inserted replaced
7686:fad587cb360a 7687:61354fabf8a2
1 *options.txt* For Vim version 7.4. Last change: 2016 Jan 09 1 *options.txt* For Vim version 7.4. Last change: 2016 Jan 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4487 programs you could use "a-z,A-Z,48-57,_,.,-,>". 4487 programs you could use "a-z,A-Z,48-57,_,.,-,>".
4488 For a help file it is set to all non-blank printable characters except 4488 For a help file it is set to all non-blank printable characters except
4489 '*', '"' and '|' (so that CTRL-] on a command finds the help for that 4489 '*', '"' and '|' (so that CTRL-] on a command finds the help for that
4490 command). 4490 command).
4491 When the 'lisp' option is on the '-' character is always included. 4491 When the 'lisp' option is on the '-' character is always included.
4492 This option also influences syntax highlighting, unless the syntax
4493 uses |:syn-iskeyword|.
4492 NOTE: This option is set to the Vi default value when 'compatible' is 4494 NOTE: This option is set to the Vi default value when 'compatible' is
4493 set and to the Vim default value when 'compatible' is reset. 4495 set and to the Vim default value when 'compatible' is reset.
4494 4496
4495 *'isprint'* *'isp'* 4497 *'isprint'* *'isp'*
4496 'isprint' 'isp' string (default for MS-DOS, Win32, OS/2 and Macintosh: 4498 'isprint' 'isp' string (default for MS-DOS, Win32, OS/2 and Macintosh: