-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathddu-kind-git_stash.txt
More file actions
39 lines (27 loc) · 1.37 KB
/
ddu-kind-git_stash.txt
File metadata and controls
39 lines (27 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
*ddu-kind-git_stash.txt* git stash kind for ddu.vim
Author: Peacock(Yoichi Takai) <contact@peacock0803sz.com>
License: MIT license
==============================================================================
INTRODUCTION *ddu-kind-git_stash-introduction*
This kind provides entry type of `git stash` result and actions.
See |ddu-source-git_stash| for available sources.
==============================================================================
INSTALL *ddu-kind-git_stash-install*
Please install |ddu| and |denops.vim|
https://github.com/Shougo/ddu.vim
https://github.com/vim-denops/denops.vim
==============================================================================
ACTIONS *ddu-kind-git_stash-actions*
*ddu-kind-git_stash-action-pop*
pop
Perform `git stash pop` for selected stash entry
*ddu-kind-git_stash-action-drop*
drop
Perform `git stash drop` for selected stash entry
*ddu-kind-git_stash-action-apply*
apply
Perform `git stash apply` for selected stash entry
*ddu-kind-git_stash-action-clear*
clear
Perform `git stash clear` for selected stash entry
vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap: