tasn pushed a commit to branch master.

http://git.enlightenment.org/editors/vim-configs.git/commit/?id=f1b569acf72164f61986813238ff18a5c3adf562

commit f1b569acf72164f61986813238ff18a5c3adf562
Author: Tom Hacohen <[email protected]>
Date:   Thu Jul 31 06:25:37 2014 +0100

    Eo: Fix types list.
---
 syntax/eo.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index 6c83ac1..31e5031 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -7,7 +7,7 @@
 syn keyword    eoBoolean false true
 syn keyword    eoConstants null
 
-syn keyword    eoType int uint bool char uchar byte ubyte double float
+syn keyword    eoType bool byte ubyte char uchar short ushort int uint long 
ulong float double
 
 syn keyword    eoStructure  class type struct enum var
 

-- 


Reply via email to