mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
commit
198d94da0b
@ -560,6 +560,7 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
local -a missing_vim_patches=()
|
local -a missing_vim_patches=()
|
||||||
_set_missing_vimpatches 1 -- "${fname}"
|
_set_missing_vimpatches 1 -- "${fname}"
|
||||||
|
|
||||||
|
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||||
local missing_vim_commit_info="${missing_vim_patches[0]}"
|
local missing_vim_commit_info="${missing_vim_patches[0]}"
|
||||||
if [[ -z "${missing_vim_commit_info}" ]]; then
|
if [[ -z "${missing_vim_commit_info}" ]]; then
|
||||||
printf -- "-\n"
|
printf -- "-\n"
|
||||||
@ -572,6 +573,7 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
printf -- "-\n"
|
printf -- "-\n"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
set -u
|
||||||
done
|
done
|
||||||
|
|
||||||
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||||
|
@ -3868,6 +3868,7 @@ win_line (
|
|||||||
}
|
}
|
||||||
wp->w_wrow = row;
|
wp->w_wrow = row;
|
||||||
did_wcol = true;
|
did_wcol = true;
|
||||||
|
curwin->w_valid |= VALID_WCOL|VALID_WROW|VALID_VIRTCOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't override visual selection highlighting.
|
// Don't override visual selection highlighting.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
" Test for python 2 commands.
|
" Test for python 2 commands.
|
||||||
" TODO: move tests from test87.in here.
|
" TODO: move tests from test86.in here.
|
||||||
|
|
||||||
if !has('python')
|
if !has('python')
|
||||||
finish
|
finish
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
" Test for python 3 commands.
|
" Test for python 3 commands.
|
||||||
" TODO: move tests from test88.in here.
|
" TODO: move tests from test87.in here.
|
||||||
|
|
||||||
if !has('python3')
|
if !has('python3')
|
||||||
finish
|
finish
|
||||||
|
Loading…
Reference in New Issue
Block a user