vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

Problem on Windows

Open tpaixao opened this issue 7 years ago • 1 comments

Hi,

the plugin does not seem to run on windows. Every time I open an .md file (which are set to markdown in my vimrc) I get the error message:

Error detected while processing function <SNR>92_startServer: line59: E475: Invalid argument: cwd"

I am using vim 8.0 and built the plugin using:

cargo build --release --no-default-features --features json-rpc

Any ideas?

tpaixao avatar Jan 08 '18 17:01 tpaixao

Looks like a duplicate of #42. Make sure your vim version is at least 8.0.0902.

euclio avatar Jan 18 '18 01:01 euclio