Merge pull request #154 from blueyed/trigger_for_static_php

g:ycm_semantic_triggers: add '::' to triggers for PHP
This commit is contained in:
Val Markovic 2013-02-25 11:16:26 -08:00
commit c6cf813b7a

View File

@ -106,7 +106,8 @@ let g:ycm_semantic_triggers =
\ 'c' : ['->', '.'],
\ 'objc' : ['->', '.'],
\ 'cpp,objcpp' : ['->', '.', '::'],
\ 'perl,php' : ['->'],
\ 'perl' : ['->'],
\ 'php' : ['->', '::'],
\ 'cs,java,javascript,d,vim,ruby,python,perl6,scala,vb,elixir' : ['.'],
\ 'lua' : ['.', ':'],
\ 'erlang' : [':'],