vim-aliases: adjust for c10s

This commit is contained in:
Zdenek Dohnal 2024-04-15 17:36:31 +02:00
commit 818108b954

View file

@ -96,7 +96,7 @@ rlJournalStart
for app in /usr/bin/vi /usr/bin/view
do
if rlIsFedora; then
if rlIsFedora || rlIsRHELLike '>=10'; then
str="Tiny"
else
str="Small"