pkt / lh-vim

Luc Hermitte's lh-vim to save it from google code closing
0 stars 0 forks source link

mu-template is unable to take local vimrc defintions into account when opening new files. #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a _vimrc_local.vim that defines a variable b:foo used in a
{ft}.template file
2. vim foo.{ft}

What is the expected output? What do you see instead?
mu-template should have been able to use b:foo, alas it is not defined yet
when the template is expanded.

mu-template shall be able to force the execution of local vimrc plugins, or
any other similar plugins like project.vim, before expanding the template.

Original issue reported on code.google.com by luc.herm...@gmail.com on 7 May 2010 at 3:00

GoogleCodeExporter commented 9 years ago
Fixed in revisions r188 and r180.

Local-vimrc plugins shall export a :SourceLocalVimrc command for mu-template to 
be
able to exploit project-specific settings.

Original comment by luc.herm...@gmail.com on 17 May 2010 at 1:54