I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
Also, I think you may need to correct what I see as a mis-type, "//" at start of string. Suggest you try using "backupdir"=/etc/.backup Eric
To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/088c8263-467c-45b2-974d-dc424c964a5fn%40googlegroups.com.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/3000797f-110a-4b7f-a17f-d4d1d8fcbcf2n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa4zFaNVJly49DDL%40dominion.lan.
Although I typed out the full home path where the .backup directory is located query the path returned; backupdir=~/.backup//
In this case, after typing something in vim, and quitting without saving; there was no backup saved in the backupdir path ?