when i start to write a php function with gvim.. function dostuff() {
..as soon as i hit return it inserts a tab with an aditional 2 spaces how do i get rid of those extra spaces? and for that matter is there a way to close off the function automatically?.. function dostuff() { }