Fix capitals

This commit is contained in:
Dawson Botsford 2014-12-31 18:53:52 -05:00
parent e61813a4b4
commit fef7704e43

View File

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