Skip to content

Commit dfbdaac

Browse files
author
Brian
committed
Compiled Command-T plugin and added some bundles as submodules
1 parent f388d49 commit dfbdaac

38 files changed

+6456
-1
lines changed

.VimballRecord

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
command-t-1.2.1.vba: call delete('/root/.vim/ruby/command-t/controller.rb')|call delete('/root/.vim/ruby/command-t/extconf.rb')|call delete('/root/.vim/ruby/command-t/finder/buffer_finder.rb')|call delete('/root/.vim/ruby/command-t/finder/file_finder.rb')|call delete('/root/.vim/ruby/command-t/finder.rb')|call delete('/root/.vim/ruby/command-t/match_window.rb')|call delete('/root/.vim/ruby/command-t/prompt.rb')|call delete('/root/.vim/ruby/command-t/scanner/buffer_scanner.rb')|call delete('/root/.vim/ruby/command-t/scanner/file_scanner.rb')|call delete('/root/.vim/ruby/command-t/scanner.rb')|call delete('/root/.vim/ruby/command-t/settings.rb')|call delete('/root/.vim/ruby/command-t/stub.rb')|call delete('/root/.vim/ruby/command-t/vim/path_utilities.rb')|call delete('/root/.vim/ruby/command-t/vim/screen.rb')|call delete('/root/.vim/ruby/command-t/vim/window.rb')|call delete('/root/.vim/ruby/command-t/vim.rb')|call delete('/root/.vim/ruby/command-t/ext.c')|call delete('/root/.vim/ruby/command-t/match.c')|call delete('/root/.vim/ruby/command-t/matcher.c')|call delete('/root/.vim/ruby/command-t/ext.h')|call delete('/root/.vim/ruby/command-t/match.h')|call delete('/root/.vim/ruby/command-t/matcher.h')|call delete('/root/.vim/ruby/command-t/ruby_compat.h')|call delete('/root/.vim/ruby/command-t/depend')|call delete('/root/.vim/doc/command-t.txt')|call delete('/root/.vim/plugin/command-t.vim')

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "bundle/zencoding-vim"]
2+
path = bundle/zencoding-vim
3+
url = git://github.com/mattn/zencoding-vim.git
4+
[submodule "bundle/vim-coffee-script"]
5+
path = bundle/vim-coffee-script
6+
url = git://github.com/jayferd/vim-coffee-script.git
7+
[submodule "bundle/minibufexpl"]
8+
path = bundle/minibufexpl
9+
url = git://github.com/fholgado/minibufexpl.vim.git
Submodule minibufexpl updated from 0000000 to 308d6b1

bundle/vim-coffee-script

Submodule vim-coffee-script updated from 1b4957f to b9b4407

0 commit comments

Comments
 (0)