fix the yankring history dir could not be found.
This commit is contained in:
parent
5f6aa8fe09
commit
3ff6929ba8
|
|
@ -35,7 +35,7 @@ map <leader>f :MRU<CR>
|
||||||
if has("win16") || has("win32")
|
if has("win16") || has("win32")
|
||||||
" Don't do anything
|
" Don't do anything
|
||||||
else
|
else
|
||||||
let g:yankring_history_dir = '~/.vim_runtime/temp_dirs/'
|
let g:yankring_history_dir = '~/.vim_runtime/temp_dirs'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue