summary refs log tree commit diff
path: root/home/.inputrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-10 21:52:38 -0500
committerJune McEnroe <june@causal.agency>2020-02-10 21:52:38 -0500
commitf2530076c384d4f4885d0b80b86c26d52c6f9779 (patch)
tree608a670d395e995b6acc75a550fc1d006d1f94c0 /home/.inputrc
parentAdd To Be Taught, If Fortunate (diff)
downloadsrc-f2530076c384d4f4885d0b80b86c26d52c6f9779.tar.gz
src-f2530076c384d4f4885d0b80b86c26d52c6f9779.zip
Duplicate effective URL before passing it back to curl
Apparently sometimes it didn't like receiving its own internal storage
to parse again. Understandable.
Diffstat (limited to 'home/.inputrc')
0 files changed, 0 insertions, 0 deletions
r>2020-12-29Clean up C lexerJune McEnroe 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe