Created attachment 366756 [details] logfile generated by vim -V9tfile $ env -i HOME=/tmp/fakehome vim -V9pmfile foo.pm # Observe a templated pm file is given # ESC :w # :q $ env -i HOME=/tmp/fakehome vim -V9plfile foo.pl # Observe a templated pl file is given # ESC :w # :q $ env -i HOME=/tmp/fakehome vim -V9tfile foo.t > "foo.t" [New File] > > Error detected while processing BufNewFile Auto commands for "*.t": > E121: Undefined variable: g:Perl_Templates > E116: Invalid arguments for function mmtemplates#core#InsertTemplate > > Press ENTER to continue # ENTER # Observe Empty File # ESC :w # :q =app-vim/perl-support-5.1 =app-editors/vim-core-7.4.94 =app-editors/vim-7.4.94 =app-editors/gvim-7.4.94
Created attachment 366758 [details] emerge --info perl-support
Created attachment 366760 [details] emerge --info vim-core
Created attachment 366762 [details] logfile generated by vim -V9pmfile foo.pm