Skip to content

Commit

Permalink
Rename dein/log source
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 24, 2018
1 parent ba98c48 commit 29d130c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/dein.txt
Expand Up @@ -917,8 +917,8 @@ dein
Note:
If argument is bang(!), print plugins status.

*dein-unite-source-dein-log*
dein/log
*dein-unite-source-dein_log*
dein_log
Print previous dein install logs.
And you can jump the diff URI in github.

Expand Down
2 changes: 1 addition & 1 deletion rplugin/python3/denite/source/dein_log.py
Expand Up @@ -21,7 +21,7 @@ class Source(Base):
def __init__(self, vim):
super().__init__(vim)

self.name = 'dein/log'
self.name = 'dein_log'

def on_init(self, context):
context['__source_log'] = []
Expand Down

0 comments on commit 29d130c

Please sign in to comment.