Skip to content

Commit fb39f5c

Browse files
author
skywind3000
committed
change default value of g:cpatch_path from "~/.vim/cpatch" to "~/.vim/colors/patch"
1 parent 516a9f6 commit fb39f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/cpatch.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"----------------------------------------------------------------------
3737

3838
" color patch path: script will be searched here
39-
let g:cpatch_path = get(g:, 'cpatch_path', '~/.vim/color/patch')
39+
let g:cpatch_path = get(g:, 'cpatch_path', '~/.vim/colors/patch')
4040

4141
" color patch subdirectory in every runtime path
4242
let g:cpatch_name = get(g:, 'cpatch_name', '')

0 commit comments

Comments
 (0)