Skip to content

sourcing plugin twice, therefore "map <unique> xxx~ " print error #227

@av930

Description

@av930

Hello I am JK from seoul, korea
recently I found this errors, but I 'm not sure if it is normal or not.
the problem is that plugin-vundle source 2 times the plugin script.
plz look below log...

to make it worse...
DirDiff.vim defines these kinds of mapping.
 "map  <script> DirDiffGet    :diffget" 

therefore  keyword make error like this.
"mapping already exists for <80>SDirDiffGet" 


here is the log from my setting.

1025 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/**/*.vim"
1026 chdir(/)
1027 chdir(/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin)
1028 chdir(/)
1029 sourcing "/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/DirDiff.vim"
1030 finished sourcing /cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/DirDiff.vim
1031 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/asciidoc.vim/plugin/**/*.vim"
1032 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/inkpot/plugin/**/*.vim"
1033 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/jellybeans.vim/plugin/**/*.vim"
1034 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/Wombat/plugin/**/*.vim"
1035 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/peaksea/plugin/**/*.vim"
1036 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/**/*.vim"
1037 chdir(/)
1038 chdir(/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin)
1039 chdir(/)
1040 sourcing "/cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/DirDiff.vim"
1041 Error detected while processing /cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/DirDiff.vim:
1042 line  221:
1043 E227: mapping already exists for <80>SDirDiffGet
1044 line  222:
1045 E227: mapping already exists for <80>SDirDiffPut
1046 line  223:
1047 E227: mapping already exists for <80>SDirDiffNext
1048 line  224:
1049 E227: mapping already exists for <80>SDirDiffPrev
1050 line  225:
1051 E227: mapping already exists for <80>SDirDiffQuit
1052 finished sourcing /cygdrive/d/code_study/tool/.vim/bundle/DirDiff.vim/plugin/DirDiff.vim
1053 Searching for "/cygdrive/d/code_study/tool/.vim/bundle/SrcExpl/plugin/**/*.vim"


I can easily ban the error by eliminating  keyword, when i start vim. 
but I don't like to make any commit in DirDiff.vim 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions