diff options
| -rw-r--r-- | ftplugin/html.vim | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ftplugin/html.vim b/ftplugin/html.vim index c33ddd4..d90bf3e 100644 --- a/ftplugin/html.vim +++ b/ftplugin/html.vim @@ -10,3 +10,7 @@ if exists("loaded_matchit")      \ '<\@<=dl\>[^>]*\%(>\|$\):<\@<=d[td]\>:<\@<=/dl>,' .      \ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>'  endif + + +" Include hyphen in the keyword list so that CSS class names can be autocompleted +setlocal iskeyword+=- | 
