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
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 }}
mityu
/
vim-wispath
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 24, 2024
Add workflow_dispatch trigger in GHA
mityu
committed
4b2e4bb
View commit details
Copy full SHA for 4b2e4bb
Browse repository at this point
Commits on Dec 18, 2024
Fix wrong path truncation can happen (#6)
Show description for 1b42c13
mityu
authored
1b42c13
View commit details
Copy full SHA for 1b42c13
Browse repository at this point
Commits on Dec 17, 2024
Fix suppress E220: Missing exception (#5)
Show description for 30f38d8
heavenshell
and
mityu
authored
30f38d8
View commit details
Copy full SHA for 30f38d8
Browse repository at this point
Commits on Mar 24, 2024
Merge pull request #3 from mityu/update-gha-workflow
Show description for 104d8a2
mityu
authored
104d8a2
View commit details
Copy full SHA for 104d8a2
Browse repository at this point
Commits on Mar 23, 2024
Update GHA workflow script
Show description for 03f9956
mityu
committed
03f9956
View commit details
Copy full SHA for 03f9956
Browse repository at this point
Commits on Nov 24, 2023
Fix typos in doc
mityu
committed
d0a0f3b
View commit details
Copy full SHA for d0a0f3b
Browse repository at this point
Commits on Jun 4, 2023
Fix duplicate tag in help file
mityu
committed
6a69ed5
View commit details
Copy full SHA for 6a69ed5
Browse repository at this point
Commits on May 22, 2023
Merge pull request #2 from mityu/fix-multibyte
Show description for f78bd71
mityu
authored
f78bd71
View commit details
Copy full SHA for f78bd71
Browse repository at this point
Fix wrong path completion for directory named with multibyte chars
mityu
committed
b35ae0e
View commit details
Copy full SHA for b35ae0e
Browse repository at this point
Commits on Jan 19, 2023
Update doc
mityu
committed
163d27f
View commit details
Copy full SHA for 163d27f
Browse repository at this point
Commits on Jan 12, 2023
Merge pull request #1 from mityu/update-requirements
Show description for 1e31e15
mityu
authored
1e31e15
View commit details
Copy full SHA for 1e31e15
Browse repository at this point
Update requirements
Show description for 2ae9276
mityu
committed
2ae9276
View commit details
Copy full SHA for 2ae9276
Browse repository at this point
Commits on Feb 12, 2022
Fix an invalid function call
mityu
committed
695a16f
View commit details
Copy full SHA for 695a16f
Browse repository at this point
Commits on Jan 31, 2022
Use :export in autoload script
Show description for c2a1193
mityu
committed
c2a1193
View commit details
Copy full SHA for c2a1193
Browse repository at this point
Commits on Jan 13, 2022
Remove :export modifier from autoload functions
Show description for e5f794c
mityu
committed
e5f794c
View commit details
Copy full SHA for e5f794c
Browse repository at this point
Commits on Dec 4, 2021
Fix error when the line has only white spaces
mityu
committed
9ad2a02
View commit details
Copy full SHA for 9ad2a02
Browse repository at this point
Commits on Nov 19, 2021
Fix typo
mityu
committed
2cd85a5
View commit details
Copy full SHA for 2cd85a5
Browse repository at this point
Update README
mityu
committed
b9b6c08
View commit details
Copy full SHA for b9b6c08
Browse repository at this point
Commits on Nov 18, 2021
Fix document
mityu
committed
25ee579
View commit details
Copy full SHA for 25ee579
Browse repository at this point
Commits on Nov 12, 2021
Add initial version of README
mityu
committed
92916a2
View commit details
Copy full SHA for 92916a2
Browse repository at this point
Update document
mityu
committed
e61243a
View commit details
Copy full SHA for e61243a
Browse repository at this point
Commits on Nov 9, 2021
Add document
mityu
committed
bf9e6e8
View commit details
Copy full SHA for bf9e6e8
Browse repository at this point
Commits on Nov 7, 2021
Fix completion doesn't work with root directory on unix
mityu
committed
bcec733
View commit details
Copy full SHA for bcec733
Browse repository at this point
Add tests
mityu
committed
3748a8c
View commit details
Copy full SHA for 3748a8c
Browse repository at this point
Commits on Oct 29, 2021
Fix test on Windows
mityu
committed
adb70ff
View commit details
Copy full SHA for adb70ff
Browse repository at this point
Fix test on Windows
mityu
committed
de7e5ce
View commit details
Copy full SHA for de7e5ce
Browse repository at this point
Setup GHA
mityu
committed
08ac942
View commit details
Copy full SHA for 08ac942
Browse repository at this point
Commits on Oct 23, 2021
Add tests
mityu
committed
95a8227
View commit details
Copy full SHA for 95a8227
Browse repository at this point
Initial development version
mityu
committed
f1c697d
View commit details
Copy full SHA for f1c697d
Browse repository at this point
Commits on Oct 20, 2021
Initial commit
mityu
committed
5e6bb2f
View commit details
Copy full SHA for 5e6bb2f
Browse repository at this point
You can’t perform that action at this time.