color_coded icon indicating copy to clipboard operation
color_coded copied to clipboard

A vim plugin for libclang-based highlighting of C, C++, ObjC

Results 42 color_coded issues
Sort by recently updated
recently updated
newest added

I use https://github.com/rizsotto/Bear to generate per file compiler commands that I use with YouCompleteMe. I noticed that this results in almost no errors when used with the linux kernel in...

Here's the valgrind error I get off of a fresh install of vim (ubuntu 17.04) and `color_coded` (repro by starting and immediately exiting vim) ``` swgillespie@ubuntu:~$ valgrind vim ==25408== Memcheck,...

Hello @jeaye ! I think this is issue have to be here too. I know that you got issue #89 and it is maybe hard to work on this too...

enhancement
help wanted
neovim

When I was debugging a highlighting issue that was possibly caused by compilation errors, I found color_coded really lacked debugging support, especially verbose output. It seems there's only a `CCerror`...

enhancement
help wanted

In this small sample c file: ```c typedef struct test{ int foo; } test_t; int main(){ struct test bar; struct test_2 { int foo; } baz; return bar.foo + baz.foo;...

bug
help wanted
reproducible

Using `:sp` to have two windows and switching through them deactivates color_coded for the code in the window being left.

bug
help wanted
reproducible

This is not an issue with color_coded. I am having problems to set up my code's highlighting with an external third party library called libMesh. I can compile this library...

![screenshot from 2016-05-29 09-30-59](https://cloud.githubusercontent.com/assets/16307070/15630876/a9e21504-257f-11e6-8011-67c3d40c74e0.png) // Move to another window ![screenshot from 2016-05-29 09-30-57](https://cloud.githubusercontent.com/assets/16307070/15630877/adcfdd04-257f-11e6-8cde-3f7b88905ca9.png) //Prev Is it a bug??

I am on Mac OS X Yosemite with no admin rights and little access to install things (no macports and no homebrew) therefore I have had to install libraries from...

not-reproducible

Running latest version of MacVim and color_coded. Coloring works for most part, but when vim tries to send a 'beep' signal to terminal it crashes. This is what OSX reports:...

bug
not-reproducible