From 7a237ea8c9f4358b973cb5f675056f41fa00c39f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 17 Apr 2020 19:08:51 +0300 Subject: [PATCH] Fix netrwhist path --- vim/.vim/plugin/netrw.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/plugin/netrw.vim b/vim/.vim/plugin/netrw.vim index 457edab..a1ba7ec 100644 --- a/vim/.vim/plugin/netrw.vim +++ b/vim/.vim/plugin/netrw.vim @@ -6,4 +6,4 @@ function! WinClose(islocal) endfunction let g:Netrw_UserMaps = [["", "WinClose"]] -autocmd VimLeave * call delete("~/secure/vim/.netrwhist") +autocmd VimLeave * call delete("/home/stargrave/.vim/.netrwhist") -- 2.44.0