-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
$ # vimrc exists in $VOLTPATH, but not in the system
$ ls -l ~/volt/rc/default/vimrc
-rw-r--r-- 1 myuser myuser 9791 Mär 26 18:49 /home/myuser/volt/rc/default/vimrc
$ ls -l ~/.vimrc
ls: cannot access '/home/myuser/.vimrc': No such file or directory
$ ls -l ~/.vim/vimrc
ls: cannot access '/home/myuser/.vim/vimrc': No such file or directory
# calling volt to do a full build
$ volt build -full
[INFO] Full building /home/myuser/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
# checking for existance of vimrc (which should have been copied)
$ ls -l ~/.vimrc
ls: cannot access '/home/myuser/.vimrc': No such file or directory
$ ls -l ~/.vim/vimrc
ls: cannot access '/home/myuser/.vim/vimrc': No such file or directory
There is no error message and still nothing is copied.