[Wisp-cvs] wisp/doc worth.vim,1.4,1.5
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-08-31 14:29:24
|
Update of /cvsroot/wisp/wisp/doc In directory usw-pr-cvs1:/tmp/cvs-serv4879/doc Modified Files: worth.vim Log Message: Implemented the beginnings of Worth's delay-optimization. Index: worth.vim =================================================================== RCS file: /cvsroot/wisp/wisp/doc/worth.vim,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- worth.vim 8 Aug 2002 17:16:29 -0000 1.4 +++ worth.vim 31 Aug 2002 14:29:21 -0000 1.5 @@ -38,8 +38,9 @@ syn keyword worthRegister %dh %di %dl %ds %dx %eax %ebp %ebx %ecx %edi syn keyword worthRegister %edx %es %esi %esp %fs %gs %si %sp %ss -syn keyword worthFlag %?-a %?-b %?-c %?-e %?-g %?-l %?-z %?a %?b %?c -syn keyword worthFlag %?e %?g %?l %?z +syn keyword worthFlag %?-a %?-ae %?-b %?-be %?-c %?-e %?-g %?-ge %?-l +syn keyword worthFlag %?-le %?-z %?a %?ae %?b %?be %?c %?e %?g %?ge %?l +syn keyword worthFlag %?le %?z hi link worthPreproc Preproc hi link worthRegister Constant |