compiler.tar.gz : [Defunct] Part of functionality for Vim 6.0
script karma |
Rating 0/0,
Downloaded by 1747 |
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. |
|
script versions (upload new version)
Click on the package to download.
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.15.238.90
|