mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
@@ -3868,6 +3868,7 @@ win_line (
|
||||
}
|
||||
wp->w_wrow = row;
|
||||
did_wcol = true;
|
||||
curwin->w_valid |= VALID_WCOL|VALID_WROW|VALID_VIRTCOL;
|
||||
}
|
||||
|
||||
// Don't override visual selection highlighting.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
" Test for python 2 commands.
|
||||
" TODO: move tests from test87.in here.
|
||||
" TODO: move tests from test86.in here.
|
||||
|
||||
if !has('python')
|
||||
finish
|
||||
|
@@ -1,5 +1,5 @@
|
||||
" Test for python 3 commands.
|
||||
" TODO: move tests from test88.in here.
|
||||
" TODO: move tests from test87.in here.
|
||||
|
||||
if !has('python3')
|
||||
finish
|
||||
|
Reference in New Issue
Block a user