signature_block.vim: check that the signature file is readable
authorAntonio Ospite <ao2@ao2.it>
Wed, 8 Jun 2016 09:05:46 +0000 (11:05 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 8 Jun 2016 13:44:00 +0000 (15:44 +0200)
Check that the signature file is readable before appending it.

This changes the behavior of the script when the signature file is NOT
readable:
  - before this change the old signature would be removed even if the
    new one could not be read;
  - after this change the buffer content would not be changed if the new
    signature could not be read.


No differences found