Changing the default to not add 'preview'

This means that from now on, the 'preview' window will not be shown by default
to users for completions.
This commit is contained in:
Strahinja Val Markovic 2013-01-14 20:45:55 -08:00
parent 5ac3d40691
commit ca5fe75c67

View File

@ -48,7 +48,7 @@ let g:ycm_allow_changing_updatetime =
\ get( g:, 'ycm_allow_changing_updatetime', 1 )
let g:ycm_add_preview_to_completeopt =
\ get( g:, 'ycm_add_preview_to_completeopt', 1 )
\ get( g:, 'ycm_add_preview_to_completeopt', 0 )
let g:ycm_autoclose_preview_window_after_completion =
\ get( g:, 'ycm_autoclose_preview_window_after_completion', 0 )