diff --git a/vimfiles.stefan/plugin/vimsuite.vim b/vimfiles.stefan/plugin/vimsuite.vim index 77291bb..c9ac41d 100644 --- a/vimfiles.stefan/plugin/vimsuite.vim +++ b/vimfiles.stefan/plugin/vimsuite.vim @@ -809,7 +809,73 @@ endfunction command SynaxShowGroup execute('echo synIDattr(synID(line("."), col("."), 1), "name")') +" ---------------- +" Find Ugly C Code +" ---------------- + +"function s:SingleChar(x, ...) +" if a:0 > 0 +" let a = a:1 +" else +" let a = a:x +" endif +" if a:0 > 1 +" let b = a:2 +" else +" let b = a:x +" endif +" let string = '[' . a . ']\@