sponsor Vim development Vim logo Vim Book Ad

lustre : compiles and runs a lustre program

 script karma  Rating 0/0, Downloaded by 826  Comments, bugs, improvements  Vim wiki

created by
odyss sofronis
 
script type
ftplugin
 
description
this script compiles and runs a lustre program
there are 2 maps that hace been;
<m-c>    compile
<m-r>     run
to run it u must first compile it succesfully...run does not make compilation

for each case the action is for the current node and for that the file must be of the format
node nodename
 
install details
put it in the ftplugins directory...

probably u'll need a file "filetype.vim"
containing the below (for the recognision of the lustre file type)

filetype.vim:

" Lustre file
augroup filetypedetect
  au! BufRead,BufNewFile *.lus  setfiletype lustre
augroup END



 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lustre.vim 0.41 2002-10-02 6.0 odyss sofronis     
Lustre.vim 0.3 2002-09-25 5.7 odyss sofronis Initial upload
ip used for rating: 3.144.238.20

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github