diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-10-09 19:31:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 11:31:14 +0000 |
| commit | 8ef3dd3afa20024f439d8b7a69f316069c1909d3 (patch) | |
| tree | decc07a8049abe9989d29bade0cb3556504b579e /test/unit/viml/expressions | |
| parent | 0264870c0aa50fd4e34fb8a6b3c3c3cd88a22db7 (diff) | |
| download | rneovim-8ef3dd3afa20024f439d8b7a69f316069c1909d3.tar.gz rneovim-8ef3dd3afa20024f439d8b7a69f316069c1909d3.tar.bz2 rneovim-8ef3dd3afa20024f439d8b7a69f316069c1909d3.zip | |
docs(lua): "vim.bo" is always equivalent to :setlocal (#30733)
vim.bo
:lua vim.bo.textwidth = 80
:setglobal textwidth?
textwidth=0
:setlocal
:setlocal textwidth=80
:setglobal textwidth?
textwidth=0
:set
:set textwidth=80
:setglobal textwidth?
textwidth=80
Diffstat (limited to 'test/unit/viml/expressions')
0 files changed, 0 insertions, 0 deletions
