fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.98k stars 1.45k forks source link

guarding s:sign_place function to avoid exception. #3652

Closed shrekwang closed 6 months ago

shrekwang commented 6 months ago

when dlv started, there will be some default breakpoints created, some of them may have no line and file information, like "runtime-fatal-throw" breakpoint. check a:lnum and a:expr to avoid vim excption when sync breakpoints.