The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Tue, 02 Mar 2004 10:16:06 +0100
Local: Tues, Mar 2 2004 4:16 am
Subject: [DEV] some vim notes
When writing PASM/PIR or digging in the Parrot source, you (as a vim
user) might find it helpful to run: 1) make -C editors This installs a vim syntax file in ~/.vim/syntax/imc.vim (I have it sym-linked as pasm.vim too). And: $cat ~/.vim/ftplugin/imc.vim augroup filetypedetect au BufNewFile,BufRead *.imc setf imc augroup END $cat ~/.vim/ftplugin/pasm.vim augroup filetypedetect au BufNewFile,BufRead *.pasm setf pasm augroup END $cat ~/.vim/ftplugin/pmc.vim augroup filetypedetect au BufNewFile,BufRead *.pmc setf c augroup END 2) make tags Have fun, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||