Re: gvim

2006-05-09 Thread Linxiao

Are you under Linux?

then justmake installit

On 5/9/06, Malhotra, Vijendra <[EMAIL PROTECTED]> wrote:

Just download and built vim 7, but I can't see gvim ? But I do get a gui if I 
launch vim -g

Thanks
V



==
Please access the attached hyperlink for an important electronic communications 
disclaimer:

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==






--
leal @ www.leal.cn


Re: I don't have $VIMRUNTIME after installation

2006-05-18 Thread Linxiao

Vim will not create environment varible, and it just maintains one
inside itselft.

lauch vim, and enter echo $VIMRUNTIME in Ex-mode to see.

:echo $VIMRUNTIME

On 5/18/06, victor NOAGBODJI <[EMAIL PROTECTED]> wrote:

I'm using ubuntu breezy 5.10
I have installed vim70.
I don't have this environment variable.

The user manual makes a lot of reference to it. Help me.





--
leal @ www.leal.cn


Re: Don't show pathnames in :buffer

2006-05-19 Thread Linxiao

If all your files are under the same directory, then just

:cd %:h

change into current buffer's directory, and :buffers will just
list files' name under that directory.

On 5/19/06, Simon Pamies <[EMAIL PROTECTED]> wrote:

Is there any possibility to not make the :buffers command show
pathnames. It should only show filenames so that it is easier
to know where to switch. Also it is sometimes annoying that
completion also to complete paths and not files.

Summary: No paths in :buffer - is that possible?

Simon Pamies





--
leal @ www.leal.cn


Re: Upgrading VIM on Ubuntu

2006-05-30 Thread Linxiao

1. Set a new source (such as Dapper version) in /etc/apt/sources.list

2. sudo apt-get update

3. sudo apt-get install vim gtk( I just missed it's name, you can
just search it
Synaptic Package Manager)

Good luck!

On 5/31/06, Adam Young <[EMAIL PROTECTED]> wrote:

Hello,
  I would like to upgrade my version of gvim (6.3) to version 7. I am
a Ubuntu newbie; does anyone have any advice on the easiest way to do
this?

--
A.T. Young, B.Sc.
Laplink Software / Antibody Design
Vancouver, BC
www.antibodydesign.ca




--
leal @ www.leal.cn