From bb9c85e523bb5e45d68e5fde1a233ccade867861 Mon Sep 17 00:00:00 2001 From: amix Date: Thu, 16 Aug 2012 23:41:25 -0400 Subject: [PATCH] lets try again... --- sources_colors/mayansmoke | 1 - sources_colors/peaksea | 1 - sources_colors/vim-colors-solarized | 1 - sources_colors/vim-pyte | 1 - sources_misc/vim-bundle-mako | 1 - sources_misc/vim-coffee-script | 1 - sources_misc/vim-less | 1 - sources_misc/vim-markdown | 1 - sources_non_forked/ack.vim/.gitignore | 1 + sources_non_forked/ack.vim/README.md | 96 + sources_non_forked/ack.vim/Rakefile | 23 + sources_non_forked/ack.vim/doc/ack.txt | 70 + sources_non_forked/ack.vim/plugin/ack.vim | 80 + sources_non_forked/bufexplorer.zip/README | 20 + .../bufexplorer.zip/doc/bufexplorer.txt | 513 ++ .../bufexplorer.zip/plugin/bufexplorer.vim | 1162 +++++ sources_non_forked/ctrlp.vim/.gitignore | 6 + .../ctrlp.vim/autoload/ctrlp.vim | 1950 ++++++++ .../ctrlp.vim/autoload/ctrlp/bookmarkdir.vim | 140 + .../ctrlp.vim/autoload/ctrlp/buffertag.vim | 239 + .../ctrlp.vim/autoload/ctrlp/changes.vim | 95 + .../ctrlp.vim/autoload/ctrlp/dir.vim | 92 + .../ctrlp.vim/autoload/ctrlp/line.vim | 62 + .../ctrlp.vim/autoload/ctrlp/mixed.vim | 83 + .../ctrlp.vim/autoload/ctrlp/mrufiles.vim | 119 + .../ctrlp.vim/autoload/ctrlp/quickfix.vim | 62 + .../ctrlp.vim/autoload/ctrlp/rtscript.vim | 56 + .../ctrlp.vim/autoload/ctrlp/tag.vim | 124 + .../ctrlp.vim/autoload/ctrlp/undo.vim | 154 + .../ctrlp.vim/autoload/ctrlp/utils.vim | 72 + sources_non_forked/ctrlp.vim/doc/ctrlp.txt | 1256 +++++ sources_non_forked/ctrlp.vim/plugin/ctrlp.vim | 66 + sources_non_forked/ctrlp.vim/readme.md | 87 + sources_non_forked/mayansmoke/README | 43 + .../mayansmoke/colors/mayansmoke.vim | 343 ++ sources_non_forked/nerdtree/.gitignore | 3 + sources_non_forked/nerdtree/README.markdown | 104 + sources_non_forked/nerdtree/doc/NERD_tree.txt | 1331 +++++ .../nerdtree_plugin/exec_menuitem.vim | 41 + .../nerdtree/nerdtree_plugin/fs_menu.vim | 224 + .../nerdtree/plugin/NERD_tree.vim | 4391 +++++++++++++++++ .../nerdtree/syntax/nerdtree.vim | 88 + .../plugin/open_file_under_cursor.vim | 28 + sources_non_forked/snipmate-snippets/AUTHORS | 38 + sources_non_forked/snipmate-snippets/LICENSE | 20 + .../snipmate-snippets/README.md | 47 + .../snipmate-snippets/addon-info.json | 10 + .../snipmate-snippets/snippets/_.snippets | 227 + .../snippets/actionscript.snippets | 157 + .../snippets/apache.snippets | 35 + .../snippets/autoit.snippets | 66 + .../snipmate-snippets/snippets/c.snippets | 134 + .../snipmate-snippets/snippets/chef.snippets | 204 + .../snippets/clojure.snippets | 90 + .../snipmate-snippets/snippets/cmake.snippets | 58 + .../snippets/coffee.snippets | 87 + .../snipmate-snippets/snippets/cpp.snippets | 66 + .../snipmate-snippets/snippets/cs.snippets | 374 ++ .../snipmate-snippets/snippets/css.snippets | 967 ++++ .../snipmate-snippets/snippets/dart.snippets | 82 + .../snipmate-snippets/snippets/diff.snippets | 11 + .../snippets/django.snippets | 108 + .../snippets/erlang.snippets | 160 + .../snipmate-snippets/snippets/eruby.snippets | 117 + .../snippets/falcon.snippets | 71 + .../snipmate-snippets/snippets/go.snippets | 201 + .../snipmate-snippets/snippets/haml.snippets | 20 + .../snippets/haskell.snippets | 82 + .../snipmate-snippets/snippets/html.snippets | 816 +++ .../snippets/htmldjango.snippets | 136 + .../snippets/htmltornado.snippets | 55 + .../snipmate-snippets/snippets/java.snippets | 240 + .../snippets/javascript-jquery.snippets | 589 +++ .../snippets/javascript.snippets | 156 + .../snipmate-snippets/snippets/jsp.snippets | 99 + .../snipmate-snippets/snippets/lua.snippets | 21 + .../snipmate-snippets/snippets/make.snippets | 4 + .../snipmate-snippets/snippets/mako.snippets | 54 + .../snippets/markdown.snippets | 87 + .../snipmate-snippets/snippets/objc.snippets | 247 + .../snipmate-snippets/snippets/perl.snippets | 358 ++ .../snipmate-snippets/snippets/php.snippets | 349 ++ .../snipmate-snippets/snippets/po.snippets | 5 + .../snippets/processing.snippets | 784 +++ .../snippets/progress.snippets | 58 + .../snippets/puppet.snippets | 155 + .../snippets/python.snippets | 141 + .../snipmate-snippets/snippets/r.snippets | 95 + .../snipmate-snippets/snippets/rst.snippets | 22 + .../snipmate-snippets/snippets/ruby.snippets | 925 ++++ .../snipmate-snippets/snippets/sh.snippets | 43 + .../snippets/snippets.snippets | 9 + .../snipmate-snippets/snippets/tcl.snippets | 92 + .../snipmate-snippets/snippets/tex.snippets | 197 + .../snippets/textile.snippets | 30 + .../snipmate-snippets/snippets/vim.snippets | 45 + .../snipmate-snippets/snippets/xslt.snippets | 97 + .../snipmate-snippets/snippets/zsh.snippets | 62 + sources_non_forked/tlib/README | 72 + sources_non_forked/tlib/autoload/tlib.vim | 12 + .../tlib/autoload/tlib/Filter_cnf.vim | 151 + .../tlib/autoload/tlib/Filter_cnfd.vim | 54 + .../tlib/autoload/tlib/Filter_fuzzy.vim | 73 + .../tlib/autoload/tlib/Filter_seq.vim | 98 + .../tlib/autoload/tlib/Object.vim | 163 + .../tlib/autoload/tlib/Test.vim | 27 + .../tlib/autoload/tlib/TestChild.vim | 27 + .../tlib/autoload/tlib/World.vim | 1012 ++++ .../tlib/autoload/tlib/agent.vim | 514 ++ sources_non_forked/tlib/autoload/tlib/arg.vim | 102 + .../tlib/autoload/tlib/autocmdgroup.vim | 23 + .../tlib/autoload/tlib/balloon.vim | 52 + .../tlib/autoload/tlib/buffer.vim | 394 ++ .../tlib/autoload/tlib/cache.vim | 261 + .../tlib/autoload/tlib/char.vim | 58 + sources_non_forked/tlib/autoload/tlib/cmd.vim | 94 + .../tlib/autoload/tlib/comments.vim | 57 + .../tlib/autoload/tlib/date.vim | 120 + sources_non_forked/tlib/autoload/tlib/dir.vim | 83 + .../tlib/autoload/tlib/eval.vim | 55 + .../tlib/autoload/tlib/file.vim | 127 + .../tlib/autoload/tlib/hook.vim | 33 + .../tlib/autoload/tlib/input.vim | 781 +++ .../tlib/autoload/tlib/list.vim | 164 + sources_non_forked/tlib/autoload/tlib/map.vim | 23 + .../tlib/autoload/tlib/normal.vim | 34 + .../tlib/autoload/tlib/notify.vim | 103 + .../tlib/autoload/tlib/paragraph.vim | 97 + .../tlib/autoload/tlib/progressbar.vim | 79 + sources_non_forked/tlib/autoload/tlib/rx.vim | 63 + .../tlib/autoload/tlib/scratch.vim | 123 + .../tlib/autoload/tlib/signs.vim | 103 + .../tlib/autoload/tlib/string.vim | 156 + .../tlib/autoload/tlib/syntax.vim | 51 + sources_non_forked/tlib/autoload/tlib/tab.vim | 55 + sources_non_forked/tlib/autoload/tlib/tag.vim | 122 + .../tlib/autoload/tlib/textobjects.vim | 45 + .../tlib/autoload/tlib/time.vim | 60 + .../tlib/autoload/tlib/type.vim | 29 + sources_non_forked/tlib/autoload/tlib/url.vim | 52 + sources_non_forked/tlib/autoload/tlib/var.vim | 85 + sources_non_forked/tlib/autoload/tlib/vim.vim | 107 + sources_non_forked/tlib/autoload/tlib/win.vim | 136 + sources_non_forked/tlib/doc/tlib.txt | 1697 +++++++ sources_non_forked/tlib/plugin/02tlib.vim | 318 ++ sources_non_forked/tlib/test/tlib.vim | 219 + .../vim-addon-mw-utils/.gitignore | 1 + .../vim-addon-mw-utils/autoload/buf_utils.vim | 24 + .../autoload/cached_file_contents.vim | 104 + .../autoload/env_reload.vim | 12 + .../vim-addon-mw-utils/autoload/funcref.vim | 95 + .../vim-addon-mw-utils/autoload/glob.vim | 27 + .../vim-addon-mw-utils/autoload/tiny_cmd.vim | 19 + .../doc/cached_file_contents.txt | 7 + .../vim-addon-mw-utils/doc/funcref.txt | 35 + .../vim-addon-mw-utils/doc/tiny_cmd.txt | 18 + .../vim-addon-mw-utils-addon-info.txt | 9 + sources_non_forked/vim-bundle-mako/README | 19 + .../vim-bundle-mako/ftdetect/mako.vim | 1 + .../vim-bundle-mako/indent/mako.vim | 353 ++ .../vim-bundle-mako/syntax/mako.vim | 86 + .../vim-coffee-script/.gitignore | 4 + .../vim-coffee-script/Copying.md | 15 + sources_non_forked/vim-coffee-script/Makefile | 25 + sources_non_forked/vim-coffee-script/News.md | 18 + .../vim-coffee-script/Readme.md | 271 + .../vim-coffee-script/Thanks.md | 44 + sources_non_forked/vim-coffee-script/Todo.md | 1 + .../vim-coffee-script/after/syntax/haml.vim | 9 + .../vim-coffee-script/after/syntax/html.vim | 11 + .../vim-coffee-script/compiler/coffee.vim | 82 + .../vim-coffee-script/doc/coffee-script.txt | 143 + .../vim-coffee-script/ftdetect/coffee.vim | 17 + .../vim-coffee-script/ftdetect/eco.vim | 1 + .../vim-coffee-script/ftplugin/coffee.vim | 263 + .../vim-coffee-script/indent/coffee.vim | 351 ++ .../vim-coffee-script/syntax/coffee.vim | 221 + .../vim-coffee-script/syntax/eco.vim | 62 + .../vim-coffee-script/test/test-eco.html.eco | 12 + .../vim-coffee-script/test/test-interp.coffee | 3 + .../vim-coffee-script/test/test-ops.coffee | 90 + .../test/test-reserved.coffee | 27 + .../vim-coffee-script/test/test.html | 7 + .../vim-colors-solarized/README.mkd | 267 + .../autoload/togglebg.vim | 55 + .../vim-colors-solarized/bitmaps/togglebg.png | Bin 0 -> 1674 bytes .../vim-colors-solarized/colors/solarized.vim | 1117 +++++ .../vim-colors-solarized/doc/solarized.txt | 254 + .../vim-colors-solarized/doc/tags | 27 + sources_non_forked/vim-less/.gitignore | 1 + sources_non_forked/vim-less/README.md | 41 + sources_non_forked/vim-less/ftdetect/less.vim | 1 + sources_non_forked/vim-less/ftplugin/less.vim | 23 + sources_non_forked/vim-less/indent/less.vim | 11 + sources_non_forked/vim-less/screenshot.png | Bin 0 -> 52352 bytes sources_non_forked/vim-less/syntax/less.vim | 44 + .../vim-markdown/ftdetect/markdown.vim | 6 + .../vim-markdown/ftplugin/markdown.vim | 21 + .../vim-markdown/syntax/markdown.vim | 107 + sources_non_forked/vim-powerline/.gitignore | 2 + sources_non_forked/vim-powerline/README.rst | 107 + .../vim-powerline/autoload/Pl.vim | 183 + .../vim-powerline/autoload/Pl/Colorscheme.vim | 145 + .../vim-powerline/autoload/Pl/Hi.vim | 140 + .../vim-powerline/autoload/Pl/Match.vim | 43 + .../vim-powerline/autoload/Pl/Mod.vim | 40 + .../vim-powerline/autoload/Pl/Parser.vim | 371 ++ .../vim-powerline/autoload/Pl/Segment.vim | 188 + .../vim-powerline/autoload/Pl/Theme.vim | 100 + .../Powerline/Colorschemes/default.vim | 166 + .../autoload/Powerline/Colorschemes/skwp.vim | 192 + .../autoload/Powerline/Functions.vim | 141 + .../autoload/Powerline/Functions/ft_man.vim | 12 + .../autoload/Powerline/Functions/fugitive.vim | 7 + .../autoload/Powerline/Functions/hgrev.vim | 17 + .../Powerline/Functions/syntastic.vim | 16 + .../autoload/Powerline/Matches.vim | 13 + .../autoload/Powerline/Segments.vim | 30 + .../autoload/Powerline/Segments/ctrlp.vim | 20 + .../autoload/Powerline/Segments/ft_man.vim | 3 + .../autoload/Powerline/Segments/fugitive.vim | 5 + .../autoload/Powerline/Segments/hgrev.vim | 4 + .../autoload/Powerline/Segments/rvm.vim | 6 + .../autoload/Powerline/Segments/syntastic.vim | 5 + .../autoload/Powerline/Segments/tagbar.vim | 6 + .../Powerline/Segments/virtualenv.vim | 5 + .../autoload/Powerline/Themes/default.vim | 116 + .../autoload/Powerline/Themes/skwp.vim | 116 + .../vim-powerline/doc/Powerline.txt | 429 ++ .../fontpatcher/PowerlineSymbols.sfd | 319 ++ .../vim-powerline/fontpatcher/README.rst | 164 + .../vim-powerline/fontpatcher/fontpatcher | 240 + .../vim-powerline/plugin/Powerline.vim | 69 + sources_non_forked/vim-pyte/README | 11 + sources_non_forked/vim-pyte/colors/pyte.vim | 92 + sources_non_forked/vim-snipmate/.gitignore | 3 + sources_non_forked/vim-snipmate/README.rst | 273 + .../vim-snipmate/addon-info.json | 12 + .../vim-snipmate/after/plugin/snipMate.vim | 48 + .../vim-snipmate/autoload/snipMate.vim | 935 ++++ .../autoload/snipMate_python_demo.vim | 47 + .../vim-snipmate/doc/snipMate.txt | 458 ++ .../ftplugin/html_snip_helper.vim | 10 + .../vim-snipmate/ftplugin/snippet.vim | 8 + .../vim-snipmate/ftplugin/snippets.vim | 1 + .../vim-snipmate/plugin/snipMate.vim | 83 + .../vim-snipmate/plugin/snipMateInterface.vim | 2 + .../vim-snipmate/syntax/snippet.vim | 11 + .../vim-snipmate/syntax/snippets.vim | 23 + sources_non_forked/vim-snippets/all.snippets | 112 + .../vim-snippets/bindzone.snippets | 27 + sources_non_forked/vim-snippets/c.snippets | 102 + .../vim-snippets/coffee.snippets | 90 + .../vim-snippets/coffee_jasmine.snippets | 163 + sources_non_forked/vim-snippets/cpp.snippets | 52 + sources_non_forked/vim-snippets/css.snippets | 405 ++ .../vim-snippets/django.snippets | 236 + .../vim-snippets/erlang.snippets | 98 + .../vim-snippets/eruby.snippets | 279 ++ sources_non_forked/vim-snippets/go.snippets | 107 + .../vim-snippets/haskell.snippets | 61 + sources_non_forked/vim-snippets/help.snippets | 30 + sources_non_forked/vim-snippets/html.snippets | 335 ++ .../vim-snippets/htmldjango.snippets | 1 + sources_non_forked/vim-snippets/java.snippets | 212 + .../vim-snippets/javascript.snippets | 65 + .../vim-snippets/javascript_jasmine.snippets | 168 + .../vim-snippets/jinja2.snippets | 209 + sources_non_forked/vim-snippets/json.snippets | 19 + sources_non_forked/vim-snippets/lua.snippets | 37 + sources_non_forked/vim-snippets/mako.snippets | 90 + sources_non_forked/vim-snippets/mkd.snippets | 44 + sources_non_forked/vim-snippets/objc.snippets | 270 + .../vim-snippets/pascal.snippets | 122 + sources_non_forked/vim-snippets/perl.snippets | 127 + sources_non_forked/vim-snippets/php.snippets | 236 + .../vim-snippets/phtml.snippets | 74 + .../vim-snippets/puppet.snippets | 78 + .../vim-snippets/python.snippets | 463 ++ .../vim-snippets/rails.snippets | 906 ++++ sources_non_forked/vim-snippets/rst.snippets | 61 + sources_non_forked/vim-snippets/ruby.snippets | 568 +++ sources_non_forked/vim-snippets/sh.snippets | 71 + .../vim-snippets/snippets.snippets | 23 + sources_non_forked/vim-snippets/tcl.snippets | 50 + sources_non_forked/vim-snippets/tex.snippets | 125 + .../vim-snippets/texmath.snippets | 54 + sources_non_forked/vim-snippets/vim.snippets | 58 + .../vim-snippets/xhtml.snippets | 1 + sources_non_forked/vim-surround/.gitignore | 1 + .../vim-surround/README.markdown | 97 + .../vim-surround/doc/surround.txt | 211 + .../vim-surround/plugin/surround.vim | 567 +++ sources_plugins/YankRing | 1 - sources_plugins/ack.vim | 1 - sources_plugins/bufexplorer.zip | 1 - sources_plugins/ctrlp.vim | 1 - sources_plugins/nerdtree | 1 - sources_plugins/open_file_under_cursor.vim | 1 - sources_plugins/snipmate-snippets | 1 - sources_plugins/tlib | 1 - sources_plugins/vim-addon-mw-utils | 1 - sources_plugins/vim-powerline | 1 - sources_plugins/vim-snipmate | 1 - sources_plugins/vim-snippets | 1 - sources_plugins/vim-surround | 1 - 306 files changed, 47995 insertions(+), 21 deletions(-) delete mode 160000 sources_colors/mayansmoke delete mode 160000 sources_colors/peaksea delete mode 160000 sources_colors/vim-colors-solarized delete mode 160000 sources_colors/vim-pyte delete mode 160000 sources_misc/vim-bundle-mako delete mode 160000 sources_misc/vim-coffee-script delete mode 160000 sources_misc/vim-less delete mode 160000 sources_misc/vim-markdown create mode 100644 sources_non_forked/ack.vim/.gitignore create mode 100644 sources_non_forked/ack.vim/README.md create mode 100644 sources_non_forked/ack.vim/Rakefile create mode 100644 sources_non_forked/ack.vim/doc/ack.txt create mode 100644 sources_non_forked/ack.vim/plugin/ack.vim create mode 100644 sources_non_forked/bufexplorer.zip/README create mode 100644 sources_non_forked/bufexplorer.zip/doc/bufexplorer.txt create mode 100644 sources_non_forked/bufexplorer.zip/plugin/bufexplorer.vim create mode 100644 sources_non_forked/ctrlp.vim/.gitignore create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/bookmarkdir.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/buffertag.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/changes.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/dir.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/line.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/mixed.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/mrufiles.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/quickfix.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/rtscript.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/tag.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/undo.vim create mode 100644 sources_non_forked/ctrlp.vim/autoload/ctrlp/utils.vim create mode 100644 sources_non_forked/ctrlp.vim/doc/ctrlp.txt create mode 100644 sources_non_forked/ctrlp.vim/plugin/ctrlp.vim create mode 100644 sources_non_forked/ctrlp.vim/readme.md create mode 100644 sources_non_forked/mayansmoke/README create mode 100644 sources_non_forked/mayansmoke/colors/mayansmoke.vim create mode 100644 sources_non_forked/nerdtree/.gitignore create mode 100644 sources_non_forked/nerdtree/README.markdown create mode 100644 sources_non_forked/nerdtree/doc/NERD_tree.txt create mode 100644 sources_non_forked/nerdtree/nerdtree_plugin/exec_menuitem.vim create mode 100644 sources_non_forked/nerdtree/nerdtree_plugin/fs_menu.vim create mode 100644 sources_non_forked/nerdtree/plugin/NERD_tree.vim create mode 100644 sources_non_forked/nerdtree/syntax/nerdtree.vim create mode 100644 sources_non_forked/open_file_under_cursor.vim/plugin/open_file_under_cursor.vim create mode 100644 sources_non_forked/snipmate-snippets/AUTHORS create mode 100644 sources_non_forked/snipmate-snippets/LICENSE create mode 100644 sources_non_forked/snipmate-snippets/README.md create mode 100644 sources_non_forked/snipmate-snippets/addon-info.json create mode 100644 sources_non_forked/snipmate-snippets/snippets/_.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/actionscript.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/apache.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/autoit.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/c.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/chef.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/clojure.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/cmake.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/coffee.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/cpp.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/cs.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/css.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/dart.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/diff.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/django.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/erlang.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/eruby.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/falcon.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/go.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/haml.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/haskell.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/html.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/htmldjango.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/htmltornado.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/java.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/javascript-jquery.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/javascript.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/jsp.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/lua.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/make.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/mako.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/markdown.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/objc.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/perl.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/php.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/po.snippets create mode 100755 sources_non_forked/snipmate-snippets/snippets/processing.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/progress.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/puppet.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/python.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/r.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/rst.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/ruby.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/sh.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/snippets.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/tcl.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/tex.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/textile.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/vim.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/xslt.snippets create mode 100644 sources_non_forked/snipmate-snippets/snippets/zsh.snippets create mode 100644 sources_non_forked/tlib/README create mode 100644 sources_non_forked/tlib/autoload/tlib.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Filter_cnf.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Filter_cnfd.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Filter_fuzzy.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Filter_seq.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Object.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/Test.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/TestChild.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/World.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/agent.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/arg.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/autocmdgroup.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/balloon.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/buffer.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/cache.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/char.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/cmd.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/comments.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/date.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/dir.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/eval.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/file.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/hook.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/input.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/list.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/map.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/normal.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/notify.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/paragraph.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/progressbar.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/rx.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/scratch.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/signs.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/string.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/syntax.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/tab.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/tag.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/textobjects.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/time.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/type.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/url.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/var.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/vim.vim create mode 100644 sources_non_forked/tlib/autoload/tlib/win.vim create mode 100644 sources_non_forked/tlib/doc/tlib.txt create mode 100644 sources_non_forked/tlib/plugin/02tlib.vim create mode 100644 sources_non_forked/tlib/test/tlib.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/.gitignore create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/buf_utils.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/cached_file_contents.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/env_reload.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/funcref.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/glob.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/autoload/tiny_cmd.vim create mode 100644 sources_non_forked/vim-addon-mw-utils/doc/cached_file_contents.txt create mode 100644 sources_non_forked/vim-addon-mw-utils/doc/funcref.txt create mode 100644 sources_non_forked/vim-addon-mw-utils/doc/tiny_cmd.txt create mode 100644 sources_non_forked/vim-addon-mw-utils/vim-addon-mw-utils-addon-info.txt create mode 100644 sources_non_forked/vim-bundle-mako/README create mode 100644 sources_non_forked/vim-bundle-mako/ftdetect/mako.vim create mode 100644 sources_non_forked/vim-bundle-mako/indent/mako.vim create mode 100644 sources_non_forked/vim-bundle-mako/syntax/mako.vim create mode 100644 sources_non_forked/vim-coffee-script/.gitignore create mode 100644 sources_non_forked/vim-coffee-script/Copying.md create mode 100644 sources_non_forked/vim-coffee-script/Makefile create mode 100644 sources_non_forked/vim-coffee-script/News.md create mode 100644 sources_non_forked/vim-coffee-script/Readme.md create mode 100644 sources_non_forked/vim-coffee-script/Thanks.md create mode 100644 sources_non_forked/vim-coffee-script/Todo.md create mode 100644 sources_non_forked/vim-coffee-script/after/syntax/haml.vim create mode 100644 sources_non_forked/vim-coffee-script/after/syntax/html.vim create mode 100644 sources_non_forked/vim-coffee-script/compiler/coffee.vim create mode 100644 sources_non_forked/vim-coffee-script/doc/coffee-script.txt create mode 100644 sources_non_forked/vim-coffee-script/ftdetect/coffee.vim create mode 100644 sources_non_forked/vim-coffee-script/ftdetect/eco.vim create mode 100644 sources_non_forked/vim-coffee-script/ftplugin/coffee.vim create mode 100644 sources_non_forked/vim-coffee-script/indent/coffee.vim create mode 100755 sources_non_forked/vim-coffee-script/syntax/coffee.vim create mode 100644 sources_non_forked/vim-coffee-script/syntax/eco.vim create mode 100644 sources_non_forked/vim-coffee-script/test/test-eco.html.eco create mode 100644 sources_non_forked/vim-coffee-script/test/test-interp.coffee create mode 100644 sources_non_forked/vim-coffee-script/test/test-ops.coffee create mode 100644 sources_non_forked/vim-coffee-script/test/test-reserved.coffee create mode 100644 sources_non_forked/vim-coffee-script/test/test.html create mode 100644 sources_non_forked/vim-colors-solarized/README.mkd create mode 100644 sources_non_forked/vim-colors-solarized/autoload/togglebg.vim create mode 100644 sources_non_forked/vim-colors-solarized/bitmaps/togglebg.png create mode 100644 sources_non_forked/vim-colors-solarized/colors/solarized.vim create mode 100644 sources_non_forked/vim-colors-solarized/doc/solarized.txt create mode 100644 sources_non_forked/vim-colors-solarized/doc/tags create mode 100644 sources_non_forked/vim-less/.gitignore create mode 100644 sources_non_forked/vim-less/README.md create mode 100644 sources_non_forked/vim-less/ftdetect/less.vim create mode 100644 sources_non_forked/vim-less/ftplugin/less.vim create mode 100644 sources_non_forked/vim-less/indent/less.vim create mode 100644 sources_non_forked/vim-less/screenshot.png create mode 100644 sources_non_forked/vim-less/syntax/less.vim create mode 100644 sources_non_forked/vim-markdown/ftdetect/markdown.vim create mode 100644 sources_non_forked/vim-markdown/ftplugin/markdown.vim create mode 100644 sources_non_forked/vim-markdown/syntax/markdown.vim create mode 100644 sources_non_forked/vim-powerline/.gitignore create mode 100644 sources_non_forked/vim-powerline/README.rst create mode 100644 sources_non_forked/vim-powerline/autoload/Pl.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Colorscheme.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Hi.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Match.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Mod.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Parser.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Segment.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Pl/Theme.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Colorschemes/default.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Colorschemes/skwp.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Functions.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Functions/ft_man.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Functions/fugitive.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Functions/hgrev.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Functions/syntastic.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Matches.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments.vim create mode 100755 sources_non_forked/vim-powerline/autoload/Powerline/Segments/ctrlp.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/ft_man.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/fugitive.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/hgrev.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/rvm.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/syntastic.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/tagbar.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Segments/virtualenv.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Themes/default.vim create mode 100644 sources_non_forked/vim-powerline/autoload/Powerline/Themes/skwp.vim create mode 100644 sources_non_forked/vim-powerline/doc/Powerline.txt create mode 100644 sources_non_forked/vim-powerline/fontpatcher/PowerlineSymbols.sfd create mode 100644 sources_non_forked/vim-powerline/fontpatcher/README.rst create mode 100755 sources_non_forked/vim-powerline/fontpatcher/fontpatcher create mode 100644 sources_non_forked/vim-powerline/plugin/Powerline.vim create mode 100644 sources_non_forked/vim-pyte/README create mode 100644 sources_non_forked/vim-pyte/colors/pyte.vim create mode 100644 sources_non_forked/vim-snipmate/.gitignore create mode 100644 sources_non_forked/vim-snipmate/README.rst create mode 100644 sources_non_forked/vim-snipmate/addon-info.json create mode 100644 sources_non_forked/vim-snipmate/after/plugin/snipMate.vim create mode 100644 sources_non_forked/vim-snipmate/autoload/snipMate.vim create mode 100644 sources_non_forked/vim-snipmate/autoload/snipMate_python_demo.vim create mode 100644 sources_non_forked/vim-snipmate/doc/snipMate.txt create mode 100644 sources_non_forked/vim-snipmate/ftplugin/html_snip_helper.vim create mode 100644 sources_non_forked/vim-snipmate/ftplugin/snippet.vim create mode 100644 sources_non_forked/vim-snipmate/ftplugin/snippets.vim create mode 100644 sources_non_forked/vim-snipmate/plugin/snipMate.vim create mode 100644 sources_non_forked/vim-snipmate/plugin/snipMateInterface.vim create mode 100644 sources_non_forked/vim-snipmate/syntax/snippet.vim create mode 100644 sources_non_forked/vim-snipmate/syntax/snippets.vim create mode 100644 sources_non_forked/vim-snippets/all.snippets create mode 100644 sources_non_forked/vim-snippets/bindzone.snippets create mode 100644 sources_non_forked/vim-snippets/c.snippets create mode 100644 sources_non_forked/vim-snippets/coffee.snippets create mode 100644 sources_non_forked/vim-snippets/coffee_jasmine.snippets create mode 100644 sources_non_forked/vim-snippets/cpp.snippets create mode 100644 sources_non_forked/vim-snippets/css.snippets create mode 100644 sources_non_forked/vim-snippets/django.snippets create mode 100644 sources_non_forked/vim-snippets/erlang.snippets create mode 100644 sources_non_forked/vim-snippets/eruby.snippets create mode 100644 sources_non_forked/vim-snippets/go.snippets create mode 100644 sources_non_forked/vim-snippets/haskell.snippets create mode 100644 sources_non_forked/vim-snippets/help.snippets create mode 100644 sources_non_forked/vim-snippets/html.snippets create mode 100644 sources_non_forked/vim-snippets/htmldjango.snippets create mode 100644 sources_non_forked/vim-snippets/java.snippets create mode 100644 sources_non_forked/vim-snippets/javascript.snippets create mode 100644 sources_non_forked/vim-snippets/javascript_jasmine.snippets create mode 100644 sources_non_forked/vim-snippets/jinja2.snippets create mode 100644 sources_non_forked/vim-snippets/json.snippets create mode 100644 sources_non_forked/vim-snippets/lua.snippets create mode 100644 sources_non_forked/vim-snippets/mako.snippets create mode 100644 sources_non_forked/vim-snippets/mkd.snippets create mode 100644 sources_non_forked/vim-snippets/objc.snippets create mode 100644 sources_non_forked/vim-snippets/pascal.snippets create mode 100644 sources_non_forked/vim-snippets/perl.snippets create mode 100644 sources_non_forked/vim-snippets/php.snippets create mode 100644 sources_non_forked/vim-snippets/phtml.snippets create mode 100644 sources_non_forked/vim-snippets/puppet.snippets create mode 100644 sources_non_forked/vim-snippets/python.snippets create mode 100644 sources_non_forked/vim-snippets/rails.snippets create mode 100644 sources_non_forked/vim-snippets/rst.snippets create mode 100644 sources_non_forked/vim-snippets/ruby.snippets create mode 100644 sources_non_forked/vim-snippets/sh.snippets create mode 100644 sources_non_forked/vim-snippets/snippets.snippets create mode 100644 sources_non_forked/vim-snippets/tcl.snippets create mode 100644 sources_non_forked/vim-snippets/tex.snippets create mode 100644 sources_non_forked/vim-snippets/texmath.snippets create mode 100644 sources_non_forked/vim-snippets/vim.snippets create mode 100644 sources_non_forked/vim-snippets/xhtml.snippets create mode 100644 sources_non_forked/vim-surround/.gitignore create mode 100644 sources_non_forked/vim-surround/README.markdown create mode 100644 sources_non_forked/vim-surround/doc/surround.txt create mode 100644 sources_non_forked/vim-surround/plugin/surround.vim delete mode 160000 sources_plugins/YankRing delete mode 160000 sources_plugins/ack.vim delete mode 160000 sources_plugins/bufexplorer.zip delete mode 160000 sources_plugins/ctrlp.vim delete mode 160000 sources_plugins/nerdtree delete mode 160000 sources_plugins/open_file_under_cursor.vim delete mode 160000 sources_plugins/snipmate-snippets delete mode 160000 sources_plugins/tlib delete mode 160000 sources_plugins/vim-addon-mw-utils delete mode 160000 sources_plugins/vim-powerline delete mode 160000 sources_plugins/vim-snipmate delete mode 160000 sources_plugins/vim-snippets delete mode 160000 sources_plugins/vim-surround diff --git a/sources_colors/mayansmoke b/sources_colors/mayansmoke deleted file mode 160000 index 168883af..00000000 --- a/sources_colors/mayansmoke +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 168883af7aec05f139af251f47eadd5dfb802c9d diff --git a/sources_colors/peaksea b/sources_colors/peaksea deleted file mode 160000 index 2051d4e5..00000000 --- a/sources_colors/peaksea +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2051d4e5384b94b4e258b059e959ffb5202dec11 diff --git a/sources_colors/vim-colors-solarized b/sources_colors/vim-colors-solarized deleted file mode 160000 index 528a59f2..00000000 --- a/sources_colors/vim-colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/sources_colors/vim-pyte b/sources_colors/vim-pyte deleted file mode 160000 index a1071f30..00000000 --- a/sources_colors/vim-pyte +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a1071f30656b26645b69f59e1e05257829a39620 diff --git a/sources_misc/vim-bundle-mako b/sources_misc/vim-bundle-mako deleted file mode 160000 index fb8387fd..00000000 --- a/sources_misc/vim-bundle-mako +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fb8387fd066e9757e53727131a6d197cecf4bb55 diff --git a/sources_misc/vim-coffee-script b/sources_misc/vim-coffee-script deleted file mode 160000 index d6dcb9b0..00000000 --- a/sources_misc/vim-coffee-script +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6dcb9b0fb5beac9e84cfb84c1917b7e0df5850f diff --git a/sources_misc/vim-less b/sources_misc/vim-less deleted file mode 160000 index d605010c..00000000 --- a/sources_misc/vim-less +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d605010cab695dca64c5cd9bf8bbcc8db9864815 diff --git a/sources_misc/vim-markdown b/sources_misc/vim-markdown deleted file mode 160000 index dcdab0cd..00000000 --- a/sources_misc/vim-markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dcdab0cd55da5e0b8655c000d99d96624cd6404c diff --git a/sources_non_forked/ack.vim/.gitignore b/sources_non_forked/ack.vim/.gitignore new file mode 100644 index 00000000..6e92f57d --- /dev/null +++ b/sources_non_forked/ack.vim/.gitignore @@ -0,0 +1 @@ +tags diff --git a/sources_non_forked/ack.vim/README.md b/sources_non_forked/ack.vim/README.md new file mode 100644 index 00000000..50d23686 --- /dev/null +++ b/sources_non_forked/ack.vim/README.md @@ -0,0 +1,96 @@ +# ack.vim # + +This plugin is a front for the Perl module +[App::Ack](http://search.cpan.org/~petdance/ack/ack). Ack can be used as a +replacement for 99% of the uses of _grep_. This plugin will allow you to run +ack from vim, and shows the results in a split window. + +The *Official Version* of this plugin is available at [vim.org](http://www.vim.org/scripts/script.php?script_id=2572). + +## Installation ## + + +### Ack + +You have to install [ack](http://betterthangrep.com/), of course. + +Install on Debian / Ubuntu with: + + sudo apt-get install ack-grep + +For Debian / Ubuntu you can add this line into your .vimrc: + + let g:ackprg="ack-grep -H --nocolor --nogroup --column" + +Install on Gentoo with: + + sudo emerge ack + +Install with Homebrew: + + brew install ack + +Install with MacPorts: + + sudo port install p5-app-ack + +Install with Gentoo Prefix + + emerge ack + +Otherwise, you are on your own. + +### The Plugin + +If you have [Rake](http://rake.rubyforge.org/) installed, you can just run: `rake install`. + +Otherwise, the file ack.vim goes in ~/.vim/plugin, and the ack.txt file belongs in ~/.vim/doc. Be sure to run + + :helptags ~/.vim/doc + +afterwards. + + +## Usage ## + + :Ack [options] {pattern} [{directory}] + +Search recursively in {directory} (which defaults to the current directory) for the {pattern}. + +Files containing the search term will be listed in the split window, along with +the line number of the occurrence, once for each occurrence. [Enter] on a line +in this window will open the file, and place the cursor on the matching line. + +Just like where you use :grep, :grepadd, :lgrep, and :lgrepadd, you can use `:Ack`, `:AckAdd`, `:LAck`, and `:LAckAdd` respectively. (See `doc/ack.txt`, or install and `:h Ack` for more information.) + +**From the [ack docs](http://betterthangrep.com/)** (my favorite feature): + + --type=TYPE, --type=noTYPE + + Specify the types of files to include or exclude from a search. TYPE is a filetype, like perl or xml. --type=perl can also be specified as --perl, and --type=noperl can be done as --noperl. + + If a file is of both type "foo" and "bar", specifying --foo and --nobar will exclude the file, because an exclusion takes precedence over an inclusion. + + Type specifications can be repeated and are ORed together. + + See ack --help=types for a list of valid types. + +### Keyboard Shortcuts ### + +In the quickfix window, you can use: + + o to open (same as enter) + go to preview file (open but maintain focus on ack.vim results) + t to open in new tab + T to open in new tab silently + v to open in vertical split + gv to open in vertical split silently + q to close the quickfix window + +This Vim plugin is derived (and by derived, I mean copied, essentially) from +Antoine Imbert's blog post [Ack and Vim +Integration](http://blog.ant0ine.com/typepad/2007/03/ack-and-vim-integration.html) (in +particular, the function at the bottom of the post). I added a help file that +provides just enough reference to get you going. I also highly recommend you +check out the docs for the Perl script 'ack', for obvious reasons: [ack - +grep-like text finder](http://betterthangrep.com/). diff --git a/sources_non_forked/ack.vim/Rakefile b/sources_non_forked/ack.vim/Rakefile new file mode 100644 index 00000000..af5a8695 --- /dev/null +++ b/sources_non_forked/ack.vim/Rakefile @@ -0,0 +1,23 @@ +# Added by Josh Nichols, a.k.a. technicalpickles +require 'rake' + +files = ['doc/ack.txt', 'plugin/ack.vim'] + +desc 'Install plugin and documentation' +task :install do + vimfiles = if ENV['VIMFILES'] + ENV['VIMFILES'] + elsif RUBY_PLATFORM =~ /(win|w)32$/ + File.expand_path("~/vimfiles") + else + File.expand_path("~/.vim") + end + files.each do |file| + target_file = File.join(vimfiles, file) + FileUtils.mkdir_p File.dirname(target_file) + FileUtils.cp file, target_file + + puts " Copied #{file} to #{target_file}" + end + +end diff --git a/sources_non_forked/ack.vim/doc/ack.txt b/sources_non_forked/ack.vim/doc/ack.txt new file mode 100644 index 00000000..683ef8d0 --- /dev/null +++ b/sources_non_forked/ack.vim/doc/ack.txt @@ -0,0 +1,70 @@ +*ack.txt* Plugin that integrates ack with Vim + +============================================================================== +Author: Antoine Imbert *ack-author* +License: Same terms as Vim itself (see |license|) + +============================================================================== +INTRODUCTION *ack* + +This plugin is a front for the Perl module App::Ack. Ack can be used as a +replacement for grep. This plugin will allow you to run ack from vim, and +shows the results in a split window. + +:Ack[!] [options] {pattern} [{directory}] *:Ack* + + Search recursively in {directory} (which defaults to the current + directory) for the {pattern}. Behaves just like the |:grep| command, but + will open the |Quickfix| window for you. If [!] is not given the first + error is jumped to. + +:AckAdd [options] {pattern} [{directory}] *:AckAdd* + + Just like |:Ack|, but instead of making a new list, the matches are + appended to the current |quickfix| list. + +:AckFromSearch [{directory}] *:AckFromSearch* + + Just like |:Ack| but the pattern is from previous search. + +:LAck [options] {pattern} [{directory}] *:LAck* + + Just like |:Ack| but instead of the |quickfix| list, matches are placed in + the current |location-list|. + +:LAckAdd [options] {pattern} [{directory}] *:LAckAdd* + + Just like |:AckAdd| but instead of the |quickfix| list, matches are added + to the current |location-list| + +:AckFile [options] {pattern} [{directory}] *:AckFile* + + Search recursively in {directory} (which defaults to the current + directory) for filenames matching the {pattern}. Behaves just like the + |:grep| command, but will open the |Quickfix| window for you. + +Files containing the search term will be listed in the split window, along +with the line number of the occurrence, once for each occurrence. on +a line in this window will open the file, and place the cursor on the matching +line. + +See http://betterthangrep.com/ for more information. + +============================================================================== +MAPPINGS *ack-mappings* + +The following keyboard shortcuts are available in the quickfix window: + +o open file (same as enter). + +go preview file (open but maintain focus on ack.vim results). + +t open in a new tab. + +T open in new tab silently. + +v open in vertical split. + +gv open in vertical split silently. + +q close the quickfix window. diff --git a/sources_non_forked/ack.vim/plugin/ack.vim b/sources_non_forked/ack.vim/plugin/ack.vim new file mode 100644 index 00000000..55326182 --- /dev/null +++ b/sources_non_forked/ack.vim/plugin/ack.vim @@ -0,0 +1,80 @@ +" NOTE: You must, of course, install the ack script +" in your path. +" On Debian / Ubuntu: +" sudo apt-get install ack-grep +" On your vimrc: +" let g:ackprg="ack-grep -H --nocolor --nogroup --column" +" +" With MacPorts: +" sudo port install p5-app-ack + +" Location of the ack utility +if !exists("g:ackprg") + let g:ackprg="ack -H --nocolor --nogroup --column" +endif + +function! s:Ack(cmd, args) + redraw + echo "Searching ..." + + " If no pattern is provided, search for the word under the cursor + if empty(a:args) + let l:grepargs = expand("") + else + let l:grepargs = a:args + end + + " Format, used to manage column jump + if a:cmd =~# '-g$' + let g:ackformat="%f" + else + let g:ackformat="%f:%l:%c:%m" + end + + let grepprg_bak=&grepprg + let grepformat_bak=&grepformat + try + let &grepprg=g:ackprg + let &grepformat=g:ackformat + silent execute a:cmd . " " . l:grepargs + finally + let &grepprg=grepprg_bak + let &grepformat=grepformat_bak + endtry + + if a:cmd =~# '^l' + botright lopen + else + botright copen + endif + + exec "nnoremap q :ccl" + exec "nnoremap t T" + exec "nnoremap T TgT" + exec "nnoremap o " + exec "nnoremap go " + exec "nnoremap v v" + exec "nnoremap gv v" + + " If highlighting is on, highlight the search keyword. + if exists("g:ackhighlight") + let @/=a:args + set hlsearch + end + + redraw! +endfunction + +function! s:AckFromSearch(cmd, args) + let search = getreg('/') + " translate vim regular expression to perl regular expression. + let search = substitute(search,'\(\\<\|\\>\)','\\b','g') + call s:Ack(a:cmd, '"' . search .'" '. a:args) +endfunction + +command! -bang -nargs=* -complete=file Ack call s:Ack('grep',) +command! -bang -nargs=* -complete=file AckAdd call s:Ack('grepadd', ) +command! -bang -nargs=* -complete=file AckFromSearch call s:AckFromSearch('grep', ) +command! -bang -nargs=* -complete=file LAck call s:Ack('lgrep', ) +command! -bang -nargs=* -complete=file LAckAdd call s:Ack('lgrepadd', ) +command! -bang -nargs=* -complete=file AckFile call s:Ack('grep -g', ) diff --git a/sources_non_forked/bufexplorer.zip/README b/sources_non_forked/bufexplorer.zip/README new file mode 100644 index 00000000..0975ab13 --- /dev/null +++ b/sources_non_forked/bufexplorer.zip/README @@ -0,0 +1,20 @@ +This is a mirror of http://www.vim.org/scripts/script.php?script_id=42 + +With bufexplorer, you can quickly and easily switch between buffers by using the one of the default public interfaces: + + '\be' (normal open) or + '\bs' (force horizontal split open) or + '\bv' (force vertical split open) + +Once the bufexplorer window is open you can use the normal movement keys (hjkl) to move around and then use or to select the buffer you would like to open. If you would like to have the selected buffer opened in a new tab, simply press either or 't'. Please note that when opening a buffer in a tab, that if the buffer is already in another tab, bufexplorer can switch to that tab automatically for you if you would like. More about that in the supplied VIM help. + +Bufexplorer also offers various options including: +- Display the list of buffers in various sort orders including: + - Most Recently Used (MRU) which is the default + - Buffer number + - File name + - File extension + - Full file path name +- Delete buffer from list + +For more about options, sort orders, configuration options, etc. please see the supplied VIM help. diff --git a/sources_non_forked/bufexplorer.zip/doc/bufexplorer.txt b/sources_non_forked/bufexplorer.zip/doc/bufexplorer.txt new file mode 100644 index 00000000..3864a312 --- /dev/null +++ b/sources_non_forked/bufexplorer.zip/doc/bufexplorer.txt @@ -0,0 +1,513 @@ +*bufexplorer.txt* Buffer Explorer Last Change: 16 Feb 2010 + +Buffer Explorer *buffer-explorer* *bufexplorer* + Version 7.2.8 + +Plugin for easily exploring (or browsing) Vim |:buffers|. + +|bufexplorer-installation| Installation +|bufexplorer-usage| Usage +|bufexplorer-windowlayout| Window Layout +|bufexplorer-customization| Customization +|bufexplorer-changelog| Change Log +|bufexplorer-todo| Todo +|bufexplorer-credits| Credits + +For Vim version 7.0 and above. +This plugin is only available if 'compatible' is not set. + +{Vi does not have any of this} + +============================================================================== +INSTALLATION *bufexplorer-installation* + +To install: + - Download the bufexplorer.zip. + - Extract the zip archive into your runtime directory. + The archive contains plugin/bufexplorer.vim, and doc/bufexplorer.txt. + - Start Vim or goto an existing instance of Vim. + - Execute the following command: +> + :helptag /doc +< + This will generate all the help tags for any file located in the doc + directory. + +============================================================================== +USAGE *bufexplorer-usage* + +To start exploring in the current window, use: > + \be or :BufExplorer +To start exploring in a newly split horizontal window, use: > + \bs or :BufExplorerHorizontalSplit +To start exploring in a newly split vertical window, use: > + \bv or :BufExplorerVerticalSplit + +If you would like to use something other than '\', you may simply change the +leader (see |mapleader|). + +Note: If the current buffer is modified when bufexplorer started, the current + window is always split and the new bufexplorer is displayed in that new + window. + +Commands to use once exploring: + + Toggle help information. + Opens the buffer that is under the cursor into the current + window. + Opens the buffer that is under the cursor into the current + window. + Opens the buffer that is under the cursor in another tab. + d |:delete|the buffer under the cursor from the list. The + buffer's 'buflisted' is cleared. This allows for the buffer to + be displayed again using the 'show unlisted' command. + R Toggles relative path/absolute path. + T Toggles to show only buffers for this tab or not. + D |:wipeout|the buffer under the cursor from the list. When a + buffers is wiped, it will not be shown when unlisted buffer are + displayed. + f Toggles whether you are taken to the active window when + selecting a buffer or not. + o Opens the buffer that is under the cursor into the current + window. + p Toggles the showing of a split filename/pathname. + q Quit exploring. + r Reverses the order the buffers are listed in. + s Selects the order the buffers are listed in. Either by buffer + number, file name, file extension, most recently used (MRU), or + full path. + t Opens the buffer that is under the cursor in another tab. + u Toggles the showing of "unlisted" buffers. + +Once invoked, Buffer Explorer displays a sorted list (MRU is the default +sort method) of all the buffers that are currently opened. You are then +able to move the cursor to the line containing the buffer's name you are +wanting to act upon. Once you have selected the buffer you would like, +you can then either open it, close it(delete), resort the list, reverse +the sort, quit exploring and so on... + +=============================================================================== +WINDOW LAYOUT *bufexplorer-windowlayout* + +------------------------------------------------------------------------------- +" Press for Help +" Sorted by mru | Locate buffer | Absolute Split path +"= + 01 %a bufexplorer.txt C:\Vim\vimfiles\doc line 87 + 02 # bufexplorer.vim c:\Vim\vimfiles\plugin line 1 +------------------------------------------------------------------------------- + | | | | | + | | | | +-- Current Line #. + | | | +-- Relative/Full Path + | | +-- Buffer Name. + | +-- Buffer Attributes. See|:buffers|for more information. + +-- Buffer Number. See|:buffers|for more information. + +=============================================================================== +CUSTOMIZATION *bufexplorer-customization* + + *g:bufExplorerChgWin* +If set, bufexplorer will bring up the selected buffer in the window specified +by g:bufExplorerChgWin. + + *g:bufExplorerDefaultHelp* +To control whether the default help is displayed or not, use: > + let g:bufExplorerDefaultHelp=0 " Do not show default help. + let g:bufExplorerDefaultHelp=1 " Show default help. +The default is to show the default help. + + *g:bufExplorerDetailedHelp* +To control whether detailed help is display by, use: > + let g:bufExplorerDetailedHelp=0 " Do not show detailed help. + let g:bufExplorerDetailedHelp=1 " Show detailed help. +The default is NOT to show detailed help. + + *g:bufExplorerFindActive* +To control whether you are taken to the active window when selecting a buffer, +use: > + let g:bufExplorerFindActive=0 " Do not go to active window. + let g:bufExplorerFindActive=1 " Go to active window. +The default is to be taken to the active window. + + *g:bufExplorerFuncRef* +When a buffer is selected, the functions specified either singly or as a list +will be called. + + *g:bufExplorerReverseSort* +To control whether to sort the buffer in reverse order or not, use: > + let g:bufExplorerReverseSort=0 " Do not sort in reverse order. + let g:bufExplorerReverseSort=1 " Sort in reverse order. +The default is NOT to sort in reverse order. + + *g:bufExplorerShowDirectories* +Directories usually show up in the list from using a command like ":e .". +To control whether to show directories in the buffer list or not, use: > + let g:bufExplorerShowDirectories=1 " Show directories. + let g:bufExplorerShowDirectories=0 " Don't show directories. +The default is to show directories. + + *g:bufExplorerShowRelativePath* +To control whether to show absolute paths or relative to the current +directory, use: > + let g:bufExplorerShowRelativePath=0 " Show absolute paths. + let g:bufExplorerShowRelativePath=1 " Show relative paths. +The default is to show absolute paths. + + *g:bufExplorerShowTabBuffer* +To control weither or not to show buffers on for the specific tab or not, use: > + let g:bufExplorerShowTabBuffer=0 " No. + let g:bufExplorerShowTabBuffer=1 " Yes. +The default is not to show. + + *g:bufExplorerShowUnlisted* +To control whether to show unlisted buffer or not, use: > + let g:bufExplorerShowUnlisted=0 " Do not show unlisted buffers. + let g:bufExplorerShowUnlisted=1 " Show unlisted buffers. +The default is to NOT show unlisted buffers. + + *g:bufExplorerSortBy* +To control what field the buffers are sorted by, use: > + let g:bufExplorerSortBy='extension' " Sort by file extension. + let g:bufExplorerSortBy='fullpath' " Sort by full file path name. + let g:bufExplorerSortBy='mru' " Sort by most recently used. + let g:bufExplorerSortBy='name' " Sort by the buffer's name. + let g:bufExplorerSortBy='number' " Sort by the buffer's number. +The default is to sort by mru. + + *g:bufExplorerSplitBelow* +To control where the new split window will be placed above or below the +current window, use: > + let g:bufExplorerSplitBelow=1 " Split new window below current. + let g:bufExplorerSplitBelow=0 " Split new window above current. +The default is to use what ever is set by the global &splitbelow +variable. + + *g:bufExplorerSplitOutPathName* +To control whether to split out the path and file name or not, use: > + let g:bufExplorerSplitOutPathName=1 " Split the path and file name. + let g:bufExplorerSplitOutPathName=0 " Don't split the path and file + " name. +The default is to split the path and file name. + + *g:bufExplorerSplitRight* +To control where the new vsplit window will be placed to the left or right of +current window, use: > + let g:bufExplorerSplitRight=0 " Split left. + let g:bufExplorerSplitRight=1 " Split right. +The default is to use the global &splitright. + +=============================================================================== +CHANGE LOG *bufexplorer-changelog* + +7.2.8 - Enhancements: + * Thanks to Charles Campbell for integrating bufexplorer with GDBMGR. + http://mysite.verizon.net/astronaut/vim/index.html#GDBMGR +7.2.7 - Fix: + * My 1st attempt to fix the "cache" issue where buffers information + has changed but the cache/display does not reflect those changes. + More work still needs to be done. +7.2.6 - Fix: + * Thanks to Michael Henry for pointing out that I totally forgot to + update the inline help to reflect the previous change to the 'd' + and 'D' keys. Opps! +7.2.5 - Fix: + * Philip Morant suggested switching the command (bwipe) associated + with the 'd' key with the command (bdelete) associated with the 'D' + key. This made sense since the 'd' key is more likely to be used + compared to the 'D' key. +7.2.4 - Fix: + * I did not implement the patch provided by Godefroid Chapelle + correctly. I missed one line which happened to be the most + important one :) +7.2.3 - Enhancements: + * Thanks to David Fishburn for helping me out with a much needed + code overhaul as well as some awesome performance enhancements. + He also reworked the handling of tabs. + * Thanks to Vladimir Dobriakov for making the suggestions on + enhancing the documentation to include a better explaination of + what is contained in the main bufexplorer window. + * Thanks to Yuriy Ershov for added code that when the bufexplorer + window is opened, the cursor is now positioned at the line with the + active buffer (useful in non-MRU sort modes). + * Yuriy also added the abiltiy to cycle through the sort fields in + reverse order. + Fixes: + * Thanks to Michael Henry for supplying a patch that allows + bufexplorer to be opened even when there is one buffer or less. + * Thanks to Godefroid Chapelle for supplying a patch that fixed + MRU sort order after loading a session. +7.2.2 - Fixes: + * Thanks to David L. Dight for spotting and fixing an issue when + using ctrl^. bufexplorer would incorrectly handle the previous + buffer so that when ctrl^ was pressed the incorrect file was opened. +7.2.1 - Fixes: + * Thanks to Dimitar for spotting and fixing a feature that was + inadvertently left out of the previous version. The feature was + when bufexplorer was used together with WinManager, you could use + the tab key to open a buffer in a split window. +7.2.0 - Enhancements: + * For all those missing the \bs and \bv commands, these have now + returned. Thanks to Phil O'Connell for asking for the return of + these missing features and helping test out this version. + Fixes: + * Fixed problem with the bufExplorerFindActive code not working + correctly. + * Fixed an incompatibility between bufexplorer and netrw that caused + buffers to be incorrectly removed from the MRU list. +7.1.7 - Fixes: + * TaCahiroy fixed several issues related to opening a buffer in a + tab. +7.1.6 - Fixes: + * Removed ff=unix from modeline in bufexplorer.txt. Found by Bill + McCarthy. +7.1.5 - Fixes: + * Could not open unnamed buffers. Fixed by TaCahiroy. +7.1.4 - Fixes: + * Sometimes when a file's path has 'white space' in it, extra buffers + would be created containing each piece of the path. i.e: + opening c:\document and settings\test.txt would create a buffer + named "and" and a buffer named "Documents". This was reported and + fixed by TaCa Yoss. +7.1.3 - Fixes: + * Added code to allow only one instance of the plugin to run at a + time. Thanks Dennis Hostetler. +7.1.2 - Fixes: + * Fixed a jumplist issue spotted by JiangJun. I overlooked the + 'jumplist' and with a couple calls to 'keepjumps', everything is + fine again. + * Went back to just having a plugin file, no autoload file. By having + the autoload, WinManager was no longer working and without really + digging into the cause, it was easier to go back to using just a + plugin file. +7.1.1 - Fixes: + * A problem spotted by Thomas Arendsen Hein. + When running Vim (7.1.94), error E493 was being thrown. + Enhancements: + * Added 'D' for 'delete' buffer as the 'd' command was a 'wipe' + buffer. +7.1.0 - Another 'major' update, some by Dave Larson, some by me. + * Making use of 'autoload' now to make the plugin load quicker. + * Removed '\bs' and '\bv'. These are now controlled by the user. The + user can issue a ':sp' or ':vs' to create a horizontal or vertical + split window and then issue a '\be' + * Added handling of tabs. +7.0.17 - Fixed issue with 'drop' command. + Various enhancements and improvements. +7.0.16 - Fixed issue reported by Liu Jiaping on non Windows systems, which was + ... + Open file1, open file2, modify file1, open bufexplorer, you get the + following error: + + --------8<-------- + Error detected while processing function + 14_StartBufExplorer..14_SplitOpen: + line 4: + E37: No write since last change (add ! to override) + + But the worse thing is, when I want to save the current buffer and + type ':w', I get another error message: + E382: Cannot write, 'buftype' option is set + --------8<-------- + +7.0.15 - Thanks to Mark Smithfield for suggesting bufexplorer needed to handle + the ':args' command. +7.0.14 - Thanks to Randall Hansen for removing the requirement of terminal + versions to be recompiled with 'gui' support so the 'drop' command + would work. The 'drop' command is really not needed in terminal + versions. +7.0.13 - Fixed integration with WinManager. + Thanks to Dave Eggum for another update. + - Fix: The detailed help didn't display the mapping for toggling + the split type, even though the split type is displayed. + - Fixed incorrect description in the detailed help for toggling + relative or full paths. + - Deprecated s:ExtractBufferNbr(). Vim's str2nr() does the same + thing. + - Created a s:Set() function that sets a variable only if it hasn't + already been defined. It's useful for initializing all those + default settings. + - Removed checks for repetitive command definitions. They were + unnecessary. + - Made the help highlighting a little more fancy. + - Minor reverse compatibility issue: Changed ambiguous setting + names to be more descriptive of what they do (also makes the code + easier to follow): + Changed bufExplorerSortDirection to bufExplorerReverseSort + Changed bufExplorerSplitType to bufExplorerSplitVertical + Changed bufExplorerOpenMode to bufExplorerUseCurrentWindow + - When the BufExplorer window closes, all the file-local marks are + now deleted. This may have the benefit of cleaning up some of the + jumplist. + - Changed the name of the parameter for StartBufExplorer from + "split" to "open". The parameter is a string which specifies how + the buffer will be open, not if it is split or not. + - Deprecated DoAnyMoreBuffersExist() - it is a one line function + only used in one spot. + - Created four functions (SplitOpen(), RebuildBufferList(), + UpdateHelpStatus() and ReSortListing()) all with one purpose - to + reduce repeated code. + - Changed the name of AddHeader() to CreateHelp() to be more + descriptive of what it does. It now returns an array instead of + updating the window directly. This has the benefit of making the + code more efficient since the text the function returns is used a + little differently in the two places the function is called. + - Other minor simplifications. +7.0.12 - MAJOR Update. + This version will ONLY run with Vim version 7.0 or greater. + Dave Eggum has made some 'significant' updates to this latest + version: + - Added BufExplorerGetAltBuf() global function to be used in the + user’s rulerformat. + - Added g:bufExplorerSplitRight option. + - Added g:bufExplorerShowRelativePath option with mapping. + - Added current line highlighting. + - The split type can now be changed whether bufexplorer is opened + in split mode or not. + - Various major and minor bug fixes and speed improvements. + - Sort by extension. + Other improvements/changes: + - Changed the help key from '?' to to be more 'standard'. + - Fixed splitting of vertical bufexplorer window. + Hopefully I have not forgot something :) +7.0.11 - Fixed a couple of highlighting bugs, reported by David Eggum. He also + changed passive voice to active on a couple of warning messages. +7.0.10 - Fixed bug report by Xiangjiang Ma. If the 'ssl' option is set, + the slash character used when displaying the path was incorrect. +7.0.9 - Martin Grenfell found and eliminated an annoying bug in the + bufexplorer/winmanager integration. The bug was were an + annoying message would be displayed when a window was split or + a new file was opened in a new window. Thanks Martin! +7.0.8 - Thanks to Mike Li for catching a bug in the WinManager integration. + The bug was related to the incorrect displaying of the buffer + explorer's window title. +7.0.7 - Thanks to Jeremy Cowgar for adding a new enhancement. This + enhancement allows the user to press 'S', that is capital S, which + will open the buffer under the cursor in a newly created split + window. +7.0.6 - Thanks to Larry Zhang for finding a bug in the "split" buffer code. + If you force set g:bufExplorerSplitType='v' in your vimrc, and if you + tried to do a \bs to split the bufexplorer window, it would always + split horizontal, not vertical. He also found that I had a typeo in + that the variable g:bufExplorerSplitVertSize was all lower case in + the documentation which was incorrect. +7.0.5 - Thanks to Mun Johl for pointing out a bug that if a buffer was + modified, the '+' was not showing up correctly. +7.0.4 - Fixed a problem discovered first by Xiangjiang Ma. Well since I've + been using vim 7.0 and not 6.3, I started using a function (getftype) + that is not in 6.3. So for backward compatibility, I conditionaly use + this function now. Thus, the g:bufExplorerShowDirectories feature is + only available when using vim 7.0 and above. +7.0.3 - Thanks to Erwin Waterlander for finding a problem when the last + buffer was deleted. This issue got me to rewrite the buffer display + logic (which I've wanted to do for sometime now). + Also great thanks to Dave Eggum for coming up with idea for + g:bufExplorerShowDirectories. Read the above information about this + feature. +7.0.2 - Thanks to Thomas Arendsen Hein for finding a problem when a user + has the default help turned off and then brought up the explorer. An + E493 would be displayed. +7.0.1 - Thanks to Erwin Waterlander for finding a couple problems. + The first problem allowed a modified buffer to be deleted. Opps! The + second problem occurred when several files were opened, BufExplorer + was started, the current buffer was deleted using the 'd' option, and + then BufExplorer was exited. The deleted buffer was still visible + while it is not in the buffers list. Opps again! +7.0.0 - Thanks to Shankar R. for suggesting to add the ability to set + the fixed width (g:bufExplorerSplitVertSize) of a new window + when opening bufexplorer vertically and fixed height + (g:bufExplorerSplitHorzSize) of a new window when opening + bufexplorer horizontally. By default, the windows are normally + split to use half the existing width or height. +6.3.0 - Added keepjumps so that the jumps list would not get cluttered with + bufexplorer related stuff. +6.2.3 - Thanks to Jay Logan for finding a bug in the vertical split position + of the code. When selecting that the window was to be split + vertically by doing a '\bv', from then on, all splits, i.e. '\bs', + were split vertically, even though g:bufExplorerSplitType was not set + to 'v'. +6.2.2 - Thanks to Patrik Modesto for adding a small improvement. For some + reason his bufexplorer window was always showing up folded. He added + 'setlocal nofoldenable' and it was fixed. +6.2.1 - Thanks goes out to Takashi Matsuo for added the 'fullPath' sorting + logic and option. +6.2.0 - Thanks goes out to Simon Johann-Ganter for spotting and fixing a + problem in that the last search pattern is overridden by the search + pattern for blank lines. +6.1.6 - Thanks to Artem Chuprina for finding a pesky bug that has been around + for sometime now. The key mapping was causing the buffer + explored to close prematurely when vim was run in an xterm. The + key mapping is now removed. +6.1.5 - Thanks to Khorev Sergey. Added option to show default help or not. +6.1.4 - Thanks goes out to Valery Kondakoff for suggesting the addition of + setlocal nonumber and foldcolumn=0. This allows for line numbering + and folding to be turned off temporarily while in the explorer. +6.1.3 - Added folding. Did some code cleanup. Added the ability to force the + newly split window to be temporarily vertical, which was suggested by + Thomas Glanzmann. +6.1.2 - Now pressing the key will quit, just like 'q'. + Added folds to hide winmanager configuration. + If anyone had the 'C' option in their cpoptions they would receive + a E10 error on startup of BufExplorer. cpo is now saved, updated and + restored. Thanks to Charles E Campbell, Jr. + Attempted to make sure there can only be one BufExplorer window open + at a time. +6.1.1 - Thanks to Brian D. Goodwin for adding toupper to FileNameCmp. This + way buffers sorted by name will be in the correct order regardless of + case. +6.0.16 - Thanks to Andre Pang for the original patch/idea to get bufexplorer + to work in insertmode/modeless mode (evim). Added Initialize + and Cleanup autocommands to handle commands that need to be + performed when starting or leaving bufexplorer. +6.0.15 - Srinath Avadhanulax added a patch for winmanager.vim. +6.0.14 - Fix a few more bug that I thought I already had fixed. Thanks + to Eric Bloodworth for adding 'Open Mode/Edit in Place'. Added + vertical splitting. +6.0.13 - Thanks to Charles E Campbell, Jr. for pointing out some embarrassing + typos that I had in the documentation. I guess I need to run + the spell checker more :o) +6.0.12 - Thanks to Madoka Machitani, for the tip on adding the augroup command + around the MRUList autocommands. +6.0.11 - Fixed bug report by Xiangjiang Ma. '"=' was being added to the + search history which messed up hlsearch. +6.0.10 - Added the necessary hooks so that the Srinath Avadhanula's + winmanager.vim script could more easily integrate with this script. + Tried to improve performance. +6.0.9 - Added MRU (Most Recently Used) sort ordering. +6.0.8 - Was not resetting the showcmd command correctly. + Added nifty help file. +6.0.7 - Thanks to Brett Carlane for some great enhancements. Some are added, + some are not, yet. Added highlighting of current and alternate + filenames. Added splitting of path/filename toggle. Reworked + ShowBuffers(). + Changed my email address. +6.0.6 - Copyright notice added. Needed this so that it could be distributed + with Debian Linux. Fixed problem with the SortListing() function + failing when there was only one buffer to display. +6.0.5 - Fixed problems reported by David Pascoe, in that you where unable to + hit 'd' on a buffer that belonged to a files that no longer existed + and that the 'yank' buffer was being overridden by the help text when + the bufexplorer was opened. +6.0.4 - Thanks to Charles Campbell, Jr. for making this plugin more plugin + *compliant*, adding default keymappings of be and bs + as well as fixing the 'w:sortDirLabel not being defined' bug. +6.0.3 - Added sorting capabilities. Sort taken from explorer.vim. +6.0.2 - Can't remember. (2001-07-25) +6.0.1 - Initial release. + +=============================================================================== +TODO *bufexplorer-todo* + +- Nothing as of now, buf if you have any suggestions, drop me an email. + +=============================================================================== +CREDITS *bufexplorer-credits* + +Author: Jeff Lanzarotta + +Credit must go out to Bram Moolenaar and all the Vim developers for +making the world's best editor (IMHO). I also want to thank everyone who +helped and gave me suggestions. I wouldn't want to leave anyone out so I +won't list names. + +=============================================================================== +vim:tw=78:noet:wrap:ts=8:ft=help:norl: diff --git a/sources_non_forked/bufexplorer.zip/plugin/bufexplorer.vim b/sources_non_forked/bufexplorer.zip/plugin/bufexplorer.vim new file mode 100644 index 00000000..9224dbda --- /dev/null +++ b/sources_non_forked/bufexplorer.zip/plugin/bufexplorer.vim @@ -0,0 +1,1162 @@ +"============================================================================== +" Copyright: Copyright (C) 2001-2010 Jeff Lanzarotta +" Permission is hereby granted to use and distribute this code, +" with or without modifications, provided that this copyright +" notice is copied with it. Like anything else that's free, +" bufexplorer.vim is provided *as is* and comes with no +" warranty of any kind, either expressed or implied. In no +" event will the copyright holder be liable for any damages +" resulting from the use of this software. +" Name Of File: bufexplorer.vim +" Description: Buffer Explorer Vim Plugin +" Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com) +" Last Changed: Tuesday, 16 Feb 2010 +" Version: See g:bufexplorer_version for version number. +" Usage: This file should reside in the plugin directory and be +" automatically sourced. +" +" You may use the default keymappings of +" +" be - Opens BE. +" bs - Opens horizontally window BE. +" bv - Opens vertically window BE. +" +" Or you can use +" +" ":BufExplorer" - Opens BE. +" ":BufExplorerHorizontalSplit" - Opens horizontally window BE. +" ":BufExplorerVerticalSplit" - Opens vertically window BE. +" +" For more help see supplied documentation. +" History: See supplied documentation. +"============================================================================== + +" Exit quickly if already running or when 'compatible' is set. {{{1 +if exists("g:bufexplorer_version") || &cp + finish +endif +"1}}} + +" Version number +let g:bufexplorer_version = "7.2.8" + +" Check for Vim version 700 or greater {{{1 +if v:version < 700 + echo "Sorry, bufexplorer ".g:bufexplorer_version."\nONLY runs with Vim 7.0 and greater." + finish +endif + +" Public Interface {{{1 +if maparg("be") =~ 'BufExplorer' + nunmap be +endif + +if maparg("bs") =~ 'BufExplorerHorizontalSplit' + nunmap bs +endif + +if maparg("bv") =~ 'BufExplorerVerticalSplit' + nunmap bv +endif + +nmap +snippet scriptsrc + +snippet section +
+ ${1} +
+snippet section. +
+ ${2} +
+snippet section# +
+ ${2} +
+snippet select + +snippet select. + +snippet small + ${1} +snippet source + +snippet span + ${1} +snippet strong + ${1} +snippet style + +snippet sub + ${1} +snippet summary + + ${1} + +snippet sup + ${1} +snippet table + + ${2} +
+snippet table. + + ${3} +
+snippet table# + + ${3} +
+snippet tbody + + ${1} + +snippet td + ${1} +snippet td. + ${2} +snippet td# + ${2} +snippet td+ + ${1} + td+${2} +snippet textarea + ${6} +snippet tfoot + + ${1} + +snippet th + ${1} +snippet th. + ${2} +snippet th# + ${2} +snippet th+ + ${1} + th+${2} +snippet thead + + ${1} + +snippet time +