diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 596b58d4ff..b155e646ab 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -1728,7 +1728,7 @@ vim.region({bufnr}, {pos1}, {pos2}, {regtype}, {inclusive}) • {pos2} integer[]|string End of region as a (line, column) tuple or |getpos()|-compatible string • {regtype} (string) |setreg()|-style selection type - • {inclusive} (boolean) Controls whether `pos2` column is inclusive + • {inclusive} (boolean) Controls whether the ending column is inclusive (see also 'selection'). Return: ~ |