0
0
mirror of https://github.com/vim/vim.git synced 2025-10-17 07:44:28 -04:00

updated for version 7.0002

This commit is contained in:
Bram Moolenaar
2004-06-24 15:53:16 +00:00
parent 69a7cb473c
commit f4b8e57ffd
39 changed files with 3963 additions and 2144 deletions

View File

@@ -4014,7 +4014,8 @@ fullpathcmp(s1, s2, checkname)
}
/*
* get the tail of a path: the file name.
* Get the tail of a path: the file name.
* Fail safe: never returns NULL.
*/
char_u *
gettail(fname)