Hi, I'm fairly new to writing small vimscripts however I'm well known with the linux terminal and bash etc. I've read that to let vim create a skeleton file one can add this to the vimrc:
au BufNewFile *.tex 0r ~/.vim/tex.skel However if I want multiple skeletons I have to repeat the line for every skeleton. I was wondering if it was possible to somehow loop through all the files in ~/.vim that match *.skel and apply the BufNewFile on that files. Mart -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
