fbc.vim : Compiler plugin for FreeBASIC
script karma |
Rating 3/3,
Downloaded by 1347 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Caglar Toklu |
|
script type |
utility |
|
description |
fbc.vim
Vim compiler plugin for FreeBASIC.
Compiles the buffer with FreeBASIC, and shows the compilation results in quickfix window.
Home page: https://github.com/caglartoklu/fbc.vim |
|
install details |
For Vundle users:
Bundle 'caglartoklu/fbc.vim'
For Pathogen users:
cd ~/.vim/bundle
git clone git://github.com/caglartoklu/fbc.vim
For all other users, simply drop the fbc.vim file to your compiler directory.
In Vim, the compilers are not automatically set unlike file type plugins. To achieve that, type the following into your .vrimrc file:
autocmd BufNewFile,BufRead *.bas compiler fbc
To do it only for the current buffer, you can set the following command, which will have a temporary effect:
compiler fbc |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.145.86.137
|