Aristotle Pagaltzis

Results 202 comments of Aristotle Pagaltzis

Hi, sorry it took me so long to respond. Thank you for the patch. It needs some editing to satisfy my overly picky sensibilities, but I agree with it in...

Hey, sorry this fell through the cracks. My guess for why you are prompted is that you do not have the [`'hidden'`]( https://vimhelp.org/options.txt.html#%27hidden%27) option set. Try `:set hidden?` on both.

> Adding parameters to pretend to the links to sort is bad. FTFY 😉 In our application at $work, pretending to be someone else is done in the cookie. The...

Hi, sorry I didn’t realize how long this has been waiting for a response. Basically the way color schemes in Vim work is that things like UI elements and parsed...

@FriendlyTroll That’s not a good way of doing this. Buftabline is piggybacking on `TabLineSel` and `PmenuSel` in order to integrate with everything else, but those have other meanings as well,...

> Sorry for the late reply. Have you seen how late some of my replies are? 😛 > Anyway it works now, and thanks for the lesson in vim highlighting...

Hi @tankorsmash, can you try [ap/vim-css-color](/ap/vim-css-color) and also file an issue there if that causes the same problem?

That example seem to work fine in [my fork of this plugin](/ap/vim-css-color). But I think it should work even with this version of the plugin, so I’m not 100% sure...

My optimised, HSL-supporting fork of _this_ plugin now has a fix for `cursorline` too → [ap/vim-css-color](/ap/vim-css-color)

Or you can just install [my fork of this plugin](/ap/vim-css-color) – I tested your snippet and it’s already fixed in mine. My fork is also drastically faster, supports other languages,...