Open sassanh opened 6 years ago
set wrap doesn't work properly. When cursor is in the beginning of a line that is wrapped gj may go to end of line or second character in next line instead of going to first character of next line.
set wrap
gj
Pending https://github.com/neovim/neovim/issues/8037
For future reference, this is pending this issue: https://github.com/neovim/neovim/issues/6960
set wrap
doesn't work properly. When cursor is in the beginning of a line that is wrappedgj
may go to end of line or second character in next line instead of going to first character of next line.