From 5762c4e528cbd6629319bf3958d1f6554b399b20 Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Thu, 27 Mar 2014 12:38:33 +0100 Subject: Rename mch_* functions to os_* in os module. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.c') 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) { -- cgit