We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516a9f6 commit fb39f5cCopy full SHA for fb39f5c
plugin/cpatch.vim
@@ -36,7 +36,7 @@
36
"----------------------------------------------------------------------
37
38
" color patch path: script will be searched here
39
-let g:cpatch_path = get(g:, 'cpatch_path', '~/.vim/color/patch')
+let g:cpatch_path = get(g:, 'cpatch_path', '~/.vim/colors/patch')
40
41
" color patch subdirectory in every runtime path
42
let g:cpatch_name = get(g:, 'cpatch_name', '')
0 commit comments