-
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule vim-gitgutter
updated
9 files
+6 −0 | README.mkd | |
+30 −0 | autoload/gitgutter.vim | |
+4 −0 | autoload/gitgutter/diff.vim | |
+1 −25 | autoload/gitgutter/diff_highlight.vim | |
+0 −6 | autoload/gitgutter/hunk.vim | |
+24 −6 | autoload/gitgutter/utility.vim | |
+6 −0 | doc/gitgutter.txt | |
+2 −0 | plugin/gitgutter.vim | |
+69 −31 | test/test_gitgutter.vim |
Submodule yats.vim
updated
7 files
+2 −0 | ftdetect/typescript.vim | |
+3 −1 | ftdetect/typescriptreact.vim | |
+7 −1 | syntax/basic/keyword.vim | |
+14 −3 | syntax/basic/literal.vim | |
+6 −0 | test/syntax.vader | |
+1 −0 | test/test.ts | |
+1 −1 | test/vader.vim |