]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Fix netrwhist path
authorSergey Matveev <stargrave@stargrave.org>
Fri, 17 Apr 2020 16:08:51 +0000 (19:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 17 Apr 2020 16:08:51 +0000 (19:08 +0300)
vim/.vim/plugin/netrw.vim

index 457edab07814092499cc7ff4d5f7df6984f4e383..a1ba7ec7f787c6a5e7daf778605f57c2bacbb8b2 100644 (file)
@@ -6,4 +6,4 @@ function! WinClose(islocal)
 endfunction
 let g:Netrw_UserMaps = [["<Del>", "WinClose"]]
 
-autocmd VimLeave * call delete("~/secure/vim/.netrwhist")
+autocmd VimLeave * call delete("/home/stargrave/.vim/.netrwhist")