$ vim --clean
:set fo+=t tw=9 autoindent ac
ia b c d<Esc>ie f g
Observe that d precedes g in:
a b c e f
dg
$ vim --clean
:set fo+=t tw=9 ac
ia b c d<Esc>ie f g
Observe that f is also wrapped in:
a b c e
f gd
See neovim/neovim#38951 for more.
Same auto-wrap behaviour as set noac, i.e.:
a b c e f
gd
Included patches: 1-336
NixOS 26.05pre978693.3a9ff420afd6 (Yarara)
tmux 3.6a
tmux-256color
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()