Created
October 25, 2016 02:00
-
-
Save yuki-yano/e3675cff19ea0de626c8b4441c5c769b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ".vimrc" 667L, 19072C | |
| [denite] Traceback (most recent call last): | |
| [denite] File "/Users/hoge/dotfiles/.vim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 63, in start | |
| [denite] self.input_loop() | |
| [denite] File "/Users/hoge/dotfiles/.vim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 224, in input_loop | |
| [denite] ret = func() if len(map_args) == 1 else func(arg) | |
| [denite] File "/Users/hoge/dotfiles/.vim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 326, in leave_mode | |
| [denite] return self.quit() | |
| [denite] File "/Users/hoge/dotfiles/.vim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 240, in quit | |
| [denite] self.quit_buffer() | |
| [denite] File "/Users/hoge/dotfiles/.vim/plugged/denite.nvim/rplugin/python3/denite/ui/default.py", line 160, in quit_buffer | |
| [denite] self.__vim.command('redraw | echo | wincmd p') | |
| [denite] vim.error: Vim(let): | |
| [denite] An error has occurred. Please execute :messages command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment