Commit Graph

  • 6219a5a0d7
    Use proper pattern for g:GPGFilePattern master James McCoy 2019-05-30 21:56:08 -0400
  • 35d2692139
    Merge branch 'Koronen/move-documentation' James McCoy 2019-04-08 23:19:03 -0400
  • 32360c8f20
    Define GPGEdit{Options,Recipients} autocmd in their own group James McCoy 2019-02-11 23:23:14 -0500
  • d90ae08795
    Use a common function to create GPGEdit{Options,Recipients} buffer James McCoy 2019-02-11 23:06:01 -0500
  • db08c3873f
    Convert last s:GPGEditRecipients() to gnupg#edit_recipients() James McCoy 2019-02-04 09:01:59 -0500
  • 44372d80cd
    Move implementation into autoload/gnupg.vim James McCoy 2019-02-03 23:23:47 -0500
  • 08c4f516e8
    Merge branch 'distinct-bufwritecmd' James McCoy 2018-11-27 20:47:46 -0500
  • 161485e835
    Only use ":'[,']w" for FileWriteCmd James McCoy 2018-11-18 09:57:15 -0500
  • 22cbc6b6ab
    Start development on 2.7.0 James McCoy 2018-08-06 23:16:53 -0400
  • 966808db82
    vim-gnupg version 2.6.1 v2.6.1 James McCoy 2018-08-06 23:06:39 -0400
  • 9e69ba79be
    Detect armored files by checking for an armor header line James McCoy 2018-08-06 23:01:58 -0400
  • 7fcea1a084
    Simplify list handling in GPGView{Options,Recipients} James McCoy 2018-06-22 22:32:53 -0400
  • e2aec69d2d
    Use buffer number to name the options/recipients buffers James McCoy 2018-06-22 21:53:51 -0400
  • fa3a63039d
    Show an error if FileReadCmd can't open the file James McCoy 2018-01-23 22:20:03 -0500
  • 6be6f96aa5
    Do not set buftype=acwrite for FileReadCmd James McCoy 2018-01-23 22:06:27 -0500
  • b54fd4c18a
    Merge branch 'fnameescape' James McCoy 2017-12-15 18:12:37 -0500
  • 599a039254
    fnameescape() paths for constructed commands James McCoy 2017-12-15 14:44:04 -0500
  • 5b069789e2
    Merge branch 'autochdir' James McCoy 2017-10-24 20:28:32 -0400
  • c411e61aeb
    On save, only unset 'modified' for the current filename James McCoy 2017-10-22 23:21:58 -0400
  • d3453145c5
    Set the buffer name to the resolved, absolute path James McCoy 2017-10-22 23:18:00 -0400
  • ae1b31965e
    Ensure buftype=acwrite is always set for the buffer James McCoy 2017-10-22 23:16:28 -0400
  • e7b6648ab2
    Merge branch 'gpg4win' James McCoy 2017-05-31 22:23:50 -0400
  • 9d600d73fa
    Support using vim-gnupg from cygwin with Gpg4win James McCoy 2016-12-05 08:36:59 -0500
  • 5103285d4d
    Set "buftype=acwrite" for encrypted buffers James McCoy 2017-02-14 22:08:42 -0500
  • 7d0a149169
    Remove GPGCleanup function James McCoy 2017-02-14 21:57:51 -0500
  • fa18ce0c9e
    Use non-fnameescape()d filenames in logs James McCoy 2016-12-18 01:14:28 -0500
  • d279115bcd
    GPGDecrypt: Handle (un)encrypted files consistently James McCoy 2016-12-17 22:05:17 -0500
  • be052843ef
    Add s:unencrypted function to consolidate "unencrypted buffer" check James McCoy 2016-12-17 21:14:35 -0500
  • 45fdaf52ed
    GPGCleanup: Use "only!" to force hiding modified buffers James McCoy 2016-12-17 20:51:26 -0500
  • dda14abb3c
    GPGCleanup: Allow the buffer to be hidden on exit James McCoy 2016-12-14 23:05:40 -0500
  • e7be112873
    GPGEdit{Recipients,Options}: Check for presence of b:GPGCorrespondingTo James McCoy 2016-12-04 13:56:39 -0500
  • 454090fe40
    GPGEncrypt: Remove (file)encoding dance around file encryption James McCoy 2016-09-18 15:22:06 -0400
  • 22cca0c821
    Use “:read ++edit !...” so file encoding/format detection triggers James McCoy 2016-09-17 22:39:17 -0400
  • 28e0be4cd2
    Maintain 'readonly' if it's already set James McCoy 2016-08-25 21:30:16 -0400
  • 541e333cfb
    Stop setting g:GPGPreferArmor in GPGInit v2.6 James McCoy 2016-04-24 23:04:21 -0400
  • 2dfb82f13e
    Handle rename() failures James McCoy 2015-12-17 21:52:12 -0500
  • c2ddc05bc2
    Fall back to gpg2 if gpg is not available Scott Stevenson 2015-12-11 12:26:50 +0000
  • bdf632d370
    Explain X selection problem in Known Issues James McCoy 2015-12-04 19:20:48 -0500
  • ccdf455426
    After writing the buffer to disk, update 'readonly' James McCoy 2015-11-04 22:03:35 -0500
  • 1c61d3f9ed
    Ignore hidden recipients when decrypting James McCoy 2015-11-04 21:48:25 -0500
  • a3e4dc94d4
    Set 'readonly' per the permissions of the encrypted file. James McCoy 2015-11-04 21:02:31 -0500
  • 97436d1158
    remove unnecessary exists check for g:GPGPreferSymmetric Simon Ruderich 2015-10-03 16:28:35 +0200
  • 80fd6e4861
    remove superfluous | in BufReadCmd autocmd Simon Ruderich 2015-10-03 16:27:59 +0200
  • 842622cbc0
    use variable for fnameescape(expand('<afile>:r')) Simon Ruderich 2015-10-03 16:27:17 +0200
  • 39bc3f96c1
    use .= where possible Simon Ruderich 2015-10-03 16:26:43 +0200
  • 30db0eec65
    update documentation to match code, add missing defaults Simon Ruderich 2015-10-03 16:26:29 +0200
  • f12d007414
    Account for 'shellslash' being set on Windows James McCoy 2015-09-29 19:48:18 -0400
  • 89253464f1
    Use :language command to force C locale James McCoy 2015-09-29 19:23:19 -0400
  • 8394f2e1b5
    Remove “--batch” from command used to detect encryption James McCoy 2015-07-26 16:07:49 -0400
  • ac5d94519e
    Setup agent handling after determining gnupg's version James McCoy 2015-07-16 23:13:12 -0400
  • dd8e4adb4d
    Silence "No matching autocommands" for TermChanged event James McCoy 2015-03-21 21:46:00 -0400
  • 553f9197d3 Document that GPGSystem always uses temp files James McCoy 2015-03-02 23:18:13 -0500
  • 671b84626e Emit TermChanged when resetting &term James McCoy 2015-02-06 09:53:09 -0500
  • 380f05d2e9 Trigger FileReadPost event after decrypting for :r James McCoy 2015-01-05 22:53:47 -0500
  • cdf98c6af9 Manually set [ and ] marks after decrypting James McCoy 2015-01-05 22:47:04 -0500
  • 30a49872ca Emit BufReadPre/FileReadPre when decrypting the file James McCoy 2015-01-05 22:36:31 -0500
  • 3c01375c3b Don't change modified state of buffer for FileWriteCmd James McCoy 2014-12-25 15:11:52 -0500
  • 9de82fa38a Emit FileWritePre/Post events when handling FileWriteCmd James McCoy 2014-12-25 15:11:31 -0500
  • 28c6e91593 Trigger BufWritePost event via BufWriteCmd/FileWriteCmd Daniel Hahler 2014-12-23 20:00:09 +0100
  • 20999789f8 Merge pull request #21 from tyll/menu James McCoy 2014-11-20 23:52:31 -0500
  • bd3ebdff6c Force Vim to re-setup the terminal after running a command James McCoy 2014-11-20 23:18:59 -0500
  • d316155866 Refactor g:GPGRecipientsMenu to use list and rename to g:GPGPossibleRecipients Sebastian Neumann 2014-10-29 16:53:59 +0100
  • 22f68e70cc Add g:GPGRecipientsMenu Till Maas 2014-10-09 16:48:03 +0200
  • 40cec4652c Put --homedir at the start of the command line James McCoy 2014-08-10 18:48:00 -0400
  • a1bc9f1ca0 Ensure b:GPGRecipients is initialized to a list value James McCoy 2014-07-27 22:26:48 -0400
  • a51eb77269 Move documentation into README and doc/ Victor Koronen 2014-01-25 15:21:15 +0100
  • 6e9f52a160 Use filereadable() instead of glob() to detect whether a file exists. nachoalonso 2013-09-08 19:07:21 +0100
  • 15fd394fc5 Restore the :silent command when encrypting the buffer James McCoy 2013-06-14 23:01:22 -0400
  • 27ea958f5b Allow definition of actions specific to GnuPG-managed buffers James McCoy 2013-04-23 22:15:45 -0400
  • 5ec1093bd7 Merge pull request #8 from Jonty/edit-recipients-on-new-file James McCoy 2013-02-22 12:42:21 -0800
  • 60091a5e1a Merge pull request #7 from Jonty/do-not-attempt-encryption-in-settings James McCoy 2013-02-22 12:41:53 -0800
  • 3e060c5ea0 Edit recipients when opening a new file Jonty Wareing 2013-02-22 19:39:38 +0000
  • 2fb7599083 Do not trigger encrypt on BufWrite etc in settings Jonty Wareing 2013-02-22 19:51:18 +0000
  • 57695361bb Document g:GPGFilePattern James McCoy 2013-02-10 11:59:44 -0500
  • 6c758903e6 Merge pull request #4 from vaz/master James McCoy 2013-02-10 11:57:54 -0500
  • 91442de02e Merge pull request #6 from matt-garman/patch-1 James McCoy 2013-02-05 10:06:41 -0800
  • faa3d652e3 Update plugin/gnupg.vim matt-garman 2013-02-05 11:52:40 -0600
  • 99ea6ced65 Add g:GPGFilePattern to allow custom target filename patterns. Vaz Allen 2013-02-05 01:38:25 -0800
  • dcb9d3764a Show all uids when disambiguating a key. James McCoy 2013-01-27 20:59:18 -0500
  • 2f1d2c8244 Return a dictionary from GPGCheckRecipients James McCoy 2013-01-25 07:49:57 -0500
  • 7e6816802b Only define "unknown recipient" syntax if there are unknown recipients James McCoy 2013-01-24 23:12:08 -0500
  • 68d35c30b2 Log v:shell_error after executing a shell command James McCoy 2012-12-21 21:16:38 -0500
  • 419695dd0f Run tty in a shell that has stdin attached to a tty James McCoy 2012-10-28 22:53:07 -0400
  • 4a649a2dce Reduce "$GPG_TTY unset" message to one line and highlight as a warning. James McCoy 2012-10-28 16:44:07 -0400
  • 5c600287c7 Merge Markus' git repository so we have the original history James McCoy 2012-10-26 17:36:59 -0400
  • 2844d06498 Ignore keys that aren't usable for encryption rather than just expired keys James McCoy 2012-05-31 22:27:42 -0400
  • 6006af630b Do not echo debug messages when redirecting to a log file Thomas Arendsen Hein 2012-05-31 21:21:35 -0400
  • 5489147a47 Use "silent doautocmd" to suppress annoying "No matching autocmds" message James McCoy 2012-05-31 21:17:07 -0400
  • d973d05173 Change autocmd check to look for GnuPG group James McCoy 2012-05-31 00:31:56 -0400
  • 94c0a22b8a Ignore expired keys. James McCoy 2012-05-31 00:31:36 -0400
  • 0e86346933 GPGFinishRecipientsBuffer: Use the GPG ID, if present, to avoid repeat prompts James McCoy 2012-05-30 23:48:43 -0400
  • 53d086cb35 Pull the key pattern out to a constant James McCoy 2012-05-30 23:48:24 -0400
  • 07fec22b0a Don't wipeout the current buffer if FileReadCmd failed James McCoy 2012-05-30 22:18:34 -0400
  • 181ed597f2 Suppress "N more lines" message when editing a file James McCoy 2012-05-30 22:18:01 -0400
  • 34c24a19e5 Only disable swapfile, undofile, and viminfo when editing a file. James McCoy 2012-05-30 22:17:05 -0400
  • 31a84b0730 Indicate whether GPGInit/GPGDecrypt were invoked from BufReadCmd James McCoy 2012-05-30 22:15:46 -0400
  • 39e54fbd96 Clear undo history as the last step of BufReadCmd James McCoy 2012-05-30 21:02:40 -0400
  • f04de4883c added doautocmd BufWritePre Alex Efros 2012-01-14 00:37:31 +0200
  • ebc86fca44 Document the g:GPGHomedir option James McCoy 2011-11-23 17:09:42 -0500
  • b470e4e11e Add support for specifying an alternate --homedir James McCoy 2011-11-23 15:35:01 -0500