Re: Customizing vi/vim for Perl

2011-11-20 Thread Phil Dobbin
On 20/11/11 22:57, "Phil Dobbin" wrote: > `let g:Perl_GlobalTemplateFile = $HOME. '/.vim/templates/Templates'` & so on > for modules, scripts, etc... One final question on this. How can I get vim to recognise the perl in /usr/local/bin rather than the System one. My .bash_profile sets it correct

Re: Customizing vi/vim for Perl

2011-11-20 Thread Phil Dobbin
On 20/11/11 21:02, "Phil Dobbin" wrote: > I put :set numbers in $HOME/.vimrc & it worked fine. > > I'll give re-installing a go. Re-install resulted in the same non working plugin but, however, inserting these lines in my .vimrc did the trick: `let g:Perl_GlobalTemplateFile = $HOME. '/.vim/tem

Re: Customizing vi/vim for Perl

2011-11-20 Thread Phil Dobbin
On 20/11/11 20:41, "Dermot" wrote: > What I'd suggest is that you put a syntax error in you .vimrc > (somthing like ':foobarbaz') to see if your vimrc is being used. Your > OS may set things up differently. It may use $home/.vimrc or > /etc/something. Once you know that which initialisation file

Re: Customizing vi/vim for Perl

2011-11-20 Thread Dermot
On 20 November 2011 20:13, Phil Dobbin wrote: > On 20/11/11 19:25, "Dermot" wrote: > >>> Take a look to http://www.vim.org/scripts/script.php?script_id=556 >> >> I'd second this endorsement for these perl support script. I never use >> the menus but I've find the braces and syntax hight-lighting

FW: Customizing vi/vim for Perl

2011-11-20 Thread Phil Dobbin
On 20/11/11 19:25, "Dermot" wrote: >> Take a look to http://www.vim.org/scripts/script.php?script_id=556 > > I'd second this endorsement for these perl support script. I never use > the menus but I've find the braces and syntax hight-lighting really > useful. I installed perl-support as per ins

Re: Customizing vi/vim for Perl

2011-11-20 Thread Dermot
On 18 November 2011 18:44, Juan Luis Aranda wrote: > 2011/11/18 Parag Kalra : >> Hi, >> >> I generally use vi/vim for my day to day Perl scripts. >> >> What are different packages I can use to make vi/vim extensively customized >> for Perl.  For example -  it should be able inform me about the kno

Re: Customizing vi/vim for Perl

2011-11-18 Thread Juan Luis Aranda
2011/11/18 Parag Kalra : > Hi, > > I generally use vi/vim for my day to day Perl scripts. > > What are different packages I can use to make vi/vim extensively customized > for Perl.  For example -  it should be able inform me about the known > syntax errors like - variables not declared, missing br

Re: Customizing vi/vim for Perl

2011-11-18 Thread Brandon McCaig
On Fri, Nov 18, 2011 at 09:53:02AM -0800, Parag Kalra wrote: > Hi, Hello: > I generally use vi/vim for my day to day Perl scripts. Same. B-) > For example - it should be able inform me about the known > syntax errors like - variables not declared, missing braces or > semicolons etc something

Re: Customizing vi/vim for Perl

2011-11-18 Thread Jim Gibson
On 11/18/11 Fri Nov 18, 2011 9:53 AM, "Parag Kalra" scribbled: > Hi, > > I generally use vi/vim for my day to day Perl scripts. > > What are different packages I can use to make vi/vim extensively customized > for Perl. For example - it should be able inform me about the known > syntax erro

Customizing vi/vim for Perl

2011-11-18 Thread Parag Kalra
Hi, I generally use vi/vim for my day to day Perl scripts. What are different packages I can use to make vi/vim extensively customized for Perl. For example - it should be able inform me about the known syntax errors like - variables not declared, missing braces or semicolons etc something whic