summaryrefslogtreecommitdiffstats
path: root/ftplugin/blade.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-05 09:53:49 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-05 09:53:49 +0200
commitbf188c4a51a6d151bb2694d73048727f4359c634 (patch)
tree3059e2f946ae6293e1809d67393fddced1197431 /ftplugin/blade.vim
parenta5857b81c215139b3c0def78e5bd2f1da8a17af6 (diff)
downloadvim-polyglot-2.11.1.tar.gz
vim-polyglot-2.11.1.zip
Updatev2.11.1
Diffstat (limited to 'ftplugin/blade.vim')
-rw-r--r--ftplugin/blade.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftplugin/blade.vim b/ftplugin/blade.vim
index 501f9667..3d3e7c50 100644
--- a/ftplugin/blade.vim
+++ b/ftplugin/blade.vim
@@ -11,6 +11,8 @@ endif
runtime! ftplugin/html.vim
let b:did_ftplugin = 1
-setlocal iskeyword+=@-@
+setlocal suffixesadd=.blade.php,.php
+setlocal includeexpr=substitute(v:fname,'\\.','/','g')
+setlocal path+=resources/views;
endif