aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add strik(6df)Tom Ryder2016-12-125-2/+88
|
* Add correction to aesth(6df) man pageTom Ryder2016-12-121-3/+3
|
* Add some missing "local" callsTom Ryder2016-12-129-0/+11
|
* Make host variable local to functionTom Ryder2016-12-121-0/+1
|
* Remove .dat from text filename exclusionsTom Ryder2016-12-121-2/+2
| | | | | The one instance I can find in my regularly worked files is status.dat in Nagios, which is a text file
* Remove unused nwatch diff filetyperTom Ryder2016-12-111-4/+0
|
* Wrap sh autocmds in a group to be politeTom Ryder2016-12-111-23/+28
|
* Wrap b:is_ksh hack in an autocmdTom Ryder2016-12-111-3/+5
| | | | So that it actually runs at the right time ...
* Use opening parens for case safety in subshellTom Ryder2016-12-112-10/+10
|
* Still untangling the shell highlighting messTom Ryder2016-12-113-12/+111
|
* Disable sh error syntax highlighting for nowTom Ryder2016-12-111-0/+5
| | | | | Until I can figure out what's wrong with this syntax, or why the syntax highlighter thinks it's an error
* Set buffer type (not global type) for sh properlyTom Ryder2016-12-112-6/+9
|
* Make POSIX default for shell more specificTom Ryder2016-12-111-2/+4
|
* Adjust shell type detection rulesTom Ryder2016-12-111-23/+9
|
* Reset most of my sh.vim customizationsTom Ryder2016-12-112-81/+0
| | | | | | There's been a lot of work done to sh.vim since these customisations were made, and I can't remember why I made some of them. I'll work without them for a while and reapply any of them if needed.
* Add COOL->KRIEG to kvlt(6df)Tom Ryder2016-12-111-1/+2
|
* Stylistic tweaks to awk scriptsTom Ryder2016-12-117-35/+14
|
* Remove superfluous calls to next in sec(1df)Tom Ryder2016-12-111-3/+0
|
* Condense conditions for rfct(1df)Tom Ryder2016-12-111-8/+3
|
* Explicitly set flag value in mftl(1df)Tom Ryder2016-12-111-1/+1
| | | | Rather than relying on what I suspect is not strictly defined behaviour
* Abuse FS in sec(1df) for clever zero-strippingTom Ryder2016-12-111-10/+2
|
* Have sec(1df) notice too many fieldsTom Ryder2016-12-111-2/+3
|
* Condense slsf(1df) conditions a bitTom Ryder2016-12-111-2/+1
|
* Golf/refactor drakon(1df) a bitTom Ryder2016-12-111-15/+8
|
* Replace misplaced shebang line with commentTom Ryder2016-12-111-1/+1
|
* Add prompt return behaviour to pdkshTom Ryder2016-12-091-1/+7
| | | | | Turns out this simple approach does actually work, though I admit I do not fully understand why
* Fix accuracy of commentTom Ryder2016-12-091-2/+2
|
* Port prompt SHLVL behaviour to zshTom Ryder2016-12-092-0/+14
|
* Correct uts(1df) manualTom Ryder2016-12-091-2/+2
|
* Rephrase uts(1df) as pure AwkTom Ryder2016-12-094-5/+10
|
* Add clog(1df)Tom Ryder2016-12-093-0/+23
|
* Break long line in loc(1df)Tom Ryder2016-12-091-1/+3
|
* Prevent man(1) completion interfering with pathsTom Ryder2016-12-091-0/+6
|
* Add missing full stop to READMETom Ryder2016-12-091-1/+1
|
* Refine loc(1df) a bitTom Ryder2016-12-092-2/+3
|
* Add chc(1df)Tom Ryder2016-12-093-0/+67
|
* Add uts(1df)Tom Ryder2016-12-093-0/+22
|
* Add sec(1df)Tom Ryder2016-12-075-2/+69
| | | | Might extend this later to do stuff like 1w3d2m0s
* Prevent getopts call in tree() panickingTom Ryder2016-12-071-1/+2
|
* loc(1df) errors to stderr, exitTom Ryder2016-12-071-1/+2
|
* Add loc(1df)Tom Ryder2016-12-073-0/+21
|
* Tweak FS for gwp(1df)Tom Ryder2016-12-051-2/+2
|
* Use explicit range for alphanumeric charactersTom Ryder2016-12-051-1/+1
| | | | | | | | | This accommodates mawk 1.2, which doesn't implement the character ranges, even though POSIX tells it to. I remember geirha mentioning in #bash that mawk is broken. *sigh*
* Remove shebang from source awk fileTom Ryder2016-12-051-1/+0
| | | | Causes doubleup in compiled file
* Drop unneeded quotesTom Ryder2016-12-051-1/+1
|
* Switch to correct plural of "index"Tom Ryder2016-12-051-1/+1
|
* Add gwp(1)Tom Ryder2016-12-045-2/+86
|
* Tweaks to kvlt(6df)Tom Ryder2016-12-031-8/+9
|
* Rewrite unf(1df) in awkTom Ryder2016-12-036-24/+41
| | | | | Also update manual page references to it, and improve it by making it ignore body content
* Remove setterm(1) callTom Ryder2016-12-031-3/+0
| | | | More trouble than it's worth