tasn pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=b116c8b44f1ce7ab30a83e5c8b34a08cd29da4e7
commit b116c8b44f1ce7ab30a83e5c8b34a08cd29da4e7 Author: Tom Hacohen <[email protected]> Date: Fri May 29 11:17:43 2015 +0100 Eo syntax: func is no longer a keyword. --- syntax/eo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/eo.vim b/syntax/eo.vim index fcf2d89..e95d9eb 100644 --- a/syntax/eo.vim +++ b/syntax/eo.vim @@ -18,7 +18,7 @@ syn keyword eoClassBodyBlockOpener properties methods events constructors imp syn keyword eoInnerBlockOpener set get keys values params contained syn keyword eoTypeClass const own free contained -syn keyword functionKeywords constructor destructor finalize virtual legacy func +syn keyword functionKeywords constructor destructor finalize virtual legacy syn keyword eoStatements return " syn match className "\(\w\+\.\)\+\w\+" --
