vim-plugins

所属分类:编程语言基础
开发工具:Vim Script
文件大小:0KB
下载次数:0
上传日期:2021-09-22 18:54:14
上 传 者sh-1993
说明:  Vim插件,提供对各种编程语言的支持。
(Vim plug-ins which offer support for various programming languages.)

文件列表:
autoload/ (0, 2021-09-22)
autoload/mmtemplates/ (0, 2021-09-22)
autoload/mmtemplates/config.vim (7975, 2021-09-22)
autoload/mmtemplates/core.vim (172072, 2021-09-22)
autoload/mmtemplates/wizard.vim (22252, 2021-09-22)
autoload/mmtoolbox/ (0, 2021-09-22)
autoload/mmtoolbox/bash/ (0, 2021-09-22)
autoload/mmtoolbox/bash/bashdb.vim (29143, 2021-09-22)
autoload/mmtoolbox/cmake.vim (40191, 2021-09-22)
autoload/mmtoolbox/doxygen.vim (23743, 2021-09-22)
autoload/mmtoolbox/helloworld.vim (10323, 2021-09-22)
autoload/mmtoolbox/make.vim (14681, 2021-09-22)
autoload/mmtoolbox/tools.vim (22617, 2021-09-22)
autoload/mmtoolbox/worldview.vim (35446, 2021-09-22)
autoload/perlsupportprofiling.vim (18970, 2021-09-22)
autoload/perlsupportregex.vim (27791, 2021-09-22)
awk-support/ (0, 2021-09-22)
awk-support/codesnippets/ (0, 2021-09-22)
awk-support/codesnippets/month-array (65, 2021-09-22)
awk-support/codesnippets/rule-file-not-found (121, 2021-09-22)
awk-support/doc/ (0, 2021-09-22)
awk-support/doc/ChangeLog (1640, 2021-09-22)
awk-support/doc/awk-hotkeys.tex (11628, 2021-09-22)
awk-support/rc/ (0, 2021-09-22)
awk-support/rc/custom.templates (2279, 2021-09-22)
awk-support/rc/custom_with_personal.templates (3238, 2021-09-22)
awk-support/rc/customization.gvimrc (2638, 2021-09-22)
awk-support/rc/customization.vimrc (10244, 2021-09-22)
awk-support/rc/personal.templates (683, 2021-09-22)
awk-support/scripts/ (0, 2021-09-22)
awk-support/scripts/wrapper.sh (1301, 2021-09-22)
awk-support/templates/ (0, 2021-09-22)
awk-support/templates/Templates (2666, 2021-09-22)
awk-support/templates/comments.templates (2838, 2021-09-22)
awk-support/templates/functions.templates (2572, 2021-09-22)
awk-support/templates/idioms.templates (316, 2021-09-22)
... ...

# Welcome to Vim-Plugins This repository hosts the latest development versions of various Vim plug-ins. Currently maintained by Wolfgang Mehner: [GitHub](https://github.com/WolfgangMehner) [Vim.org](https://www.vim.org/account/profile.php?user_id=36934) __Support for Various Programming Languages__ Name | Supports | vim.org | GitHub | Screenshots --- | --- | --- | --- | --- AWK-Support | AWK | [vim.org](https://www.vim.org/scripts/script.php?script_id=4415) | [GitHub](https://github.com/WolfgangMehner/awk-support) | [here](https://wolfgangmehner.github.io/vim-plugins/awksupport) Bash-Support | Bash | [vim.org](https://www.vim.org/scripts/script.php?script_id=365) | [GitHub](https://github.com/WolfgangMehner/bash-support) | [here](https://wolfgangmehner.github.io/vim-plugins/bashsupport) C-Support | C/C++ & Doxygen | [vim.org](https://www.vim.org/scripts/script.php?script_id=213) | [GitHub](https://github.com/WolfgangMehner/c-support) | [here](https://wolfgangmehner.github.io/vim-plugins/csupport) LaTeX-Support | LaTeX/LuaTeX/BibTeX | [vim.org](https://www.vim.org/scripts/script.php?script_id=4405) | [GitHub](https://github.com/WolfgangMehner/latex-support) | [here](https://wolfgangmehner.github.io/vim-plugins/latexsupport) Lua-Support | Lua & C-API | [vim.org](https://www.vim.org/scripts/script.php?script_id=4950) | [GitHub](https://github.com/WolfgangMehner/lua-support) | [here](https://wolfgangmehner.github.io/vim-plugins/luasupport) Perl-Support | Perl & POD | [vim.org](https://www.vim.org/scripts/script.php?script_id=556) | [GitHub](https://github.com/WolfgangMehner/perl-support) | [here](https://wolfgangmehner.github.io/vim-plugins/perlsupport) Vim-Support | Vim-Script | [vim.org](https://www.vim.org/scripts/script.php?script_id=3931) | [GitHub](https://github.com/WolfgangMehner/vim-support) | [here](https://wolfgangmehner.github.io/vim-plugins/vimsupport) __Other Tools__ Name | Description | vim.org | GitHub | Screenshots --- | --- | --- | --- | --- Git-Support | Manage Git repos from within Vim | [vim.org](https://www.vim.org/scripts/script.php?script_id=4497) | [GitHub](https://github.com/WolfgangMehner/git-support) | [here](https://wolfgangmehner.github.io/vim-plugins/gitsupport) Verilog-Support | SystemVerilog & UVM by [jmcneal](https://github.com/jmcneal) | - | [GitHub](https://github.com/jmcneal/verilog-support) | - # Installation We recommend downloading the latest official versions published on vim.org (see above). Or try the development snapshots in the individual GitHub repositories (see above). The versions available here might be buggy. You can use this repository, as well as the ones linked above, with any plug-in manager. For more information, please [consult this](https://github.com/WolfgangMehner/vim-plugins/wiki/Installation). # Documentation Each plug-in comes with its own readme as well as an extensive documentation utilizing Vim's help facility. For example: :help c-support :help lua-support # Get Involved You are welcome to use the issue tracker to post questions, suggestions, and bug reports. Please help us keep track of all the issues and name your report/request appropriately: "Bash-Support: " "C-Support: <title>" "...-Support: ..." # Contributing Do you want to contribute patches/extension/...? * Please do so by sending us your pull requests. * ... or by sending us your commits per email. Please have a look [here](https://github.com/WolfgangMehner/vim-plugins/wiki/Contributing). # License Published under the [GNU General Public License, Version 2](http://www.gnu.de/documents/gpl-2.0.en.html). # Credits Most of the plug-ins were originally developed by Fritz Mehner: [GitHub](https://github.com/FritzMehner) [Vim.org](https://www.vim.org/account/profile.php?user_id=169) </div> <hr> <div><B>近期下载者</B>:</div> <div id="download-users"></div> <hr> <div><B>相关文件</B>:</div> <div id="relate-items"></div> <hr> <div><B>评论</B>:[<a href=/Download/comment/id/1687943199672549.html data-toggle=modal data-target="#myModal">我要评论</a>] [<a class='pop-a' href=/Download/report/id/1687943199672549.html>举报此文件</a>]</div> <div id="file-comments"></div> <hr> <div><B>收藏者</B>:</div> <div id="favor-users"></div> <p></p> </div> <div class="col-xs-12 col-md-4"> <div class="ad-sidebar text-center"> <div class="ad-300"> </div> </div> </div> </div> </div> </div> <div class="my-footer"> <div class="container"> <div class="pull-right"> </div> <div> <a href="http://www.pudn.com" target=_blank>© 联合开发网 from 2004</a> | <a href="/Index/contact.html">联系站长</a> | <a href=" https://beian.miit.gov.cn" target=_blank>湘ICP备2023001425号</a> | <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43010502000604" target=_blank>网安备43010502000604</a> | </div> </div> </div> </div><!-- /wrapper--> <!-- page specific plugin scripts --> <!-- inline scripts related to this page --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> </div> </div> </div><!-- /.modal-table --> </body> <script type="text/javascript"> $(document).on('click', '.list-more', function(){ var id=$(this).attr('data-id'); $('#list-'+id).css('max-height',$('#list-'+id)[0].scrollHeight); $(this).removeClass('list-more'); $(this).addClass('list-hide'); $(this).html('<i class="fa fa-angle-double-up"></i>'); //$(this).hide(); return false; }); $(document).on('click', '.list-hide', function(){ var id=$(this).attr('data-id'); $('#list-'+id).css('max-height','100px'); $(this).removeClass('list-hide'); $(this).addClass('list-more'); $(this).html('<i class="fa fa-angle-double-down"></i>'); return false; }); $("#myModal").on("hidden.bs.modal", function() { $(this).removeData(); }); $(document).on("click",".keyword",function(){ var keyword=$(this).attr("keyword"); var type_id=$(this).attr("type_id"); if(typeof(type_id) =="undefined" || type_id =="") type_id="0"; location.href="http://search.pudn.com/Download/index?keyword="+keyword; return false; }); </script> <script type="text/javascript" src="/js/time.js"></script> <script type="text/javascript" src="/js/marked.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.hide-list').each(function(){ if ($(this)[0].offsetHeight < $(this)[0].scrollHeight){ var id=$(this).attr('id'); id =id.substring(5); $(this).after('<div style="text-align:center"><a href="" class="list-more" data-id="' + id + '"><i class="fa fa-angle-double-down"></i></a></div>'); } }); }); var g_id="1687943199672549"; var keywords =new Array(); keywords[0] ='vim';keywords[1] ='vim-plugin';keywords[2] ='gvim'; function get_download_user(){ var url ="/Download/get_download_user/id/"+g_id+".html"; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; for(i in ret){ html =html + '<a href=/User/profile/id/'+ret[i].user_new_id+'.html>'+ret[i].name+'</a> '; } $('#download-users').append(html); }); } function get_relate_item(){ var url ="/Download/get_relate_item/id/"+g_id+'.html'; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; var intro; for(i in ret){ intro =ret[i].intro; for(j in keywords){ var reg =new RegExp(keywords[j],'gmi'); intro =intro.replace(reg,'<font color=brown>'+keywords[j]+'</font>'); } html =html + '[<a href=/Download/item/id/'+ret[i].new_id+'.html>'+ret[i].name+'</a>]  '+intro+'<BR>'; } $('#relate-items').append(html); }); } function get_score_name(score){ switch(score){ case '100': return '很好,推荐下载'; case '85': return '还不错'; case '75': return '一般,勉强可用'; case '50': return '差'; case '3': return '纯粹是垃圾'; case '40': return '和说明完全不符'; case '20': return '文件不全'; case '10': return '不是源代码或资料'; case '5': return '文件有密码,不知道密码'; case '0': return '不能解压或下载失败'; } return ''; } function get_comment(){ var url ="/Download/get_comments/id/"+g_id+'.html'; $.get(url,function(ret){ if(ret.length ==0) return; var total_count =ret.total_count; var data =ret.data; var html=''; for(i in data){ html =html + '<a href="/User/profile/id/'+data[i].user_new_id+'.html" class="uploader">'+data[i].user_name+'</a>: <span class="comment-score">'+get_score_name(data[i].score)+'</span>, '+data[i].content+'<BR>'; } $('#file-comments').append(html); }); } function get_favor(){ var url ="/Download/get_item_favors/id/"+g_id+".html"; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; for(i in ret){ html =html + '<a href=/User/profile/id/'+ret[i].user_new_id+'.html class=user>'+ret[i].name+'</a> '; } $('#favor-users').html(html); }); } // 得到下载这个的用户又下载了什么 function get_more_download(){ } // 得到下载这个的用户又搜索了什么 function get_more_keyword(){ } // 得到论坛相关问题 function get_bbs(){ } // 得到软件工场相关内容 function get_works(){ } // 得到相关聊天室 function get_chat(){ } // 得到相关软件商城信息 function get_shop(){ } // 得到job // 得到学习内容 // 数据 get_download_user(); //get_relate_item(); get_comment(); get_favor(); $('.vote-up').click(function(){ var url="/Download/vote/t/up/id/"+g_id; $.get(url,function(ret){ if(ret.status==0){ alert(ret.info); if(ret.url.length >0) location.href=ret.url; } else{ var s =$('#vote-up-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#vote-up-count').html(count); } }) return false; }); $('.vote-down').click(function(){ var url="/Download/vote/t/down/id/"+g_id; $.get(url,function(ret){ if(ret.status==0) alert(ret.info); else{ var s =$('#vote-down-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#vote-down-count').html(count); } }) return false; }); $('.favor-item').click(function(){ var url="/Favor/add/t/0/id/"+g_id; $.get(url,function(ret){ if(ret.status==0){ alert(ret.info); } else{ var s =$('#favor-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#favor-count').html(count); } }) return false; }); $('.pop-a').click(function(){ var url=$(this).attr('href'); $.get(url,function(ret){ alert(ret.info); //location.reload(); }) return false; }); document.getElementById('readme').innerHTML =marked.parse(document.getElementById('readme').innerHTML); </script> </html>