You are not logged in.

#1 2012-02-09 20:04:20

lutherus
Member
From: Croatia;Varaždin
Registered: 2011-03-17
Posts: 150

[SOLVED]VIM errors

When running VIM  i get those errors

 Subroutine new redefined at perl/TagsBase.vim line 36 (#1)
    (W redefine) You redefined a subroutine.  To suppress this warning, say
    
        {
    	no warnings 'redefine';
    	eval "sub name { ... }";
        }
    
Subroutine getBase redefined at perl/TagsBase.vim line 48 (#1)
Subroutine sortBase redefined at perl/TagsBase.vim line 61 (#1)
Subroutine pushTag redefined at perl/TagsBase.vim line 71 (#1)
Subroutine getTag redefined at perl/TagsBase.vim line 82 (#1)
Subroutine initBase redefined at perl/TagsBase.vim line 114 (#1)
Subroutine new redefined at perl/TagsBase.vim line 124 (#1)
Subroutine Line redefined at perl/TagsBase.vim line 129 (#1)
Subroutine Name redefined at perl/TagsBase.vim line 135 (#1)
Subroutine Type redefined at perl/TagsBase.vim line 141 (#1)
Subroutine logFloorMenu redefined at perl/TagsBase.vim line 158 (#1)
Subroutine ComputeMenu redefined at perl/TagsBase.vim line 166 (#1)
Subroutine parseTags redefined at perl/TagsBase.vim line 238 (#1)
Subroutine BuildBase redefined at perl/TagsBase.vim line 307 (#1)
Subroutine GetTag redefined at perl/TagsBase.vim line 388 (#1)
Subroutine GetTagType redefined at perl/TagsBase.vim line 400 (#1)
Subroutine GetTagName redefined at perl/TagsBase.vim line 413 (#1)
 

so, how to fix this?

Last edited by lutherus (2012-02-11 11:24:57)


I`m not a nerd.I`m a level 55   dwarf monk-psychic ninja ;-)

my github

Offline

#2 2012-02-10 11:15:43

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: [SOLVED]VIM errors

I don't have the Tagsbase plugin installed.

Looking at 'src/plugin/perl/Tagsbase.vim' from the AUR package, it looks like your local copy of this file may be missing a line.  The line numbers in your copy are off by one when I compare your error message line numbers to 'src/plugin/perl/Tagsbase.vim'

You may want to reinstall the plugin.

Offline

#3 2012-02-11 10:58:32

lutherus
Member
From: Croatia;Varaždin
Registered: 2011-03-17
Posts: 150

Re: [SOLVED]VIM errors

thx thisoldman
I solved it. It`s not elegant but it worked.
VIM is recompiled and plugins are reinstalled.
Can an moderator mark this as solved?


I`m not a nerd.I`m a level 55   dwarf monk-psychic ninja ;-)

my github

Offline

#4 2012-02-11 11:13:25

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: [SOLVED]VIM errors

lutherus wrote:

Can an moderator mark this as solved?

You can mark it yourself, just edit your first post and add a [Solved] in front of its title.

Offline

#5 2012-02-11 11:25:15

lutherus
Member
From: Croatia;Varaždin
Registered: 2011-03-17
Posts: 150

Re: [SOLVED]VIM errors

Runiq wrote:
lutherus wrote:

Can an moderator mark this as solved?

You can mark it yourself, just edit your first post and add a [Solved] in front of its title.

OK, thx, didn`t know this.


I`m not a nerd.I`m a level 55   dwarf monk-psychic ninja ;-)

my github

Offline

Board footer

Powered by FluxBB