From e63e373ae1d4a9396b536ae619cd5e2c162495d8 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sat, 31 Jul 2010 00:48:50 -0500 Subject: [PATCH] Reorder doc of options. --- doc/delimitMate.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index 8071d08..1f439cd 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -264,21 +264,21 @@ specific file types, see |delimitMateOptionDetails| for examples. |'delimitMate_expand_space'| Turns on/off the expansion of . -|'delimitMate_excluded_ft'| Turns off the script for the given file types. +|'delimitMate_smart_quotes'| Turns on/off the "smart quotes" feature. + +|'delimitMate_balance_matchairs'| Turns on/off the "balance matching pairs" + feature. |'delimitMate_excluded_regions'| Turns off the script for the given regions or syntax group names. +|'delimitMate_excluded_ft'| Turns off the script for the given file types. + |'delimitMate_apostrophes'| Tells delimitMate how it should "fix" balancing of single quotes when used as apostrophes. NOTE: Not needed any more, kept for compatibility with older versions. -|'delimitMate_smart_quotes'| Turns on/off the "smart quotes" feature. - -|'delimitMate_balance_matchairs'| Turns on/off the "balance matching pairs" - feature. - ------------------------------------------------------------------------------ 3.2 OPTIONS DETAILS *delimitMateOptionDetails* @@ -407,16 +407,6 @@ e.g.: > let delimitMate_balance_matchpairs = 1 au FileType tcl let b:delimitMate_balance_matchpairs = 1 < ------------------------------------------------------------------------------- - *'delimitMate_excluded_ft'* -Values: A string of file type names separated by single commas. ~ -Default: Empty. ~ - -This options turns delimitMate off for the listed file types, use this option -only if you don't want any of the features it provides on those file types. -e.g.: > - let delimitMate_excluded_ft = "mail,txt" -< ------------------------------------------------------------------------------ *'delimitMate_excluded_regions'* Values: A string of syntax group names names separated by single commas. ~ @@ -427,6 +417,16 @@ for more info about what is a region. e.g.: > let delimitMate_excluded_regions = "Comments,String" < +------------------------------------------------------------------------------ + *'delimitMate_excluded_ft'* +Values: A string of file type names separated by single commas. ~ +Default: Empty. ~ + +This options turns delimitMate off for the listed file types, use this option +only if you don't want any of the features it provides on those file types. +e.g.: > + let delimitMate_excluded_ft = "mail,txt" +< ------------------------------------------------------------------------------ *'delimitMate_apostrophes'* Values: Strings separated by ":". ~