FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
can't set filetype to eruby.html when the eruby_subtype is already set · Issue #23 · vim-ruby/vim-ruby · GitHub
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
can't set filetype to eruby.html when the eruby_subtype is already set
#23
Copy link
Copy link
Closed
Closed
can't set filetype to eruby.html when the eruby_subtype is already set
#23
Copy link
Labels
ftplugin
Description
dpickett
Issue body actions
In order for set ftype=eruby.html to work, I had to invoke:
unlet b:eruby_subtype
Reactions are currently unavailable
Activity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metadata
Metadata
Assignees
No one assigned
Labels
ftplugin
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
In order for set ftype=eruby.html to work, I had to invoke: