diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-08-29 00:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 06:11:32 +0800 |
commit | cd05a72fec49bfaa3911c141ac605b67b6e2270a (patch) | |
tree | 2b728b87a5c6896ab676b5e426ab198cb78b50a5 /runtime/doc/builtin.txt | |
parent | 3085c9d9daab611a2a20a1db44868a2e4c8f759e (diff) | |
download | rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.tar.gz rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.tar.bz2 rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.zip |
docs: misc (#29719)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Lauri Heiskanen <lauri.heiskanen@nimble.fi>
Co-authored-by: Piotr Doroszewski <5605596+Doroszewski@users.noreply.github.com>
Co-authored-by: Tobiasz Laskowski <tobil4sk@outlook.com>
Co-authored-by: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com>
Co-authored-by: glepnir <glephunter@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 6d4003caa9..f1d8cc8526 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -1263,7 +1263,7 @@ executable({expr}) *executable()* On MS-Windows the ".exe", ".bat", etc. can optionally be included. Then the extensions in $PATHEXT are tried. Thus if "foo.exe" does not exist, "foo.exe.bat" can be found. If - $PATHEXT is not set then ".exe;.com;.bat;.cmd" is used. A dot + $PATHEXT is not set then ".com;.exe;.bat;.cmd" is used. A dot by itself can be used in $PATHEXT to try using the name without an extension. When 'shell' looks like a Unix shell, then the name is also tried without adding an extension. |