[email protected] <[email protected]> [09-06-29 04:47]: > > Hi, > yesterday I found the "hicolor"-plugin by DrChip on www.vim.org. > As it is EXACTLY what I searched for, I installed it immediately. > I did a :h hicolor and managed to do one change in my colorscheme and > store this into a different file. > > After that any attempt to use hicolor ends up in a hickup: > As soon as I touch the area with colors after calling the color > editor, vim reports numerous errors, which differ from case to case. > Selecting colors and switching between background and foreground > fails sometimes. After the first attempt I never managed to save > a changed colorscheme again. > > I am using the console version of vim-7.2.218 on Gentoo-Linux and > I compile vim myself with > > ./configure --prefix=/usr --enable-shared=yes --enable-static=no \ > --with-tlib=ncurses --enable-gui --with-features=huge \ > --with-x --sysconfdir=/etc/vim > > with gcc: > gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2 > > What did I wrong here? Did I screw up my vim installation? > > > Kind regards, > Meino Cramer
These are some typical errors while trying to use hicolor: Error detected while processing function <SNR>78_HandleLeftMouse: line 9: E121: Undefined variable: s:keepline E15: Invalid expression: s:keepline line 10: E121: Undefined variable: s:keepline E15: Invalid expression: s:keepline Error detected while processing function <SNR>78_HandleLeftMouse..<SNR>78_SetColor: line 34: E121: Undefined variable: s:guispec E15: Invalid expression: "hi ".s:colorname." cterm=NONE".attrib." ctermfg=".s:fg." ctermbg=".s:bg." ".s:guispec line 37: E121: Undefined variable: hicmd E15: Invalid expression: hicmd Press ENTER or type command to continue Kind regards, Meino Cramer > > > > > > > > > > > -- > Please don't send me any Word- or Powerpoint-Attachments > unless it's absolutely neccessary. - Send simply Text. > See http://www.gnu.org/philosophy/no-word-attachments.html > In a world without fences and walls nobody needs gates and windows. > > > -- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
