-
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
13 changed files
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule vim-gitgutter
updated
12 files
+87 −45 | README.mkd | |
+46 −22 | autoload/gitgutter.vim | |
+11 −1 | autoload/gitgutter/async.vim | |
+2 −12 | autoload/gitgutter/debug.vim | |
+14 −6 | autoload/gitgutter/diff.vim | |
+56 −27 | autoload/gitgutter/highlight.vim | |
+144 −55 | autoload/gitgutter/hunk.vim | |
+28 −25 | autoload/gitgutter/utility.vim | |
+163 −44 | doc/gitgutter.txt | |
+104 −54 | plugin/gitgutter.vim | |
+17 −2 | test/test_gitgutter.vim | |
+0 −27 | unplace.vim |
Submodule vim-jsx-pretty
deleted from
3a24dc
Submodule yats.vim
updated
26 files
+3 −0 | .github/FUNDING.yml | |
+29 −0 | README.md | |
+0 −4 | UltiSnips/typescript.snippets | |
+16 −0 | autoload/yats.vim | |
+65 −0 | ftplugin/typescript.vim | |
+2 −80 | indent/typescript.vim | |
+24 −18 | indent/typescriptreact.vim | |
+91 −21 | merged/typescript.vim | |
+91 −21 | merged/typescriptreact.vim | |
+12 −20 | syntax/basic/function.vim | |
+2 −2 | syntax/basic/identifiers.vim | |
+12 −10 | syntax/basic/keyword.vim | |
+7 −5 | syntax/basic/literal.vim | |
+2 −2 | syntax/basic/members.vim | |
+1 −1 | syntax/basic/object.vim | |
+1 −2 | syntax/basic/type.vim | |
+2 −2 | syntax/typescriptreact.vim | |
+3 −3 | syntax/yats/es6-array.vim | |
+1 −1 | syntax/yats/es6-object.vim | |
+1 −1 | syntax/yats/es6-promise.vim | |
+1 −1 | syntax/yats/es6-regexp.vim | |
+3 −3 | syntax/yats/es6-string.vim | |
+1 −1 | syntax/yats/es6-symbol.vim | |
+1 −1 | test/indent.vader | |
+220 −5 | test/syntax.vader | |
+1 −1 | test/test.ts |
Submodule vim-vue
deleted from
c42429
This file was deleted.
Oops, something went wrong.