Skip to content

Commit

Permalink
OSX Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Dec 16, 2021
1 parent 0064370 commit 15a3aea
Show file tree
Hide file tree
Showing 39 changed files with 44 additions and 40 deletions.
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
[submodule "vim/bundle/vim-better-whitespace"]
path = vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "vim/bundle/gundo.vim"]
path = vim/bundle/gundo.vim
url = http://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
Expand Down Expand Up @@ -248,3 +245,9 @@
[submodule "vim/bundle/vim-cue"]
path = vim/bundle/vim-cue
url = https://github.com/jjo/vim-cue
[submodule "vim/bundle/blamer"]
path = vim/bundle/blamer
url = https://github.com/APZelos/blamer.nvim
[submodule "vim/bundle/gundo.vim"]
path = vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
2 changes: 1 addition & 1 deletion oh-my-zsh
Submodule oh-my-zsh updated from 93ad3a to 41c15a
2 changes: 1 addition & 1 deletion tmux/plugins/tpm
2 changes: 1 addition & 1 deletion vim/bundle/Dockerfile.vim
2 changes: 1 addition & 1 deletion vim/bundle/Recover.vim
1 change: 1 addition & 0 deletions vim/bundle/blamer
Submodule blamer added at f4eb22
2 changes: 1 addition & 1 deletion vim/bundle/bufexplorer
Submodule bufexplorer updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion vim/bundle/ctrlp.vim
2 changes: 1 addition & 1 deletion vim/bundle/nerdtree
2 changes: 1 addition & 1 deletion vim/bundle/rainbow
2 changes: 1 addition & 1 deletion vim/bundle/supertab
Submodule supertab updated 1 files
+1 −1 README.rst
2 changes: 1 addition & 1 deletion vim/bundle/syntastic
2 changes: 1 addition & 1 deletion vim/bundle/syntax
Submodule syntax updated 1 files
+21 −0 LICENSE
2 changes: 1 addition & 1 deletion vim/bundle/tagbar
2 changes: 1 addition & 1 deletion vim/bundle/unicode.vim
2 changes: 1 addition & 1 deletion vim/bundle/vim-airline
2 changes: 1 addition & 1 deletion vim/bundle/vim-airline-themes
2 changes: 1 addition & 1 deletion vim/bundle/vim-colortemplate
Submodule vim-colortemplate updated 54 files
+11 −18 autoload/colortemplate.vim
+20 −15 doc/colortemplate.txt
+2 −0 doc/tags
+1 −1 templates/_bw.colortemplate
+1 −1 test/expected/test1.vim
+1 −1 test/expected/test22.vim
+1 −1 test/expected/test24.vim
+1 −1 test/expected/test27.vim
+59 −25 test/expected/test28.vim
+1 −1 test/expected/test29.vim
+1 −1 test/expected/test30.vim
+1 −1 test/expected/test33.vim
+1 −1 test/expected/test34.vim
+1 −1 test/expected/test37.vim
+1 −1 test/expected/test38a.vim
+1 −1 test/expected/test41.vim
+1 −1 test/expected/test42.vim
+1 −1 test/expected/test43.vim
+1 −1 test/expected/test44a.vim
+1 −1 test/expected/test46a.vim
+1 −1 test/expected/test5.vim
+1 −1 test/expected/test50a.vim
+1 −1 test/expected/test50b.vim
+1 −1 test/expected/test53.vim
+1 −1 test/expected/test58.vim
+1 −1 test/expected/test59.vim
+1 −1 test/expected/test60.vim
+1 −1 test/expected/test61.vim
+1 −1 test/expected/test63.vim
+1 −1 test/expected/test64.vim
+1 −1 test/expected/test65.vim
+1 −1 test/expected/test68a.vim
+1 −1 test/expected/test7.vim
+2 −2 test/expected/test70.vim
+1 −1 test/expected/test72.vim
+1 −1 test/expected/test73.vim
+1 −1 test/expected/test74.vim
+1 −1 test/expected/test76.vim
+1 −1 test/expected/test77.vim
+1 −1 test/expected/test78.vim
+1 −1 test/expected/test79.vim
+1 −1 test/expected/test80.vim
+1 −1 test/expected/test81.vim
+1 −1 test/expected/test82.vim
+1 −1 test/expected/test83.vim
+1 −1 test/expected/test84.vim
+28 −0 test/expected/test88.vim
+38 −2 test/runtests.vim
+1 −1 test/test16.txt
+25 −5 test/test28.txt
+2 −2 test/test70.txt
+2 −2 test/test71.txt
+18 −0 test/test87/test87.txt
+12 −0 test/test88.txt
2 changes: 1 addition & 1 deletion vim/bundle/vim-fugitive
2 changes: 1 addition & 1 deletion vim/bundle/vim-go
Submodule vim-go updated 55 files
+5 −2 .github/ISSUE_TEMPLATE.md
+11 −0 .github/workflows/git.yml
+2 −2 .github/workflows/test.yml
+93 −0 CHANGELOG.md
+1 −1 Dockerfile
+9 −4 README.md
+1 −1 autoload/fzf/decls.vim
+4 −0 autoload/go/auto.vim
+1 −1 autoload/go/calls_test.vim
+0 −1 autoload/go/cmd_test.vim
+15 −7 autoload/go/config.vim
+1 −1 autoload/go/coverage.vim
+249 −105 autoload/go/debug.vim
+3 −3 autoload/go/debug_test.vim
+92 −9 autoload/go/highlight_test.vim
+2 −1 autoload/go/job_test.vim
+1 −1 autoload/go/lint.vim
+145 −99 autoload/go/lint_test.vim
+155 −16 autoload/go/lsp.vim
+46 −45 autoload/go/lsp/message.vim
+12 −11 autoload/go/path.vim
+2 −2 autoload/go/play.vim
+5 −3 autoload/go/rename.vim
+3 −0 autoload/go/test-fixtures/lint/src/errcheck/go.mod
+3 −0 autoload/go/test-fixtures/lint/src/foo/go.mod
+3 −0 autoload/go/test-fixtures/lint/src/lint/go.mod
+3 −0 autoload/go/test-fixtures/lint/src/vet/go.mod
+3 −0 autoload/go/test-fixtures/test/src/compilerror/go.mod
+3 −0 autoload/go/test-fixtures/test/src/example/go.mod
+3 −0 autoload/go/test-fixtures/test/src/play/go.mod
+1 −1 autoload/go/test-fixtures/test/src/play/play_test.go
+3 −0 autoload/go/test-fixtures/test/src/showname/go.mod
+3 −0 autoload/go/test-fixtures/test/src/testcompilerror/go.mod
+3 −0 autoload/go/test-fixtures/test/src/timeout/go.mod
+3 −0 autoload/go/test-fixtures/test/src/veterror/go.mod
+1 −0 autoload/go/test_test.vim
+9 −2 autoload/go/tool.vim
+2 −0 autoload/go/tool_test.vim
+31 −8 autoload/go/util.vim
+48 −7 autoload/gotest.vim
+73 −44 doc/vim-go.txt
+1 −1 ftdetect/gofiletype.vim
+2 −0 ftplugin/go.vim
+5 −2 ftplugin/go/commands.vim
+1 −0 ftplugin/go/mappings.vim
+8 −1 gosnippets/UltiSnips/go.snippets
+6 −0 gosnippets/snippets/go.snip
+29 −60 plugin/go.vim
+2 −2 scripts/install-tools
+1 −1 scripts/lint
+2 −2 scripts/run-vim
+2 −2 scripts/test
+13 −9 syntax/go.vim
+17 −1 syntax/gomod.vim
+1 −3 syntax/gotexttmpl.vim
2 changes: 1 addition & 1 deletion vim/bundle/vim-gtfo
2 changes: 1 addition & 1 deletion vim/bundle/vim-instant-markdown
2 changes: 1 addition & 1 deletion vim/bundle/vim-lastplace
Submodule vim-lastplace updated from 48ba34 to d52282
2 changes: 1 addition & 1 deletion vim/bundle/vim-startify
2 changes: 1 addition & 1 deletion vim/bundle/vim-tmux-navigator
2 changes: 1 addition & 1 deletion vim/bundle/vim-vinegar
Submodule vim-vinegar updated 3 files
+2 −2 README.markdown
+1 −1 doc/vinegar.txt
+14 −3 plugin/vinegar.vim
2 changes: 1 addition & 1 deletion zsh-completions

0 comments on commit 15a3aea

Please sign in to comment.