This website works better with JavaScript.
Home
Explore
Help
Sign In
jc.vanhalle
/
vim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes a typo in backup dir
master
Jean-Christophe Vanhalle
4 years ago
parent
e805643384
commit
e9a821385d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.vimrc
+ 1
- 1
.vimrc
View File
@@ -216,4 +216,4 @@ let g:vdebug_options= {
\ }
"let g:autosave_backup = '~/.local/share/vim-data/backup-plugin'
let g:autosave_backup = "$XDG_DATA_HOME/vim-data/backup
_
plugin"
let g:autosave_backup = "$XDG_DATA_HOME/vim-data/backup
-
plugin"
Write
Preview
Loading…
Cancel
Save