From 3ff6929ba842e80fe2649895282663a225c62c0a Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 9 May 2016 23:14:28 +0800 Subject: [PATCH] fix the yankring history dir could not be found. --- vimrcs/plugins_config.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index da48f593..c109c37f 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -35,7 +35,7 @@ map f :MRU 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