Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion some vim notes
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leopold Toetsch  
View profile  
 More options Mar 2 2004, 4:48 am
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
While hacking PASM press <ctrl-]> or <g-]> with the cursor standing at
an opcode (or some C syntax item of course). This might be helpful, if
you don't know all 1384 opcode variants by hard :)

Have fun,
leo


 
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.