From e95776890d8c35af2818530fcd3813cd895b7259 Mon Sep 17 00:00:00 2001 From: micbou Date: Wed, 11 Nov 2015 17:26:16 +0100 Subject: [PATCH] Fix stdout and stderr occurences Fix stdout and stderr occurences in documentation and contribution guidelines. --- CONTRIBUTING.md | 2 +- README.md | 2 +- doc/youcompleteme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7548108..d3e158f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ Here are the things you should do when creating an issue: let g:ycm_server_log_level = 'debug' ``` - Run `:YcmToggleLogs Stderr` in vim to open the logfile. Attach the contents + Run `:YcmToggleLogs stderr` in vim to open the logfile. Attach the contents of this file to your issue. 3. Add the output of the `:YcmDebugInfo` command. 4. **Create a test case for your issue**. This is critical. Don't talk about how diff --git a/README.md b/README.md index c0fb26ba..603ea7a9 100644 --- a/README.md +++ b/README.md @@ -875,7 +875,7 @@ completion engine. This command automatically opens in windows the stdout and stderr logfiles written by the `ycmd` server. If one or both logfiles are already opened, they -are automatically closed. `Stderr` or `Stdout` can be specified as an argument +are automatically closed. `stderr` or `stdout` can be specified as an argument of this command to only open the corresponding logfile instead of both. If this logfile is already opened, it will be closed. Only for debugging purpose. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 94de48fd..10dbce73 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1087,7 +1087,7 @@ The *:YcmToggleLogs* command This command automatically opens in windows the stdout and stderr logfiles written by the 'ycmd' server. If one or both logfiles are already opened, they -are automatically closed. 'Stderr' or 'Stdout' can be specified as an argument +are automatically closed. 'stderr' or 'stdout' can be specified as an argument of this command to only open the corresponding logfile instead of both. If this logfile is already opened, it will be closed. Only for debugging purpose.