On 2009-12-14, Gary Johnson wrote: > Rather than build your own vim with +X11, etc., you could link gvim > to a vim that appears earlier in your PATH than your distribution's > vim, e.g., > > ln -s $(which gvim) ~/bin
Sorry, that's wrong. It should be
ln -s $(which gvim) ~/bin/vim
Regards,
Gary
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
