From efcf9eb34123ca78c630977fa20bd25dd5718ed6 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sat, 12 Jun 2010 12:28:50 -0500 Subject: [PATCH] Formatting. --- plugin/delimitMate.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin/delimitMate.vim b/plugin/delimitMate.vim index 95ff187..56e87d8 100644 --- a/plugin/delimitMate.vim +++ b/plugin/delimitMate.vim @@ -7,6 +7,7 @@ " Manual: Read ":help delimitMate". " Initialization: {{{ + if exists("g:loaded_delimitMate") " User doesn't want this plugin, let's get out! finish @@ -29,7 +30,8 @@ let s:loaded_delimitMate = 1 let delimitMate_version = "2.4DEV" "}}} -" Tools: {{{ +" Functions: {{{ + function! s:TestMappingsDo() "{{{ if !exists("g:delimitMate_testing") silent call delimitMate#TestMappings() @@ -83,6 +85,7 @@ endfunction "}}} "}}} " Commands: {{{ + call s:DelimitMateDo() " Let me refresh without re-loading the buffer: