diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-09-05 21:22:23 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-09-05 21:22:23 +0000 |
commit | 99b1c2fecdcfc9c808aaea820bf26e0050de1323 (patch) | |
tree | 4c422447fd3b5e5ac856128187c842e8a0a1a831 /eclass | |
parent | Removed the networkmanager USE flag as the problems have been fixed on amd64 ... (diff) | |
download | historical-99b1c2fecdcfc9c808aaea820bf26e0050de1323.tar.gz historical-99b1c2fecdcfc9c808aaea820bf26e0050de1323.tar.bz2 historical-99b1c2fecdcfc9c808aaea820bf26e0050de1323.zip |
call eselect vi update with --if-unset to respect user's choice (bug 187449)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 2624168322fb..cbb524494a77 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.165 2007/05/09 15:02:02 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.166 2007/09/05 21:22:23 hawking Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -634,7 +634,8 @@ update_vim_symlinks() { # Use eselect vi instead. syms="vimdiff rvim rview" einfo "Calling eselect vi update..." - eselect vi update + # Call this with --if-unset to respect user's choice (bug 187449) + eselect vi update --if-unset fi # Make or remove convenience symlink, vim -> gvim |