fix vim vundle plugin install #204

Merged
mg merged 12 commits from vim into master 2024-10-08 17:52:39 +02:00
Showing only changes of commit 972e33ec5a - Show all commits

View file

@ -6,4 +6,6 @@
args: args:
chdir: "{{ item.home }}" chdir: "{{ item.home }}"
loop: "{{ dotfiles }}" loop: "{{ dotfiles }}"
register: plugin.rc
successful_when: plugin.rc == 1
... ...