1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unnecessary exists check for g:GPGPreferSymmetric More... over 9 years ago
remove superfluous | in BufReadCmd autocmd More... over 9 years ago
use variable for fnameescape(expand('<afile>:r')) More... over 9 years ago
use .= where possible More... over 9 years ago
update documentation to match code, add missing defaults More... over 9 years ago
Account for 'shellslash' being set on Windows More... over 9 years ago
Use `:language` command to force C locale More... over 9 years ago
Remove “--batch” from command used to detect encryption More... over 9 years ago
Setup agent handling after determining gnupg's version More... over 9 years ago
Silence "No matching autocommands" for TermChanged event More... almost 10 years ago
Document that GPGSystem always uses temp files More... almost 10 years ago
Emit TermChanged when resetting &term More... almost 10 years ago
Trigger FileReadPost event after decrypting for :r More... about 10 years ago
Manually set [ and ] marks after decrypting More... about 10 years ago
Emit BufReadPre/FileReadPre when decrypting the file More... about 10 years ago
Don't change modified state of buffer for FileWriteCmd More... about 10 years ago
Emit FileWritePre/Post events when handling FileWriteCmd More... about 10 years ago
Trigger BufWritePost event via BufWriteCmd/FileWriteCmd More... about 10 years ago
Merge pull request #21 from tyll/menu More... about 10 years ago
Force Vim to re-setup the terminal after running a command More... about 10 years ago
Refactor g:GPGRecipientsMenu to use list and rename to g:GPGPossibleRecipients More... over 10 years ago
Add g:GPGRecipientsMenu More... over 10 years ago
Put --homedir at the start of the command line More... over 10 years ago
Ensure b:GPGRecipients is initialized to a list value More... over 10 years ago
Move documentation into README and doc/ More... about 11 years ago
Use filereadable() instead of glob() to detect whether a file exists. More... over 11 years ago
Restore the :silent command when encrypting the buffer More... over 11 years ago
Allow definition of actions specific to GnuPG-managed buffers More... almost 12 years ago
Merge pull request #8 from Jonty/edit-recipients-on-new-file More... almost 12 years ago
Merge pull request #7 from Jonty/do-not-attempt-encryption-in-settings More... almost 12 years ago