Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.

This commit is contained in:
Thomas Wienecke
2014-04-01 17:44:20 +02:00
committed by Thiago de Arruda
parent 955d6a2949
commit 865e3280a8
7 changed files with 27 additions and 27 deletions

View File

@@ -2713,7 +2713,7 @@ void maketitle(void)
off += 2;
#endif
/* remove the file name */
p = path_tail_with_seperator(buf + off);
p = path_tail_with_sep(buf + off);
if (p == buf + off)
/* must be a help buffer */
vim_strncpy(buf + off, (char_u *)_("help"),