1
0
forked from aniani/vim

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)