Bug 2313514

Summary: You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Powerline to work.
Product: [Fedora] Fedora Reporter: Marc Muehlfeld <mmuehlfe>
Component: vimAssignee: Zdenek Dohnal <zdohnal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 41CC: carl, zdohnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-09-20 06:25:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marc Muehlfeld 2024-09-19 11:29:40 UTC
vim-enhanced 9.1.719-1 shows an error:

You need vim compiled with Python 2.6, 2.7 or 3.2 and later support
for Powerline to work. Please consult the documentation for more
details.

Reproducible: Always

Steps to Reproduce:
1. Install F41 beta.
2. Update vim packages:
   # dnf update vim*
3. Open a file in vim:
   $ vim test
Actual Results:  
When you start VIM, the following error is shown:

You need vim compiled with Python 2.6, 2.7 or 3.2 and later support
for Powerline to work. Please consult the documentation for more
details.

Expected Results:  
No error should be shown.

The vim-enhanced 9.1.660-2.fc41 package shipped on the 41 beta ISO doesn't contain this bug.

Workaround: Remove vim-powerline 
# dnf remove --noautoremove vim-powerline
The --noautoremove parameter is needed because, without it, all VIM package are removed as unused dependencies.

Comment 1 Zdenek Dohnal 2024-09-20 06:25:26 UTC
This is caused by the same issue as #2311860 - closing this one as duplicate.

*** This bug has been marked as a duplicate of bug 2311860 ***