summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indent.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c
index 7598c1cf5..f19702769 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -1781,6 +1781,8 @@ ex_retab(exarg_T *eap)
if (vcol >= MAXCOL)
{
emsg(_(e_resulting_text_too_long));
+ // set got_int to break out of any loop
+ got_int = TRUE;
break;
}
if (has_mbyte)
diff --git a/src/version.c b/src/version.c
index 47c24667e..20ca4eb5b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5080,
+/**/
5079,
/**/
5078,