summaryrefslogtreecommitdiffstats
path: root/ftplugin/jade.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-02-11 11:27:11 -0800
committerAdam Stankiewicz <sheerun@sher.pl>2015-02-11 11:27:11 -0800
commit6cd2d5417d728ea96c5c52b34629c944a89eec60 (patch)
treef6d49573e7a22b1ede56055d3952707eab085c18 /ftplugin/jade.vim
parentb7a30b1f1a963902d9743ae229a1f9d18b887e17 (diff)
downloadvim-polyglot-1.11.4.tar.gz
vim-polyglot-1.11.4.zip
Updatev1.11.4
Diffstat (limited to 'ftplugin/jade.vim')
-rw-r--r--ftplugin/jade.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/jade.vim b/ftplugin/jade.vim
index 235770d0..577f5547 100644
--- a/ftplugin/jade.vim
+++ b/ftplugin/jade.vim
@@ -11,6 +11,8 @@ endif
let s:save_cpo = &cpo
set cpo-=C
+setlocal iskeyword+=-
+
" Define some defaults in case the included ftplugins don't set them.
let s:undo_ftplugin = ""
let s:browsefilter = "All Files (*.*)\t*.*\n"