forked from vim-scripts/nimrod.vim
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
When opening a nim file in vim on Windows the nim plugin issues an error:
"C:\Nim\nimsuggest\nimsuggest.nim" 414L, 12172C
Error detected while processing C:\Users\Username.vim\bundle\nim.vim\autoload\nim.vim:
line 12:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Username.vim\bundle\nim.vim\autoload/nim_vim.py", line 78, in
NimLog = open("/tmp/nim-log.txt", "w")
This is because the path /tmp
does not exist on Windows, or at least that's generally not where you'd want to store temporary files on Windows...
Metadata
Metadata
Assignees
Labels
No labels