You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And `VertSplit` style in `gruvbox` will be overrided.
97
97
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
+
98
106
## Configuration
99
107
100
108
#### g:cpatch_path
@@ -114,6 +122,14 @@ This plugin will try to find scripts located in the directory specified by `g:c
114
122
115
123
Default value: `"~/.vim/cpatch"`.
116
124
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.
0 commit comments