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:
chdir: "{{ item.home }}"
loop: "{{ dotfiles }}"
register: plugin.rc
successful_when: plugin.rc == 1
...