Closed yous closed 12 months ago
Could you explain why l:
should be replaced by a:
here? I'm having a hard time finding out relevant docs.
a:
references the arguments of a function. l:
references variables local to a function. This function has no bufnr
variable.
Details: https://vimhelp.org/eval.txt.html#variable-scope
This fixes https://github.com/editorconfig/editorconfig-vim/issues/224#issuecomment-1829630143.