From: Sergey Matveev Date: Fri, 17 Apr 2020 16:08:51 +0000 (+0300) Subject: Fix netrwhist path X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=7a237ea8c9f4358b973cb5f675056f41fa00c39f Fix netrwhist path --- 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")