1
0
mirror of https://github.com/amix/vimrc synced 2025-06-30 20:05:01 +08:00

Done some optimizations to Windows support

This commit is contained in:
amix
2012-05-30 12:54:47 -04:00
parent 1315d5054e
commit f4341b9454
2 changed files with 9 additions and 14 deletions

View File

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