Gvim crash when use python-support plugin, like LeaderF, Vim-Pandoc

2019-03-08 Thread Joey Ling
When I execute ":Leaderf -h" in Gvim, it prompts the crash dialog box(check the screenshot), Vim-Pandoc has the same problem, but other plugin without python-support has no such problem. Another strange thing is: I have uninstalled the python-3.7.2, but execute ":echo has('python3')" still re

Re: Gvim crash when use python-support plugin, like LeaderF, Vim-Pandoc

2019-03-08 Thread Kevin Gao
Seems your machine issue. I use leaderf a lot. I've no issue. Thanks. On Fri, Mar 8, 2019 at 8:13 AM Joey Ling wrote: > When I execute ":Leaderf -h" in Gvim, it prompts the crash dialog > box(check the screenshot), Vim-Pandoc has the same problem, but other > plugin without python-support has n

Re: Gvim crash when use python-support plugin, like LeaderF, Vim-Pandoc

2019-03-08 Thread Bailey Stoner
I have seen this sort of thing happen often when Vim is compiled against a different version of Python than the scripts are actually running in. Your script is probably importing from python 2 now, but still compiled against Python 3. You may need to rebuild and/or reinstall Python, since it se