summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-13 17:41:49 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-13 17:41:49 +0000
commitc236c16d0884c7d6cdc4dbaddb8cb3992085f83e (patch)
tree7d87344cdf07b6b9234abe26ccef39fbbee54f63 /src/quickfix.c
parentb316376b4893ac3ae62f7f33c483b28b7fc147c0 (diff)
downloadvim-git-c236c16d0884c7d6cdc4dbaddb8cb3992085f83e.tar.gz
updated for version 7.2b-000v7.2b.000
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 8840dd5f4..6d67dd734 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -774,7 +774,7 @@ restofline:
*namebuf = NUL;
if (tail && *tail)
{
- STRCPY(IObuff, skipwhite(tail));
+ STRMOVE(IObuff, skipwhite(tail));
multiscan = TRUE;
goto restofline;
}