pull/110/head
Daniil Tokarchuk 2 years ago committed by Timothée Sterle
parent 25d4602bf1
commit 723d3944a6

@ -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