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.
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 ***