-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule vim-fugitive
updated
5 files
+3 −8 | README.markdown | |
+1,718 −732 | autoload/fugitive.vim | |
+99 −30 | doc/fugitive.txt | |
+197 −85 | plugin/fugitive.vim | |
+5 −5 | syntax/fugitive.vim |
Submodule vim-puppet
updated
12 files
+52 −0 | .github/workflows/vader.yml | |
+0 −23 | .travis.yml | |
+2 −2 | autoload/puppet/align.vim | |
+5 −5 | autoload/puppet/ctags.vim | |
+3 −3 | compiler/puppet-lint.vim | |
+12 −12 | ftplugin/epuppet.vim | |
+6 −4 | ftplugin/puppet.vim | |
+1 −1 | ftplugin/puppet_tagbar.vim | |
+8 −8 | indent/puppet.vim | |
+2 −2 | syntax/epuppet.vim | |
+2 −2 | syntax/puppet.vim | |
+5 −4 | test/run-tests.sh |
Submodule vim-snippets
updated
12 files
+65 −0 | UltiSnips/javascript.snippets | |
+3 −3 | UltiSnips/markdown.snippets | |
+28 −1 | UltiSnips/python.snippets | |
+1 −2 | UltiSnips/sh.snippets | |
+27 −0 | snippets/c.snippets | |
+1 −0 | snippets/cpp.snippets | |
+1 −0 | snippets/css.snippets | |
+2 −2 | snippets/go.snippets | |
+4 −2 | snippets/html.snippets | |
+1 −1 | snippets/javascript/javascript.node.snippets | |
+9 −10 | snippets/python.snippets | |
+3 −3 | snippets/tex.snippets |