Skip to content

Instantly share code, notes, and snippets.

@kashewnuts
Created October 26, 2016 06:48
Show Gist options
  • Save kashewnuts/88df428f298e5f64651809641382b85a to your computer and use it in GitHub Desktop.
Save kashewnuts/88df428f298e5f64651809641382b85a to your computer and use it in GitHub Desktop.
denite.nvim&memolist.vim error
[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