From fef0b0a6da5cdc64c41db4b737f7bb64b936dbe8 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 17 Jul 2013 15:50:45 -0700 Subject: [PATCH] Fix warnings with Vundle updates Make ForceDeploy and other commands override with bang --- plugin/FormatApex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/FormatApex.vim b/plugin/FormatApex.vim index c8427d2..34e9da6 100644 --- a/plugin/FormatApex.vim +++ b/plugin/FormatApex.vim @@ -1,4 +1,4 @@ -function FormatApex() +function! FormatApex() " Mark current location normal mz