diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-05 09:53:49 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-05 09:53:49 +0200 |
commit | bf188c4a51a6d151bb2694d73048727f4359c634 (patch) | |
tree | 3059e2f946ae6293e1809d67393fddced1197431 /ftplugin/blade.vim | |
parent | a5857b81c215139b3c0def78e5bd2f1da8a17af6 (diff) | |
download | vim-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.vim | 4 |
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 |