Skip to content

Commit

Permalink
Fix #488 remove silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 10, 2018
1 parent 76fabec commit ef3ffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/denite/ui/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def init_buffer(self):

self._vim.command('silent doautocmd WinEnter')
self._vim.command('silent doautocmd BufWinEnter')
self._vim.command('silent doautocmd FileType denite')
self._vim.command('doautocmd FileType denite')

self.init_syntax()

Expand Down

0 comments on commit ef3ffe7

Please sign in to comment.