function rename
This commit is contained in:
parent
53e4d0a9d4
commit
84b9467a3d
@ -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"
|
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 for formatting the entire buffer
|
||||||
function g:WebideAutoformat()
|
function g:VimAutoformat()
|
||||||
"Save window state
|
"Save window state
|
||||||
let winview=winsaveview()
|
let winview=winsaveview()
|
||||||
"Autoformat code
|
"Autoformat code
|
||||||
|
Loading…
Reference in New Issue
Block a user