fix the yankring history dir could not be found.

This commit is contained in:
liuhong 2016-05-09 23:14:28 +08:00
parent 5f6aa8fe09
commit 3ff6929ba8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ map <leader>f :MRU<CR>
if has("win16") || has("win32")
" Don't do anything
else
let g:yankring_history_dir = '~/.vim_runtime/temp_dirs/'
let g:yankring_history_dir = '~/.vim_runtime/temp_dirs'
endif