pull/108/head
Daniil Tokarchuk 2 years ago committed by GitHub
parent 25d4602bf1
commit 6dc6f5fd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -837,7 +837,7 @@ end
vim.fn.jobstart('ls', { on_stdout = print_stdout })
```
Hashes (`#`) are not valid characters for indentifiers in Lua, so autoload functions have to be called with this syntax:
Hashes (`#`) are not valid characters for identifiers in Lua, so autoload functions have to be called with this syntax:
```lua
vim.fn['my#autoload#function']()

Loading…
Cancel
Save