dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

color.vim (298B)


      1 command! ColorDarken if color#Test(expand('<cword>')) | exe "normal! \"_c/[a-fA-F0-9]*/e<CR>" . color#Darken(expand('<cword>')) . "<esc>F#" | endif
      2 command! ColorLighten if color#Test(expand('<cword>')) | exe "normal! \"_c/[a-fA-F0-9]*/e<CR>" . color#Lighten(expand('<cword>')) . "<esc>F#" | endif