sponsor Vim development Vim logo Vim Book Ad

fbc.vim : Compiler plugin for FreeBASIC

 script karma  Rating 3/3, Downloaded by 1168  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
 

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
fbc.vim 2013-09-27 2013-09-27 7.0 Caglar Toklu Synchronization version numbers, documentation and content with Github.
fbc.vim 0.0.4 2009-06-26 6.0 Caglar Toklu Initial upload
ip used for rating: 54.197.64.207

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