function rename

This commit is contained in:
Chiel92 2012-09-30 22:26:51 +02:00
parent 53e4d0a9d4
commit 84b9467a3d

View File

@ -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