mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-07 21:34:31 +08:00
+
This commit is contained in:
@@ -3,7 +3,7 @@ Coloresque
|
||||
|
||||
***
|
||||
|
||||
**Important!** If you experience any lags in css/html/less/sass files please update to latest version(0.9.3) of plugin.
|
||||
**Important!** If you experience any lags in css/html/less/sass files please update to latest version(0.9.5) of plugin.
|
||||
|
||||
The issue [#13](https://github.com/gorodinskiy/vim-coloresque/issues/13) from 26.09.2013. Sorry for the inconvenience.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
" Language: color preview in vim
|
||||
" Author: Gorodinskii Konstantin <gor.konstantin@gmail.com>
|
||||
" Licence: Vim license
|
||||
" Version: 0.9.3
|
||||
" Version: 0.9.5
|
||||
" based on
|
||||
" https://github.com/ap/vim-css-color
|
||||
" https://github.com/lilydjwg/colorizer
|
||||
@@ -619,8 +619,6 @@ if has("gui_running") || &t_Co==256
|
||||
hi cssColorfffff0 guibg=#FFFFF0 guifg=#000000 ctermbg=15 ctermfg=16 | syn cluster cssColors add=cssColorfffff0
|
||||
hi cssColorffffff guibg=#FFFFFF guifg=#000000 ctermbg=231 ctermfg=16 | syn cluster cssColors add=cssColorffffff
|
||||
|
||||
" sdfad
|
||||
|
||||
"call s:VimCssInit(1)
|
||||
|
||||
":augroup css
|
||||
|
||||
Reference in New Issue
Block a user