aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-01 17:44:20 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-03 10:32:41 -0300
commit865e3280a8020d005ba462650f6479af815684a3 (patch)
treec23e5627750b688b7a67821fdbcf6924a39f9dcb /src/buffer.c
parent955d6a29496d9f7902e95f4a2cc01fedd56e4a21 (diff)
downloadrneovim-865e3280a8020d005ba462650f6479af815684a3.tar.gz
rneovim-865e3280a8020d005ba462650f6479af815684a3.tar.bz2
rneovim-865e3280a8020d005ba462650f6479af815684a3.zip
Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b417681987..1aae173c02 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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"),