Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
junegunn
/
fzf
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
82.5k
Code
Issues
265
Pull requests
61
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Fix unbound variables in shell completion
- #2999
#2999
Merged
junegunn
merged 16 commits into
junegunn:master
junegunn/fzf:master
from
cevhyruz-dotfiles:patch
cevhyruz-dotfiles/fzf:patch
Copy head branch name to clipboard
Oct 16, 2022
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Fix unbound variables in shell completion
#2999
junegunn
merged 16 commits into
junegunn:master
junegunn/fzf:master
from
cevhyruz-dotfiles:patch
cevhyruz-dotfiles/fzf:patch
Copy head branch name to clipboard
Commits
Commits on Oct 12, 2022
Fix unbound variables in completion.bash
cevhyruz
committed
2aa3541
View commit details
Copy full SHA for 2aa3541
Browse repository at this point
Fix default empty variables to actually expand as empty.
cevhyruz
committed
17c2b3f
View commit details
Copy full SHA for 17c2b3f
Browse repository at this point
Commits on Oct 14, 2022
Fix remaining variables in completion.bash
cevhyruz
committed
9d0448b
View commit details
Copy full SHA for 9d0448b
Browse repository at this point
fix unbound variables in key-bindings.bash
cevhyruz
committed
2e9dd4e
View commit details
Copy full SHA for 2e9dd4e
Browse repository at this point
Merge branch 'junegunn:master' into patch
cevhyruz
authored
15fc057
View commit details
Copy full SHA for 15fc057
Browse repository at this point
Fix zsh 'parameter unset' in keybindings
cevhyruz
committed
083c55f
View commit details
Copy full SHA for 083c55f
Browse repository at this point
Fix zsh 'parameter unset' in completion
cevhyruz
committed
4e73061
View commit details
Copy full SHA for 4e73061
Browse repository at this point
Fix unbound variables completion.bash
cevhyruz
committed
432a6ce
View commit details
Copy full SHA for 432a6ce
Browse repository at this point
Fix remaining variables in key-bindings.zsh
cevhyruz
committed
19e150a
View commit details
Copy full SHA for 19e150a
Browse repository at this point
Fix remaining unbound variables
cevhyruz
committed
b8e3719
View commit details
Copy full SHA for b8e3719
Browse repository at this point
Commits on Oct 16, 2022
Initialize an empty var instead of catching empty expansion
cevhyruz
committed
5ccd390
View commit details
Copy full SHA for 5ccd390
Browse repository at this point
Cleanup leftover unneeded expansion
cevhyruz
committed
3236d57
View commit details
Copy full SHA for 3236d57
Browse repository at this point
Split expression into two
cevhyruz
committed
389d2f7
View commit details
Copy full SHA for 389d2f7
Browse repository at this point
Remaining var.
cevhyruz
committed
722461f
View commit details
Copy full SHA for 722461f
Browse repository at this point
Test with 'set -u' (will fail)
junegunn
committed
7b81a7e
View commit details
Copy full SHA for 7b81a7e
Browse repository at this point
Fix zsh test failures
junegunn
committed
e78e5b3
View commit details
Copy full SHA for e78e5b3
Browse repository at this point
You can’t perform that action at this time.