Add section on :luafile

pull/3/head
Timothée Sterle 4 years ago
parent f224b353ce
commit 5a612e7476
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -138,6 +138,18 @@ See also:
### :luafile
This command sources a lua file.
```vim
:luafile ~/foo/bar/baz/myluafile.lua
```
It is analogous to the `:source` command for .vim files or the built-in `dofile()` function in Lua.
See also:
- `:help :luafile`
### luaeval()
### v:lua

Loading…
Cancel
Save