diff options
Diffstat (limited to 'runtime/syntax/html.vim')
-rw-r--r-- | runtime/syntax/html.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/html.vim b/runtime/syntax/html.vim index 85f9a0254..137c13c5b 100644 --- a/runtime/syntax/html.vim +++ b/runtime/syntax/html.vim @@ -2,7 +2,7 @@ " Language: HTML " Maintainer: Claudio Fleiner <claudio@fleiner.com> " URL: http://www.fleiner.com/vim/syntax/html.vim -" Last Change: 2006 April 13 +" Last Change: 2006 Jun 19 " Please check :help html.vim for some comments and a description of the options @@ -24,6 +24,7 @@ else command! -nargs=+ HtmlHiLink hi def link <args> endif +syntax spell toplevel syn case ignore |