From 37512d7f89bc1c796d6a43b4ceb3d41627f1d71a Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sat, 15 May 2010 17:41:06 -0500 Subject: [PATCH] Doc update. --- doc/delimitMate.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index acd1be2..7c31635 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -235,8 +235,13 @@ specific file types, see |delimitMateOptionDetails| for examples. 3.2 OPTIONS DETAILS *delimitMateOptionDetails* Add the shown lines to your vimrc file in order to set the below options. -Local options take precedence over global ones and can be used along with -autocmd to modify delimitMate's behavior for specific file types. +Buffer variables take precedence over global ones and can be used along with +autocmd to modify delimitMate's behavior for specific file types, read more in +|delimitMateFileType|. + +Note: Use buffer variables only to set options for specific file types using +:autocmd, use global variables to set options for every buffer. Read more in +|g:var| and |b:var|. ------------------------------------------------------------------------------ *'loaded_delimitMate'*