diff options
Diffstat (limited to 'ftplugin/html.vim')
| -rw-r--r-- | ftplugin/html.vim | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/ftplugin/html.vim b/ftplugin/html.vim new file mode 100644 index 00000000..4c0d9d07 --- /dev/null +++ b/ftplugin/html.vim @@ -0,0 +1,7 @@ +" Maintainer:  	othree <othree@gmail.com> +" URL:		      http://github.com/othree/html5.vim +" Last Change:  2014-05-02 +" License:      MIT +" Changes:      Add - to keyword + +setlocal iskeyword+=- | 
