From 7021b970b9e8b3f9b9fe71546bfb3aa30851abd2 Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Sun, 30 Mar 2014 15:30:10 +0200 Subject: Test and refactor gettail_sep -> path_tail_with_seperator. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index e084e2e4e4..b417681987 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2713,7 +2713,7 @@ void maketitle(void) off += 2; #endif /* remove the file name */ - p = gettail_sep(buf + off); + p = path_tail_with_seperator(buf + off); if (p == buf + off) /* must be a help buffer */ vim_strncpy(buf + off, (char_u *)_("help"), -- cgit