mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
win: getftype(symlink) returns 'link'
Vim doesn't detect symlinks correctly so stick with Neovim's behaviour.
This commit is contained in:
@@ -4208,8 +4208,7 @@ getftype({fname}) *getftype()*
|
||||
getftype("/home")
|
||||
< Note that a type such as "link" will only be returned on
|
||||
systems that support it. On some systems only "dir" and
|
||||
"file" are returned. On MS-Windows a symbolic link to a
|
||||
directory returns "dir" instead of "link".
|
||||
"file" are returned.
|
||||
|
||||
*getline()*
|
||||
getline({lnum} [, {end}])
|
||||
|
||||
Reference in New Issue
Block a user