comparison runtime/doc/options.txt @ 140:8ecb0db93e9a

updated for version 7.0045
author vimboss
date Thu, 27 Jan 2005 14:41:15 +0000
parents 04f2e519ab18
children 72aefd4c1e0d
comparison
equal deleted inserted replaced
139:a217baa06d43 140:8ecb0db93e9a
1 *options.txt* For Vim version 7.0aa. Last change: 2005 Jan 14 1 *options.txt* For Vim version 7.0aa. Last change: 2005 Jan 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2736 local to buffer 2736 local to buffer
2737 {not in Vi} 2737 {not in Vi}
2738 A pattern that is used to recognize a list header. This is used for 2738 A pattern that is used to recognize a list header. This is used for
2739 the "n" flag in 'formatoptions'. 2739 the "n" flag in 'formatoptions'.
2740 The pattern must match exactly the text that will be the indent for 2740 The pattern must match exactly the text that will be the indent for
2741 the line below it. You can use |\ze| to mark the end of the match 2741 the line below it. You can use |/\ze| to mark the end of the match
2742 while still checking more characters. There must be a character 2742 while still checking more characters. There must be a character
2743 following the pattern, when it matches the whole line it is handled 2743 following the pattern, when it matches the whole line it is handled
2744 like there is no match. 2744 like there is no match.
2745 The default recognizes a number, followed by an optional punctuation 2745 The default recognizes a number, followed by an optional punctuation
2746 character and white space. 2746 character and white space.
4654 {not in Vi} 4654 {not in Vi}
4655 {only available when compiled with |+printer| feature} 4655 {only available when compiled with |+printer| feature}
4656 List of items that control the format of the output of |:hardcopy|. 4656 List of items that control the format of the output of |:hardcopy|.
4657 See |popt-option|. 4657 See |popt-option|.
4658 4658
4659 *'quoteescape''* *'qe'* 4659 *'quoteescape'* *'qe'*
4660 'quoteescape' 'qe' string (default "\") 4660 'quoteescape' 'qe' string (default "\")
4661 local to buffer 4661 local to buffer
4662 {not in Vi} 4662 {not in Vi}
4663 The characters that are used to escape quotes in a string. Used for 4663 The characters that are used to escape quotes in a string. Used for
4664 objects like a', a" and a` |a'|. 4664 objects like a', a" and a` |a'|.