mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
This commit is contained in:
@@ -3697,7 +3697,7 @@ op_format (
|
||||
}
|
||||
|
||||
if (oap->is_VIsual) {
|
||||
FOR_ALL_WINDOWS(wp) {
|
||||
FOR_ALL_WINDOWS_IN_TAB(wp, curtab) {
|
||||
if (wp->w_old_cursor_lnum != 0) {
|
||||
/* When lines have been inserted or deleted, adjust the end of
|
||||
* the Visual area to be redrawn. */
|
||||
|
Reference in New Issue
Block a user