jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

AttributeError: module 'collections' has no attribute 'Iterable' in Python 3.10.1-1 #374

Closed martonbalazs closed 2 years ago

martonbalazs commented 2 years ago

Just got an upgrade of Python to 3.10.1-1 in Arch and vim-orgmode cannot fold anymore, droping the error

AttributeError: module 'collections' has no attribute 'Iterable' .

cxwx commented 2 years ago

same problem

elig0n commented 2 years ago

https://github.com/jceb/vim-orgmode/pull/373

martonbalazs commented 2 years ago

Thanks a lot, much appreciated. It works fine now on Arch.

jbpoittevin commented 2 years ago

Fixed with pull request #373.