Readme rewording

This commit is contained in:
Strahinja Val Markovic 2013-01-25 14:50:45 -08:00
parent 8ce2aa8ab7
commit 421e15f1e1

View File

@ -404,9 +404,9 @@ If you would like this window to auto-close after you select a completion
string, set the `g:ycm_autoclose_preview_window_after_completion` option to `1` string, set the `g:ycm_autoclose_preview_window_after_completion` option to `1`
in your `vimrc` file. in your `vimrc` file.
If you don't want this window to ever show up, add the following to your If you don't want this window to ever show up, add `set completeopt-=preview` to
`vimrc`: `set completeopt-=preview`. Also make sure that the your `vimrc`. Also make sure that the `g:ycm_add_preview_to_completeopt` option
`g:ycm_add_preview_to_completeopt` option is set to `0`. is set to `0`.
Contact Contact
------- -------