Skip to content

Commit

Permalink
Add description of possible fixes
Browse files Browse the repository at this point in the history
Should fix VundleVim#639 and similar issues like VundleVim#559
  • Loading branch information
fatso83 committed Sep 29, 2015
1 parent 0ee36b2 commit d07efad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Testbeskrivelse
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fiks i #559 for #639 er å slette en fil.

Det er om den er tom.

Programmatisk fiks:
Alternativ 1: curl -o fil http:vim/fil || rm fil
Alternativ 2: if(python) pyeval(fil) catch -> rm fil

0 comments on commit d07efad

Please sign in to comment.