tasn pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=89065e2629cfb84490990ec5859131d8fe69b188
commit 89065e2629cfb84490990ec5859131d8fe69b188 Author: Tom Hacohen <t...@stosb.com> Date: Thu Jul 31 10:18:31 2014 +0100 Eo: Fix octal error presentation. --- syntax/eo.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntax/eo.vim b/syntax/eo.vim index 607deb8..954c5f3 100644 --- a/syntax/eo.vim +++ b/syntax/eo.vim @@ -78,9 +78,10 @@ hi def link eoFloat Float hi def link eoOctal Number hi def link eoOctalZero Number hi def link eoNumber Number -hi def link eoNumbers Number hi def link eoNumbersCom Number +hi def link eoOctalError Error + hi def link eoStructure Structure hi def link eoClassTypes Structure --