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

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.

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

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 ==