Skip to content

Commit 25b582b

Browse files
author
skywind3000
committed
update doc
1 parent 9b311c8 commit 25b582b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ hi! VertSplit term=reverse ctermfg=239 ctermbg=233 guifg=#64645e guibg=#211F1C
9595

9696
And `VertSplit` style in `gruvbox` will be overrided.
9797

98+
## Command
99+
100+
```VimL
101+
:CPatchEdit [NAME]
102+
```
103+
104+
Edit patch file for a colorscheme, if `[NAME]` is omitted, the name of current colorscheme is used.
105+
98106
## Configuration
99107

100108
#### g:cpatch_path
@@ -114,6 +122,14 @@ This plugin will try to find scripts located in the directory specified by `g:c
114122

115123
Default value: `"~/.vim/cpatch"`.
116124

125+
Can accept a list or a comma separated string.
126+
127+
#### g:cpatch_edit
128+
129+
Path for `:CPatchEdit`, it may equal to `g:cpatch_path`, but `g:cpatch_path` can accept a list for multiple search pathes and this option can only provide one path.
130+
131+
Default value: `"~/.vim/cpatch"` .
132+
117133
#### g:cpatch_disable_lua
118134

119135
Disable loading lua files in the patch directory.

0 commit comments

Comments
 (0)