Skip to content

Commit

Permalink
add vim-path submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fenton committed Oct 17, 2013
1 parent 8a9e9b7 commit aed4c17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
[submodule "vim/bundle/vim-magiq"]
path = vim/bundle/vim-magiq
url = git://github.com/tfentonz/vim-magiq.git
[submodule "vim/bundle/vim-pipe"]
path = vim/bundle/vim-pipe
url = git://github.com/krisajenkins/vim-pipe
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround
[submodule "vim/bundle/vim-path"]
path = vim/bundle/vim-path
url = git://github.com/krisajenkins/vim-pipe
1 change: 1 addition & 0 deletions vim/bundle/vim-path
Submodule vim-path added at 30d763
1 change: 1 addition & 0 deletions vim/ftplugin/sql.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let b:vimpipe_command="mysql -t ncs"

0 comments on commit aed4c17

Please sign in to comment.