diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:18:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:18:33 +0200 |
commit | 45273d44d4b1bd9a1be431c1a98f9046ed3a5c79 (patch) | |
tree | 7b8fa566b3da949b422804c3bb9eaf9c51b9b69e /ftplugin/html.vim | |
parent | e961fa80374369c9e299b333639db0dc43d1f126 (diff) | |
download | vim-polyglot-45273d44d4b1bd9a1be431c1a98f9046ed3a5c79.tar.gz vim-polyglot-45273d44d4b1bd9a1be431c1a98f9046ed3a5c79.zip |
Major update
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+=- |