From 64cf4beb8a39c0eb63438e723beb821e645203ee Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Mon, 20 Sep 2010 00:55:30 -0500 Subject: [PATCH] Formating. --- autoload/delimitMate.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index 5129541..345f9ed 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -598,9 +598,9 @@ function! delimitMate#TestMappings() "{{{ " }}} endfunction "}}} -function! delimitMate#OptionsList() +function! delimitMate#OptionsList() "{{{ return {'autoclose' : 1,'matchpairs': &matchpairs, 'quotes' : '" '' `', 'nesting_quotes' : [], 'visual_leader' : ( exists('mapleader') ? mapleader : exists('b:maplocalleader') ? b:maplocalleader : '\' ), 'expand_cr' : 0, 'expand_space' : 0, 'smart_quotes' : 1, 'balance_matchpairs' : 0, 'excluded_regions' : 'Comment', 'excluded_ft' : '', 'apostrophes' : ''} -endfunction +endfunction " delimitMate#OptionsList }}} "}}} " vim:foldmethod=marker:foldcolumn=4