[openbeos] Re: gVim and ctags
- From: "Ryan Leavengood" <leavengood@xxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Mon, 24 Apr 2006 09:09:38 -0400
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
- References:
- [openbeos] gVim and ctags
- From: Ryan Leavengood
- [openbeos] Re: gVim and ctags
- From: Mikael Jansson (mailing lists)
Other related posts:
- » [openbeos] gVim and ctags
- » [openbeos] Re: gVim and ctags
- » [openbeos] Re: gVim and ctags
- [openbeos] gVim and ctags
- From: Ryan Leavengood
- [openbeos] Re: gVim and ctags
- From: Mikael Jansson (mailing lists)