Updating var default in docs from code

This commit is contained in:
Strahinja Val Markovic 2013-04-14 22:40:08 -07:00
parent 02bcc1fe51
commit 3b52482d56

View File

@ -876,6 +876,7 @@ Default: `[see next line]`
let g:ycm_semantic_triggers = { let g:ycm_semantic_triggers = {
\ 'c' : ['->', '.'], \ 'c' : ['->', '.'],
\ 'objc' : ['->', '.'], \ 'objc' : ['->', '.'],
\ 'ocaml' : ['.', '#'],
\ 'cpp,objcpp' : ['->', '.', '::'], \ 'cpp,objcpp' : ['->', '.', '::'],
\ 'perl' : ['->'], \ 'perl' : ['->'],
\ 'php' : ['->', '::'], \ 'php' : ['->', '::'],