
Originally Posted by
tsu2
Bottom line, at least in my experience if /etc/vimrc was removed at any time by a package install or update, it hasn't been seen by me... I can't find any evidence of it.
Code:
> cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.2"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.2"
PRETTY_NAME="openSUSE Leap 15.2"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
>
> rpm --query --list vim | grep -i '/etc'
/etc/alternatives/vi
/etc/alternatives/vim
>
> rpm --query --info vim
Name : vim
Version : 8.0.1568
Release : lp152.8.3.1
Architecture: x86_64
Install Date: Mo 30 Nov 2020 20:09:00 CET
Group : Productivity/Text/Editors
Size : 3193171
License : Vim
Signature : RSA/SHA256, Di 24 Nov 2020 00:03:24 CET, Key ID b88b2fd43dbdc284
Source RPM : vim-8.0.1568-lp152.8.3.1.src.rpm
Build Date : Di 24 Nov 2020 00:02:20 CET
Build Host : cloud133
Relocations : (not relocatable)
Packager : http://bugs.opensuse.org
Vendor : openSUSE
URL : http://www.vim.org/
Summary : Vi IMproved
Description :
Vim (Vi IMproved) is an almost compatible version of the UNIX editor
vi. Almost every possible command can be performed using only ASCII
characters. Only the 'Q' command is missing (you do not need it). Many
new features have been added: multilevel undo, command line history,
file name completion, block operations, and editing of binary data.
Distribution: openSUSE Leap 15.2
>
Bookmarks