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 1d6f27a2ce - Show all commits

View file

@ -7,5 +7,5 @@
chdir: "{{ item.home }}"
loop: "{{ dotfiles }}"
register: plugin
successful_when: plugin.rc == 1
changed_when: "plugin.rc == 1"
...