forked from numirias/semshi
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rplugin check should be deferred, call it on filetype events
When the plugin is not lazy-loaded, plugin/semshi.vim may be executed earlier than rplugin.vim (then `:Semshi` will not exist). Checking rplugin manifests can be done on the first call of `s:filetype_changed` rather than doing immediately on startup.
- Loading branch information
Showing
1 changed file
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters