From 87f1ec4bbbdfd4a5f481a84fbdcfab65408c338b Mon Sep 17 00:00:00 2001 From: Val Markovic Date: Thu, 24 Oct 2013 14:37:07 -0700 Subject: [PATCH] Formatting fix for CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6bc2fb5..8ce8b882 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,10 +45,12 @@ Here are the things you should do when creating an issue: your issue.** If we can't reproduce the issue, then we can't fix it. It's that simple. 2. Put the following options in your vimrc: - ``` + + ```viml let g:ycm_server_use_vim_stdout = 1 let g:ycm_server_log_level = 'debug' ``` + Then start gvim/macvim (not console vim) from the console. As you use Vim, you'll see the `ycmd` debug output stream in the console. Attach that to you issue.