From e07f437a9c1505de1362bd33178891f40941c730 Mon Sep 17 00:00:00 2001 From: IdanArye Date: Fri, 30 Aug 2013 03:57:39 +0300 Subject: [PATCH] Added a warning about a conflict between the Vim plugins of DCD and DScanner --- editors/vim/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/editors/vim/README.md b/editors/vim/README.md index 344f645..de5448b 100644 --- a/editors/vim/README.md +++ b/editors/vim/README.md @@ -22,7 +22,7 @@ On windows you need to look for the path in dmd's installation. Import paths are globbed with Vim's globbing function. Usage -=================== +===== When the filetype is D, use the `DCDstartServer` command to start the server and the `DCDstopServer` command to stop the server. `DCDstartServer` can receive import path(s) as arguments. @@ -38,3 +38,9 @@ Use `DCDclearCache` to clear the DCD server cache. When the server is running, use `CTRL`+`x` `CTRL`+`o` in a D buffer to use DCD completion. + +Conflicts +========= +This plugin conflicts with the DScanner plugin, as both use the `dcomplete` +autoload namespace and the `dcomplete#Complete` function - as per Vim's +conventions.