From 84b9467a3d7e2054cbd41e12e92edf067e4ea3cc Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Sun, 30 Sep 2012 22:26:51 +0200 Subject: [PATCH] function rename --- plugin/autoformat.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index 82c375c..60315d6 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -5,7 +5,7 @@ au filetype css let &formatexpr="CSSBeautify()" au filetype php let &formatprg="phpCB --space-after-if --space-after-switch --space-after-while --space-before-start-angle-bracket --space-after-end-angle-bracket --one-true-brace-function-declaration --glue-amperscore --change-shell-comment-to-double-slashes-comment --force-large-php-code-tag --force-true-false-null-contant-lowercase --align-equal-statements --comment-rendering-style PEAR --equal-align-position 50 --padding-char-count 4" "Function for formatting the entire buffer -function g:WebideAutoformat() +function g:VimAutoformat() "Save window state let winview=winsaveview() "Autoformat code