aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 888148eb69..4d80c9462e 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -6708,7 +6708,7 @@ static void ex_sleep(exarg_T *eap)
if (cursor_valid()) {
n = W_WINROW(curwin) + curwin->w_wrow - msg_scrolled;
if (n >= 0)
- windgoto((int)n, curwin->w_wcol);
+ windgoto((int)n, W_WINCOL(curwin) + curwin->w_wcol);
}
len = eap->line2;
diff --git a/src/version.c b/src/version.c
index f7d21c26a1..f7f6a7e730 100644
--- a/src/version.c
+++ b/src/version.c
@@ -221,6 +221,9 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
+ 169,
+ //168,
+ //167,
166,
//165,
//164,