gu-fan / colorv.vim

edit color easy
http://www.vim.org/scripts/script.php?script_id=3597
135 stars 12 forks source link

Silent mode #21

Open ipkiss42 opened 10 years ago

ipkiss42 commented 10 years ago

Every time I open a file with auto preview of colors, I get this distracting message: [ColorV] 200 lines previewed. Takes 0.093565 sec.

Is there a way to disable it?

gu-fan commented 10 years ago

Currently , seems no way to disable it. I will check it later

bimlas commented 9 years ago

Is it possible to disable the automatic preview? I don't want to highlight the colors when i opening a CSS file for example, but do it via commandline/mapping.

sashahart commented 8 years ago

@BimbaLaszlo: There is a solution for your issue already implemented, but it is not the same issue that was given by ipkiss42. You can use

let g:colorv_preview_ftype = ''

in vimrc or wherever you like to set these things.