Skip to content
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

Fix double character in non-git dir #5

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Fix double character in non-git dir #5

merged 1 commit into from
Mar 26, 2019

Conversation

akupila
Copy link
Owner

@akupila akupila commented Mar 26, 2019

This commit fixes an issue where a the first character would be repeated
in the following scenario:

  1. cd to directory that's not part of a git repo
  2. Type a
  3. Hit tab
  4. Cancel with ctrl-c
  5. Double aa shows up

The fix is to print nothing at all if there is no output.

This commit fixes an issue where a the first character would be repeated
in the following scenario:

1. cd to directory that's not part of a git repo
2. Type 'a'
3. Hit tab
4. Cancel with ctrl-c
5. Double aa shows up

The fix is to print nothing at all if there is no output.
@akupila akupila merged commit 98a065a into master Mar 26, 2019
@akupila akupila deleted the fix-double-char branch March 26, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant