-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While at it, update modules. Signed-off-by: Kare Nuorteva <kare.nuorteva@me.com>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule vim-fugitive
updated
1 files
+14 −7 | plugin/fugitive.vim |
Submodule vim-go
updated
25 files
+58 −0 | LICENSE | |
+43 −66 | README.md | |
+100 −63 | autoload/go/cmd.vim | |
+9 −1 | autoload/go/complete.vim | |
+14 −6 | autoload/go/def.vim | |
+1 −1 | autoload/go/doc.vim | |
+3 −2 | autoload/go/errcheck.vim | |
+18 −6 | autoload/go/fmt.vim | |
+1 −1 | autoload/go/lint.vim | |
+34 −9 | autoload/go/oracle.vim | |
+11 −6 | autoload/go/package.vim | |
+168 −0 | autoload/go/path.vim | |
+2 −2 | autoload/go/rename.vim | |
+22 −48 | autoload/go/tool.vim | |
+51 −0 | autoload/go/util.vim | |
+1 −1 | autoload/go/vimproc.vim | |
+84 −21 | doc/vim-go.txt | |
+10 −6 | ftdetect/gofiletype.vim | |
+28 −15 | ftplugin/go/commands.vim | |
+2 −2 | ftplugin/go/tagbar.vim | |
+5 −0 | indent/gohtmltmpl.vim | |
+15 −68 | plugin/go.vim | |
+1 −1 | syntax/go.vim | |
+15 −0 | syntax/gohtmltmpl.vim | |
+85 −0 | syntax/gotexttmpl.vim |
Submodule vim-syntastic
updated
from 9af644 to 5c6e78