On Thu, Apr 2, 2015 at 6:32 PM, Onur Aslan wrote:
> Control: tags -1 wontfix
>
> On 2015-04-02, Giuseppe Bilotta wrote:
>> def FlagsForFile( filename ):
>> return { 'flags' : ['-x c'] + cppflags + cflags, 'do_cache' : False }
>
> I think issue is '-x c', I tried your conf with ['-x', 'c'] and di
Control: tags -1 wontfix
On 2015-04-02, Giuseppe Bilotta wrote:
> def FlagsForFile( filename ):
> return { 'flags' : ['-x c'] + cppflags + cflags, 'do_cache' : False }
I think issue is '-x c', I tried your conf with ['-x', 'c'] and didn't
get any crash.
signature.asc
Description: Digital sign
Package: vim-youcompleteme
Version: 0+20140207+git18be5c2-2
Severity: normal
With some configurations, libclang autocompletion is not available due
to an instantaneous crash. For example, I have a (whitelisted)
.ycm_extra_conf.py structured as such:
--- 8< --
import subprocess
cppflags=subpr
3 matches
Mail list logo