diff options
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 d0d0b033df..d3c26956b3 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2425,7 +2425,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 mch_get_absolute_path()). + * Fname must have a full path (expanded by os_get_absolute_path()). */ int otherfile(char_u *ffname) { |