summaryrefslogtreecommitdiffstats
path: root/src/mark.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-08-09 17:55:22 +0000
committerBram Moolenaar <Bram@vim.org>2008-08-09 17:55:22 +0000
commited39e1d53cc4916c2390aea635cd8419497c1460 (patch)
tree55d468c93579ad2607d56eade9fd6b685cd00c44 /src/mark.c
parenta6404a4e100ebe2081bd2678166604f402330143 (diff)
updated for version 7.2-000v7.2.000v7.2
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mark.c b/src/mark.c
index 7428969860..2adf098f5e 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -907,7 +907,10 @@ ex_jumps(eap)
msg_putchar('\n');
if (got_int)
+ {
+ vim_free(name);
break;
+ }
sprintf((char *)IObuff, "%c %2d %5ld %4d ",
i == curwin->w_jumplistidx ? '>' : ' ',
i > curwin->w_jumplistidx ? i - curwin->w_jumplistidx