Autocomplete end does not work with function name()
but works with local function name()
#554
Labels
bug
Something isn't working
When you do
function name()
, theend
is not autcompleted, but when you dolocal function name()
(adding the local before function), it properly autocompletes theend
. This problem occurs withAutocomplete end
enabled. Here's a video:https://youtu.be/cxOV6Rla3s0
(added link because github doesn't allow vids > 10mb)
The text was updated successfully, but these errors were encountered: