jlchmura / lpc-language-server

LPC Language Server
MIT License
11 stars 1 forks source link

Reference incorrectly mapped to efun #23

Closed jlchmura closed 4 months ago

jlchmura commented 4 months ago

From issue #18: Sometimes it matches fluffos efuns that should not be matched. I have not been able to reproduce this 100%, maybe it was fixed in a newer release than I originally pulled, but the code snippet this is matching is essentially this:

nomask varargs void quit_character () {
    character_exit();
    flush_messages();
}