j
k
j a
j l
@b4n commented on this pull request.
{
- GeanyDocument *doc = document_get_current(); + if (!DOC_VALID(doc))
Wouldn't simply `doc == NULL` work here? Do you really get non-NULL doc pointers that have `doc->valid == FALSE`?
Attachments:
Back to the thread
Back to the list