├── LICENSE ├── Makefile ├── README.md ├── deno.jsonc ├── denops ├── @ddu-filters │ └── matcher_dein_update.ts ├── @ddu-kinds │ └── dein_update.ts ├── @ddu-sources │ └── dein_update.ts └── @ddu_dein_update │ ├── deps.ts │ ├── deps_test.ts │ ├── git.ts │ ├── git_test.ts │ ├── process.ts │ ├── text.ts │ └── text_test.ts └── doc └── ddu-source-dein_update.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/README.md -------------------------------------------------------------------------------- /deno.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/deno.jsonc -------------------------------------------------------------------------------- /denops/@ddu-filters/matcher_dein_update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu-filters/matcher_dein_update.ts -------------------------------------------------------------------------------- /denops/@ddu-kinds/dein_update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu-kinds/dein_update.ts -------------------------------------------------------------------------------- /denops/@ddu-sources/dein_update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu-sources/dein_update.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/deps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/deps.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/deps_test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/deps_test.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/git.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/git.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/git_test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/git_test.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/process.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/process.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/text.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/text.ts -------------------------------------------------------------------------------- /denops/@ddu_dein_update/text_test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/denops/@ddu_dein_update/text_test.ts -------------------------------------------------------------------------------- /doc/ddu-source-dein_update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddu-source-dein_update/HEAD/doc/ddu-source-dein_update.txt --------------------------------------------------------------------------------