-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fern on AIX with vim 8.1 #237
Comments
I've no idea about AIX but Fern uses Does |
ls and find works on the terminal fine. 'Fern .' is similar to 'Fern /tmp -drawer' - only name my $HOME appears. an error is displayed when I press 'l' 4 unix[fern] <f77d1d4/file:///intax/roze$[-] 05.10. 13:29 1/1 1 32 0x0020 |
Does |
AIX is a bit odd OS :-( it has own implementation of *nix utilities, but they do not have some of the switches that the GNU version of utilities has :-( when I saw the output from ':mes' I changed PATH (I prioritized the use GNU utils). So, 'Fern /tmp -drawer' already displays the directory tree, keys 'hjkl' started working it appears only for some directories |
I think there are two issues Sign
It seems AIX could not show the default sign text. It probably causes let g:fern#internal#spinner#frames = ['-', '+'] -maxdepthIf let g:fern#scheme#file#provider#impl = 'ls' let g:fern#scheme#file#provider#impl = 'readdir' let g:fern#scheme#file#provider#impl = 'glob' |
Please provide me a result of the following
|
Please try if #239 solves Sign issue (that PR does not focus on |
echo &encoding -> iso-8859-2 encoding utf-8 is prerequisite ? ========================== let g:fern#internal#spinner#frames = ['-', '+'] solved Sign issue
========================== I'm sorry I'm newbie to git/github => |
Not sure yet. I haven't think about it.
#239 is on the Plug 'lambdalisue/fern.vim', { 'branch': 'printable' } If you still couldn't get that, please let me know the result of the following. I'd like to know if the following expression is available to detect the issue :echo '⠋' =~# '^[[:print:]]$' Additionally, did you solve the issue of |
The issue issue of -maxpath I solved prioritized the use GNU utils in $PATH. printable branch #239 works fine for me echo '⠋' =~# '^[[:print:]]$' return '1' I think we can close this issue. I am admin of cca 20 boxes wit AIX. But only one box has vim 8.1, others have vim 8.0. |
I am facing the same issue on my Solaris Box. (Yes… you heard it right). Is there fix available for this? |
I never ended up using Fern because I had a version of AIX that wouldn't let me install Fern, I ended up using https://github.com/tpope/vim-vinegar But, so the result of that issue was that Fern ran on AIX. |
I made a few attempts with Fern on the Windows first, Then I installed:
Plug 'lambdalisue/fern.vim'
Plug 'lambdalisue/fern-hijack.vim'
on my main box with AIX and vim 8.1.
When calling e.g. 'Fern /tmp -drawer' only the empty split window is displayed,
The tree of folders the left part of the window does not appear, only first line contains 'tmp'.
Fern does not respond at the touch of a key 'hjkl' - this works for me on Windows.
I have vim 8.1 on AIX box - is not this to be the cause of the problem?
AIX_vim8.1_ver.txt
The text was updated successfully, but these errors were encountered: