mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 04:47:38 +10:00
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
(cherry picked from commit 8ef3dd3afa)