in reply to Re: Editing features for advanced users
in thread Editing features for advanced users
If I want to load the sql.vim syntax file in the standard syntax directory ($VIMFILES/syntax), what format should the syn include line take?Try...
syn include @Sql syntax/sql.vim
|
|---|