derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

ftplugin: Fix syntax for include/includexpr options #148

Closed jamessan closed 5 years ago

jamessan commented 6 years ago

In 1f90f5e59b2664e1e4f6a0abbd253d0f106101dd, these options were moved to the ftplugin and changed from "let &l:" statements to "setlocal". However, the right-hand side of the statement kept the let-style syntax.

jamessan commented 5 years ago

Any chance of this getting merged, @derekwyatt?

derekwyatt commented 5 years ago

Yup. Sorry about the delay.

jamessan commented 3 years ago

@derekwyatt Do you intend to send an updated version to Bram?