Skip to content

Commit

Permalink
Added bufkill
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwyatt committed Jan 17, 2013
1 parent 6551bdc commit 4f02ad1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
1 change: 1 addition & 0 deletions bundle/.gitignore
Expand Up @@ -2,6 +2,7 @@ ensime
vim-actionscript
vim-async
vim-blogit
vim-bufkill
vim-command-t
vim-completion
vim-conque
Expand Down
37 changes: 19 additions & 18 deletions bundle/from_github.md
@@ -1,30 +1,31 @@
# Stuff pulled from GitHub

* **Fugitive**: `git clone https://github.com/tpope/vim-fugitive.git vim-fugitive`
* **Blogit**: `git clone https://github.com/vim-scripts/blogit.vim.git vim-blogit`
* **BufKill**: `git clone https://github.com/vim-scripts/bufkill.vim.git vim-bufkill`
* **Completion**: `git clone https://github.com/MarcWeber/vim-addon-completion.git vim-completion`
* **EasyMotion**: `git clone https://github.com/vim-scripts/EasyMotion.git vim-easymotion`
* **FSwitch**: `git clone https://github.com/derekwyatt/vim-fswitch.git vim-fswitch`
* **Forms**: `git clone https://github.com/megaannum/forms.git vim-forms`
* **Fugitive**: `git clone https://github.com/tpope/vim-fugitive.git vim-fugitive`
* **FuzzyFinder**: `git clone https://github.com/vim-scripts/FuzzyFinder.git vim-fuzzyfinder`
* **GNUPG**: `git clone https://github.com/vim-scripts/gnupg.vim.git vim-gnupg`
* **Surround**: `git clone https://github.com/tpope/vim-surround.git vim-surround`
* **Unimpaired**: `git clone https://github.com/tpope/vim-unimpaired.git vim-unimpaired`
* **Protodef**: `git clone https://github.com/derekwyatt/vim-protodef.git vim-protodef`
* **Solarized**: `git clone https://github.com/altercation/vim-colors-solarized.git vim-solarized`
* **L9**: `git clone https://github.com/vim-scripts/L9.git vim-l9`
* **Scala**: `git clone https://github.com/derekwyatt/vim-scala.git vim-scala`
* **XPTemplate**: `git clone https://github.com/drmingdrmer/xptemplate.git vim-xptemplate`
* **EasyMotion**: `git clone https://github.com/vim-scripts/EasyMotion.git vim-easymotion`
* **NERDTree**: `git clone https://github.com/scrooloose/nerdtree.git vim-nerdtree`
* **TwitVim**: `git clone https://github.com/vim-scripts/TwitVim.git vim-twitvim`
* **Blogit**: `git clone https://github.com/vim-scripts/blogit.vim.git vim-blogit`
* **Gundo**: `git clone https://github.com/sjl/gundo.vim.git vim-gundo`
* **JSON**: `git clone https://github.com/vim-scripts/vim-addon-json-encoding.git vim-json`
* **Signs**: `git clone https://github.com/MarcWeber/vim-addon-signs.git vim-signs`
* **JavaScript**: `git clone https://github.com/pangloss/vim-javascript.git vim-javascript`
* **L9**: `git clone https://github.com/vim-scripts/L9.git vim-l9`
* **MWUtils**: `git clone https://github.com/MarcWeber/vim-addon-mw-utils.git vim-mwutils`
* **Completion**: `git clone https://github.com/MarcWeber/vim-addon-completion.git vim-completion`
* **NERDTree**: `git clone https://github.com/scrooloose/nerdtree.git vim-nerdtree`
* **OrgMode**: `git clone https://github.com/jceb/vim-orgmode.git vim-orgmode`
* **JavaScript**: `git clone https://github.com/pangloss/vim-javascript.git vim-javascript`
* **Protodef**: `git clone https://github.com/derekwyatt/vim-protodef.git vim-protodef`
* **SBT**: `git clone https://github.com/derekwyatt/vim-sbt.git vim-sbt`
* **Vimside**: `git clone https://github.com/derekwyatt/vimside.git vim-vimside`
* **Scala**: `git clone https://github.com/derekwyatt/vim-scala.git vim-scala`
* **Self**: `git clone https://github.com/megaannum/self.git vim-self`
* **Signs**: `git clone https://github.com/MarcWeber/vim-addon-signs.git vim-signs`
* **Solarized**: `git clone https://github.com/altercation/vim-colors-solarized.git vim-solarized`
* **Surround**: `git clone https://github.com/tpope/vim-surround.git vim-surround`
* **TwitVim**: `git clone https://github.com/vim-scripts/TwitVim.git vim-twitvim`
* **Unimpaired**: `git clone https://github.com/tpope/vim-unimpaired.git vim-unimpaired`
* **VimProc**: `git clone https://github.com/Shougo/vimproc.git vim-vimproc`
* **VimShell**: `git clone https://github.com/Shougo/vimshell.git vim-vimshell`
* **Self**: `git clone https://github.com/megaannum/self.git vim-self`
* **Forms**: `git clone https://github.com/megaannum/forms.git vim-forms`
* **Vimside**: `git clone https://github.com/derekwyatt/vimside.git vim-vimside`
* **XPTemplate**: `git clone https://github.com/drmingdrmer/xptemplate.git vim-xptemplate`

0 comments on commit 4f02ad1

Please sign in to comment.