aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-15 02:37:22 +0200
committerGitHub <noreply@github.com>2018-04-15 02:37:22 +0200
commita7e7f7bd83abc5c31008e40556f794d9b00db431 (patch)
tree1e0fdc80c9dd08aff01735a30aed9c2d79792f7d /runtime
parentee4e1fd8ecf1747b55d2968084047552429cedee (diff)
parent51b9d85bb47495014968922d4adff5319ba44900 (diff)
downloadrneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.tar.gz
rneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.tar.bz2
rneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.zip
Merge #8160 'win: oldtests: prefer cmd.exe'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 11c4b62403..5b2fcbde3d 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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}])