vim-detailed icon indicating copy to clipboard operation
vim-detailed copied to clipboard

Show subtler color variations than your basic palette-shifting color scheme

Results 12 vim-detailed issues
Sort by recently updated
recently updated
newest added

ane from #go-nuts

actual-user-request

So... ![](https://puu.sh/sG1Yo/2805318313.png) I understand that strings should be written using ```"``` or ```'```... But anyway, I consider that ```'``` should work correctly as ```"``` does. ![](https://puu.sh/sG297/daea05c283.png)

This also removes the RainbowParens patch. I'm luochen1990/rainbow and it's working fine. @benhamill I see that @rking seems to have dropped out. I'd be interested in taking over a fork...

Without this fix, I get the following indent: ``` ruby def foo puts "bar: #{baz}" puts end ```

I have a ruby file called `foo.rb`: ``` ruby 1 foo("thing thang") do 2 some.code("here do") 3 end ``` If I put my cursor on line 3 and hit `%`,...

On a truly 8-color terminal (such as Putty, I think?), vim-detailed chooses grays that the terminal decides should be black (such as the comments in Ruby code). It would be...

I noticed that un-parenthesized arguments have the same color as the line they're in normally would (see the line in the screenshot in the README that's like `path = File.expand_path...

So you can include snippets in your blog and stuff.

Idea from anoldhacker: ``` eval

Should probably fall back to default.vim if t_Co is 8. If 88, though: rking: there's an algorithm you can use to go from 256 to 88 vividchalk implements it. I...