aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r--src/nvim/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index a087986685..27834e2577 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -2511,7 +2511,7 @@ jumpto_tag (
check_cursor();
} else {
curwin->w_cursor.lnum = 1; /* start command in line 1 */
- do_cmdline_cmd(pbuf);
+ do_cmdline_cmd((char *)pbuf);
retval = OK;
}