diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-04-07 18:04:18 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 21:56:05 -0300 |
commit | 6fb58d1c5c859402871e1d546f7fea1a91dd2995 (patch) | |
tree | 4244498e670f344ef20eeb5c3782604d22e770b2 /src/buffer.c | |
parent | aa7218b646e52554621471df3668c2e1d95aa9c9 (diff) | |
download | rneovim-6fb58d1c5c859402871e1d546f7fea1a91dd2995.tar.gz rneovim-6fb58d1c5c859402871e1d546f7fea1a91dd2995.tar.bz2 rneovim-6fb58d1c5c859402871e1d546f7fea1a91dd2995.zip |
Change prefix from `os_*` to `path_*`
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index b104abfa40..2f214f45ac 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2418,7 +2418,7 @@ void buflist_altfpos(win_T *win) /* * Return TRUE if 'ffname' is not the same file as current file. - * Fname must have a full path (expanded by os_get_absolute_path()). + * Fname must have a full path (expanded by path_get_absolute_path()). */ int otherfile(char_u *ffname) { |