This commit is contained in:
Salvatore Sittinieri 2016-04-16 15:51:42 +00:00
commit 709012cee9
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") 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 = '/tmp/.vim_runtime/temp_dirs/'
endif endif