sponsor Vim development Vim logo Vim Book Ad

compiler.tar.gz : [Defunct] Part of functionality for Vim 6.0

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

created by
Douglas Potts
 
script type
utility
 
description
After a discussion of ways of setting the correct error format for various compilers on vim-dev, I threw together this script to allow you to do:
:Compiler bcc55

and have the errorformat for compiler be setup.  Currently it replaces the default errorformat, but is easily changed to be appended to the current value of errorformat.  Uses the :runtime command to search for a filename (this case, bcc55.vim) in a 'compiler' directory under one of the runtime directories.  Commonly, ~/.vim/compiler.
 
install details
Drop compiler.vim into your plugin directory.  Create a subdirectory compiler/ under one of the directories in your runtimepath, and copy the bcc55.vim script that is in this archive.
 

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
compiler.tar.gz 0.2 2001-06-19 6.0 Douglas Potts Removed functions and user command (as of Vim 6.0aj :compiler command is included in the distribution), and updated the all of the compiler .vim files to fit the accepted format.
compiler.tar.gz 0.1 2001-06-08 6.0 Douglas Potts Initial upload
ip used for rating: 3.144.86.138

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