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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
vim-ruby
/
vim-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
285
Star
2k
Code
Issues
57
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
autoload
on
master
User selector
All users
All time
Commit history
Commits on Sep 8, 2023
Stop using deprecated File.exists?
dgsuarez
committed
458a89d
View commit details
Copy full SHA for 458a89d
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
Remove "Release Coordinator:" header lines
Show description for 2ea1e3d
dkearns
committed
2ea1e3d
View commit details
Copy full SHA for 2ea1e3d
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Fix namespace conflict
Show description for 3db19e2
AndrewRadev
committed
3db19e2
View commit details
Copy full SHA for 3db19e2
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
Skip comments when determing completion types
Show description for fe35544
dkearns
committed
fe35544
View commit details
Copy full SHA for fe35544
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Fix completion bug with `end` detection
Show description for f820008
AndrewRadev
committed
f820008
View commit details
Copy full SHA for f820008
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
Fix completion of :: qualified constants and methods
dkearns
committed
31ea647
View commit details
Copy full SHA for 31ea647
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Clean up file headers
Show description for 37bc2a1
dkearns
committed
37bc2a1
View commit details
Copy full SHA for 37bc2a1
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Remove extra whitespace
AndrewRadev
committed
68aa43c
View commit details
Copy full SHA for 68aa43c
View code at this point
Browse repository at this point
Try to fix a module loading bug
Show description for 36b67af
AndrewRadev
committed
36b67af
View commit details
Copy full SHA for 36b67af
View code at this point
Browse repository at this point
Commits on Jul 8, 2018
fix indent
Isty001
committed
3a8d4ef
View commit details
Copy full SHA for 3a8d4ef
View code at this point
Browse repository at this point
adding doc
Isty001
committed
f1f79b4
View commit details
Copy full SHA for f1f79b4
View code at this point
Browse repository at this point
Adding support for custom load paths
Isty001
committed
e41e960
View commit details
Copy full SHA for e41e960
View code at this point
Browse repository at this point
avoid undefined variable
Isty001
committed
50db96c
View commit details
Copy full SHA for 50db96c
View code at this point
Browse repository at this point
fixing 1 char long const names
Isty001
committed
376ae63
View commit details
Copy full SHA for 376ae63
View code at this point
Browse repository at this point
merge upstream
Isty001
committed
d66ab31
View commit details
Copy full SHA for d66ab31
View code at this point
Browse repository at this point
Merge pull request #283 from fx-kirin/patch-1
Show description for 3e0f241
AndrewRadev
authored
3e0f241
View commit details
Copy full SHA for 3e0f241
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
add comment :)
Isty001
committed
98b7954
View commit details
Copy full SHA for 98b7954
View code at this point
Browse repository at this point
remove comment
Isty001
committed
3db96a0
View commit details
Copy full SHA for 3db96a0
View code at this point
Browse repository at this point
Fixing Class constant/Module completion && require_relative
Isty001
committed
513f6d6
View commit details
Copy full SHA for 513f6d6
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Skip spawning thread in nvim (#332)
Show description for 4a03334
alexgenco
authored and
tpope
committed
4a03334
View commit details
Copy full SHA for 4a03334
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
fix syntax error
haya14busa
committed
0a411ae
View commit details
Copy full SHA for 0a411ae
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
To avoid code injection.
Show description for 8817d21
fx-kirin
committed
8817d21
View commit details
Copy full SHA for 8817d21
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Fix completion issue about variables with vartype = "gets"
Show description for b0decc9
Ng Cheuk-fung
authored and
tpope
committed
b0decc9
View commit details
Copy full SHA for b0decc9
View code at this point
Browse repository at this point
Commits on Sep 9, 2013
Merge pull request #167 from tek/master
Show description for eafac86
segfault
committed
eafac86
View commit details
Copy full SHA for eafac86
View code at this point
Browse repository at this point
Commits on Sep 6, 2013
Another missing "*" escape
AndrewRadev
committed
8562472
View commit details
Copy full SHA for 8562472
View code at this point
Browse repository at this point
Commits on Sep 4, 2013
Missing escape() for '*'
Show description for f11ca11
AndrewRadev
committed
f11ca11
View commit details
Copy full SHA for f11ca11
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
allow Gemfile gems to be parsed and required
tek
committed
8d7c6c0
View commit details
Copy full SHA for 8d7c6c0
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Remove "Anon CVS" headers
tpope
committed
4937eef
View commit details
Copy full SHA for 4937eef
View code at this point
Browse repository at this point
Commits on Mar 10, 2013
Support Ruby 2.0's prepend keyword
Show description for e5957da
amarshall
committed
e5957da
View commit details
Copy full SHA for e5957da
View code at this point
Browse repository at this point
Fix incorrect match group reference
Show description for bc0bd7a
amarshall
committed
bc0bd7a
View commit details
Copy full SHA for bc0bd7a
View code at this point
Browse repository at this point
Commits on Dec 11, 2012
a:v -> escape(a:v) in GetRubyVarType for *args
sencer
committed
f53e7f1
View commit details
Copy full SHA for f53e7f1
View code at this point
Browse repository at this point
Commits on Nov 13, 2012
Fix omnicompletion issue with sorting symbols
AndrewRadev
committed
0eec443
View commit details
Copy full SHA for 0eec443
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
Fix escape_vim_singlequote_string
Show description for 65d246e
joker1007
committed
65d246e
View commit details
Copy full SHA for 65d246e
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
Fix completion error
Show description for a373648
todesking
committed
a373648
View commit details
Copy full SHA for a373648
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Fix omnifunc's requirement test error messages.
Show description for 34a0862
dkearns
committed
34a0862
View commit details
Copy full SHA for 34a0862
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.