Skip to content

Commit

Permalink
Merge pull request #2 from Xerkus/master
Browse files Browse the repository at this point in the history
Updated Gist-vim
  • Loading branch information
EvanDotPro committed Apr 21, 2012
2 parents 15fc00e + b965562 commit f74442e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@
[submodule "bundle/phpcomplete.vim"] [submodule "bundle/phpcomplete.vim"]
path = bundle/phpcomplete.vim path = bundle/phpcomplete.vim
url = git://github.com/EvanDotPro/phpcomplete.vim.git url = git://github.com/EvanDotPro/phpcomplete.vim.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = git://github.com/mattn/webapi-vim.git
2 changes: 1 addition & 1 deletion bundle/gist-vim
Submodule gist-vim updated from e3e23c to e2ce76
1 change: 1 addition & 0 deletions bundle/webapi-vim
Submodule webapi-vim added at 496032
4 changes: 0 additions & 4 deletions config.dist.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ let g:gist_detect_filetype = 1
"let g:gist_open_browser_after_post = 1 "let g:gist_open_browser_after_post = 1
"let g:gist_browser_command = 'firefox %URL% &' "let g:gist_browser_command = 'firefox %URL% &'


" Set this to your GitHub username and token
"let g:github_user = 'YourUsername'
"let g:github_token = 'yourtokengoeshere'



"-------------------------------- "--------------------------------
" PHP Docblock Generation Options " PHP Docblock Generation Options
Expand Down

0 comments on commit f74442e

Please sign in to comment.