aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub.vim
Commit message (Collapse)AuthorAgeFilesLines
* Adjust ~/.vimrc 'compatible'/tiny/old Vim handlingTom Ryder2019-06-181-11/+12
|
* Adjust comment for POSIXY_CORRECT switchTom Ryder2019-06-181-2/+2
|
* Have Vim respect POSIXLY_CORRECTTom Ryder2019-06-181-0/+6
|
* Test 'compatible' is off before loading main vimrcTom Ryder2019-05-181-1/+1
|
* Remove overkill Windows path reductionTom Ryder2019-05-171-5/+2
|
* Correct typo in stub vimrcTom Ryder2018-12-271-1/+1
|
* Correct error in stub .vimrcTom Ryder2018-12-201-1/+1
| | | | | This was introduced in commit 5d67a92. I'm surprised I haven't noticed already. I would have thought this would cause glaring errors.
* Make .vimrc stub more resilient to older VimsTom Ryder2018-12-191-10/+10
|
* Block out local 'runtimepath' on bad VimsTom Ryder2018-12-041-0/+10
|
* Use "stub .vimrc" method to dodge vim-tinyTom Ryder2018-12-041-0/+4
class='column1'>| | Pretty sure I just got hit by this: <https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f> * Break up some long linesTom Ryder2018-12-261-1/+2 | * Allow specifying GnuPG --keyid-format at buildTom Ryder2017-12-291-1/+1 | | | | | Old versions of gpg(1) don't support "none" as a --keyid-format; allow specifying it as a Makefile variable KEYID_FORMAT. * Use only fingerprints for GnuPG keysTom Ryder2017-12-291-2/+2 | | | | The manual page for gpg(1) says this is the safest way to do it. * Remove --batch option and wrapper for gpg(1)Tom Ryder2017-12-291-5/+0 | | | | | | | | This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb. * Remove deprecated keyserver optionsTom Ryder2017-06-255-85/+1 | | | | | | | | | | | | | | | | | | | | > gpg: keyserver option 'check-cert' is obsolete > gpg: keyserver option 'ca-certfile' is unknown > gpg (GnuPG) 2.1.18 > libgcrypt 1.7.6-beta > Copyright (C) 2017 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Home: /home/tom/.gnupg > Supported algorithms: > Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA > Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, > CAMELLIA128, CAMELLIA192, CAMELLIA256 > Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 > Compression: Uncompressed, ZIP, ZLIB, BZIP2 * Refactor m4 macro namesTom Ryder2017-06-131-2/+2 | | | | mi5(1df) means I can simplify these quite a bit now * Use mi5 to make templated shell scriptsTom Ryder2017-06-021-0/+0 | * Move existing .m4 to .m4.mi5Tom Ryder2017-06-021-1/+1 | | | | Along with accompanying Makefile rules and .gitignorances * Use consistent m4 prefixTom Ryder2017-03-231-2/+2 | * Allow specifying GnuPG keyserverTom Ryder2017-01-261-1/+1 | * Update SKS CRLTom Ryder2016-08-221-15/+16 | | | | <https://sks-keyservers.net/verify_tls.php> * Remove blank lines at end of filesTom Ryder2016-03-283-3/+0 |