Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 684336

Summary: app-editors/vim-8.1.0648-r1 USE=minimal - /etc/vim/vimrc: invalid command let g:skip_defaults_vim = 1
Product: Gentoo Linux Reporter: 白川間瀬流 <vamp898>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description 白川間瀬流 2019-04-25 14:17:24 UTC
When vim is compiled with the minimal USE-Flag, you get the following complain when starting it

---8<---
Error detected while processing /etc/vim/vimrc:
line  194:
E319: Sorry, the command is not available in this version: let g:skip_defaults_vim = 1
Press ENTER or type command to continue
---8<---

The corresponding config part in the vimrc is the following

---8<---
" We don't want VIM to load their own built-in defaults, preferring ours here
" instead:
let g:skip_defaults_vim = 1
---8<---
Comment 1 Larry the Git Cow gentoo-dev 2021-03-26 08:50:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf9548d7b7f81510dd9252b8f90f830a3796a13

commit bbf9548d7b7f81510dd9252b8f90f830a3796a13
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-03-26 08:38:15 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-03-26 08:44:12 +0000

    app-editors/vim: drop old version
    
    Dropping all old versions, which do not support slotted lua, while
    current stable does.
    
    Closes: https://bugs.gentoo.org/616680
    Closes: https://bugs.gentoo.org/716450
    Closes: https://bugs.gentoo.org/715886
    Closes: https://bugs.gentoo.org/691892
    Closes: https://bugs.gentoo.org/688044
    Closes: https://bugs.gentoo.org/684336
    Closes: https://bugs.gentoo.org/642356
    Closes: https://bugs.gentoo.org/641946
    Closes: https://bugs.gentoo.org/645062
    Closes: https://bugs.gentoo.org/630018
    Closes: https://bugs.gentoo.org/629830
    Closes: https://bugs.gentoo.org/628974
    Closes: https://bugs.gentoo.org/612030
    
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-editors/vim/Manifest            |   4 -
 app-editors/vim/vim-8.2.0360.ebuild | 320 ------------------------------------
 app-editors/vim/vim-8.2.0508.ebuild | 320 ------------------------------------
 app-editors/vim/vim-8.2.0638.ebuild | 320 ------------------------------------
 app-editors/vim/vim-8.2.0814.ebuild | 320 ------------------------------------
 5 files changed, 1284 deletions(-)