William wrote:
On Mar 17, 8:44 am, Wayne <[email protected]> wrote:
Try this in your .vimrc
These are are for JAL
augroup jal
au!
au FileType jal syntax on
au FileType jal set tabstop=3 smartindent tw=72
" autocmd FileType jal set comments=sr:/*,mb:*,ex:*/
augroup END
" And these are are for python
augroup python
au!
au FileType python syntax on
au FileType set tabstop=4 expandtab tw=72
" autocmd FileType python set comments=sr:/*,mb:*,ex:*/
augroup END
Thanks Wayne, I'll try this!
William
Just noticed the " is missing on the These are are for JAL line.
Sorry!
Thanks for trimming your reply!!!!
Wayne
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en.