jwalton512 / vim-blade

Vim syntax highlighting for Blade templates.
225 stars 37 forks source link

Use 'syn iskeyword' instead of 'setlocal iskeyword' #52

Closed adriaanzon closed 8 years ago

adriaanzon commented 8 years ago

Changing the iskeyword option affects the behavior of some vim functions like *. I also experienced an issue with this when configuring vim-endwise for blade.

Using syn iskeyword is also recommended in :help syn-iskeyword.

jwalton512 commented 8 years ago

Thanks!