vim python support is broken 29 December 2024, 13:50:12 Python support doesn't work for current vim 9.1.0785-1:`:py3 pass` gives the following error:```E370: Could not load library libpython3.12.so.1.0: libpython3.12.so.1.0: cannot open shared object file: No such file or directoryE263: Sorry, this command is disabled, the Python library could not be loaded.```vim package needs to be rebuilt against python 3.13.1-1 in System. 1 Likes