SkyLeach / pudb.vim

Integrate the awesome PUDB debugger with NeoVim
MIT License
84 stars 10 forks source link

MacOs 10.13 error E474 in line vim.eval('add(b:pudb_buffer_signs, {})'.format(sign_id)) #4

Open proytx opened 5 years ago

proytx commented 5 years ago

I have vim 8.0 which is compiled without the terminal option, so I expect it to not work, but this error happens in InitializeBreakPoints every time vim loads a python file,

SkyLeach commented 5 years ago

I just recently updated from 10.12 and will look at this later this week.