Daily Archives: December 31, 2009

Fixing VIM to allow smart match finding using the percent key

Edited the file /usr/share/vim/vim70/syntax/smarty.vim Added the following code: ” HTML:  thanks to Johannes Zellner and Benji Fisher. if exists(“loaded_matchit”) let b:match_ignorecase = 1 let b:match_skip = ‘s:Comment’ let b:match_words = ‘,’ . \ ‘]*\%(>\|$\):\|$\):\|$\):

Posted in Uncategorized | 1 Comment

Background Gradient Image Creation Tool

If you need to create a gradient image for a background you might try this tool. It is pretty slick. http://www.ogim.4u2ges.com/gradient-image-maker.asp

Posted in Uncategorized | 1 Comment