[openbeos] Re: gVim and ctags

On 4/24/06, Mikael Jansson (mailing lists) <lists@xxxxxxxxxxxxxxxxx> wrote:
>
> Mhm,
> set guifont=ProFont/Regular/9

I'll try that one too, though "Courier10\ BT/Roman/16" has worked for
me (for my resolution the bigger font was more comfortable...or I'm
getting old and blind, LOL.)

> A bit off-topic: do you know how to check in the .vimrc file if it's
> currenly gVim or Vim that's starting up? Some settings differ in my
> config for vim/gvim.

Sure, just create a .gvimrc and have your different settings there. Or use this:

        if has("gui_running")
           echo "yes, we have a GUI"
        else
           echo "Boring old console"
        endif

> Have a peek here:
> https://svn.jansson.be/public/ports/vim-6.4/
>
> I'd like to collaborate on making the vim port better.

Cool, I'll take a look.

Ryan

Other related posts: