You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most cases, this is not a matter but the file scheme uses the following non POSIX compatible options thus fern might not work on the really old machine even Vim 8.1 works on such platforms (e.g. #237 )
lambdalisue
changed the title
File scheme provider uses non POSIX compatible options
File scheme providers uses non POSIX compatible options
Oct 6, 2020
In most cases, this is not a matter but the file scheme uses the following non POSIX compatible options thus fern might not work on the really old machine even Vim 8.1 works on such platforms (e.g. #237 )
find
-maxdepth
and-follow
are not POSIX compatible.https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html
ls
-U
is not POSIX compatiblehttps://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html
The text was updated successfully, but these errors were encountered: