Created
October 26, 2016 06:48
-
-
Save kashewnuts/88df428f298e5f64651809641382b85a to your computer and use it in GitHub Desktop.
denite.nvim&memolist.vim error
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
[denite] Traceback (most recent call last): | |
[denite] File "C:\Users\kashew_nuts\.cache\dein\repos\github.com\Shougo\denite.nvim/rplugin/python3\denite\ui\default.py", line 61, in start | |
[denite] self.__denite.gather_candidates(self.__context) | |
[denite] File "C:\Users\kashew_nuts\.cache\dein\repos\github.com\Shougo\denite.nvim/rplugin/python3\denite\denite.py", line 41, in gather_candidates | |
[denite] candidates = source.gather_candidates(source.context) | |
[denite] File "C:/Users/kashew_nuts/.cache/dein/repos/github.com/Shougo/denite.nvim/rplugin/python3/denite/source\file_rec.py", line 61, in gather_candidates | |
[denite] self.__proc = Process(command, context, directory) | |
[denite] File "C:\Users\kashew_nuts\.cache\dein\repos\github.com\Shougo\denite.nvim/rplugin/python3\denite\process.py", line 25, in __init__ | |
[denite] cwd=cwd) | |
[denite] File "C:\Python\35\Lib\subprocess.py", line 947, in __init__ | |
[denite] restore_signals, start_new_session) | |
[denite] File "C:\Python\35\Lib\subprocess.py", line 1224, in _execute_child | |
[denite] startupinfo) | |
[denite] NotADirectoryError: [WinError 267] ディレクトリ名が無効です。 | |
[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