-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Tab autocompetion for git is inconsistent (doesn't work with git add) #885
Comments
Thank you! This has been bugging me for a while now! |
Nice find! If you don't mind, please file a bug over here, https://github.com/vladimir-kotikov/clink-completions that's the thing we are using in cmder. |
This should be fixed in 0.2.2 which is a part of latest Cmder. Guys, could you please check the latest build before? |
So, it works as expected with latest build? |
Maybe add an issue template which then includes a link to the Builds? |
i tested it with the latest cmder from http://cmder.net/ which is 1.2.9. this version of cmder ships with clink 0.4.5. as i mentioned above clink alone works for me, this was the reason i opened an issue here at the cmder repo. in my personal opinion this issue should not be closed. first a new cmder release should be deployed on cmder.net shipping the latest clink and clink-completions vendors. vote for reopen. edit: putting clink-completions version 0.2.2 works for me |
@c33s, i meant this build https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts which incledes completions@0.2.2 with the fix for |
@vladimir-kotikov but i still think the version which is online on cmder.net is counting. from the user experience view, a user of this awesome software shouldn't be forced to dig for the right build. if i google for cmder http://www.cmder.net is the first page, this is the page where users download the program and there it is not fixed. so this issue apply. also just by opening the issue here i helped @joedrummer8993 |
i testes
cmd.exe
withclink
, there git autocompletion works as expected, tab completes the path after anadd
:doing the same with cmder does not work. pressing tab does nothing with
git add
git apply
works as expected and completes the pathC:\test
λ git apply
CHANGES clink.html clink_dll_x86.dll clink_x86.exe
LICENSE clink.lua clink_inputrc_base profile
clink.bat clink_dll_x64.dll clink_x64.exe
C:\test
λ git apply
changing the
C:\Program Files\Cmder\vendor\clink-completions\git.lua
fromto
make it work.
The text was updated successfully, but these errors were encountered: