You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_use
i've set "ts = 4"...thats OK...works like a charm...But...when i press
"Enter" while coding, thats incorrectly changes my
positions...example...
function(){
}
Gary Johnson
unread,
Jun 5, 2009, 7:59:33 PM6/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_use
I don't see the problem in that example. However, I suspect that the problem is that you are setting 'ts' to set the indentation increment whereas you should instead be setting 'sw'.