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 1c1c0dc6d9..4a13e4bcc9 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 mch_FullName()). + * Fname must have a full path (expanded by mch_full_name()).   */  int otherfile(char_u *ffname)  { | 
