@@ -0,0 +1,4 @@
+let g:netrw_dirhistmax =10
+let g:netrw_dirhist_cnt =2
+let g:netrw_dirhist_1='/etc/salt/cloud.profiles.d'
+let g:netrw_dirhist_2='/etc/salt/cloud.maps.d'
@@ -0,0 +1 @@
+Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933
+Subproject commit c55ff9accdcdd2082c3a19bd809030ae0b7f13e4
@@ -2,7 +2,7 @@
#
# Creates links.
PWD=`pwd`
-for file in .bashrc .vimrc .bash .profile
+for file in .bashrc .vimrc .bash .profile .vim
do
if [[ -e ~/$file ]]
then