Robert Hicks wrote:
set backup
set backupdir=~/.vim/backup
set dir=~/.vim/temp

" Configuration for savevers.vim
" http://www.vim.org/scripts/script.php?script_id=89
set patchmode=.prev

let savevers_types="*"
let savevers_max=10
let savevers_purge=1
let savevers_dir=&backupdir



That is my config...and it doesn't work. It should dump them all in the backupidr but instead they show up in my home dir.

I am on OSX.

I have tried a full path /Users/robert/.vim/backup but that doesn't work either.

:Robert


Found it looking at my post...dirs...not dir.


Reply via email to