-----8<-----8<-----
> I'm gonna build my own 'vim' from source, without any 'gnome' stuff,
> and see what happens...
tar xvjf vim-7.3.tar.bz2
cd vim73
./configure;make;sudo make install
rehash
vim ~/.vimrc
nope.
Now without GTK:
make clean;make uninstall
./configure --with-gtk=no;make;sudo make install
rehash
vim ~/.vimrc
nope. All the same.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment