diff --git a/plugin/yankring.vim b/plugin/yankring.vim index 3cc6780..0884001 100644 --- a/plugin/yankring.vim +++ b/plugin/yankring.vim @@ -47,7 +47,7 @@ if !exists('g:yankring_buffer_name') endif if !exists('g:yankring_history_file') - let g:yankring_history_file = 'yankring_history' + let g:yankring_history_file = '.yankring_history' endif " Allow the user to override the # of yanks/deletes recorded