summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-1031809: Make whitespace clear in trace output for patterns.Peter Stephenson2-0/+18
2013-10-0831801: missing local declaration for variables in completionEric Cook2-1/+6
2013-10-0831797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer2-0/+15
word nor an event designator There are still a few cases where expansion is attempted even though the documentation indicates it will not be, but in most of those cases the expansion will fail. The now-fixed case would fall back to default expansion of the previous command.
2013-10-0731794: further refinement to INCAPPENDHISTORY change.Peter Stephenson2-1/+12
With SHAREHISTORY we should make sure the code behaves as it always did, because it takes care about locking a file once for reading and writing.
2013-10-0731793: Fix problem with non-interactive history.Peter Stephenson2-1/+6
Modify 31789 so it doesn't try to save history from hbegin() in that case.
2013-10-06Add new options for rsync 3.1.0.Wayne Davison2-1/+17
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson6-3/+46
2013-10-0531789: Save history for INCAPPENDHISTORY later.Han Pingtian2-1/+12
This improves the timing recorded in the history.
2013-10-0331784: better line width calculation for completion listingsBarton E. Schaefer2-25/+39
When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches.
2013-10-0331781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer2-0/+7
2013-09-2631772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer2-0/+5
2013-09-2631770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer2-1/+6
2013-09-2531765: If zle starts in viins mark as insertion.Peter Stephenson2-0/+12
This allows undo to work on everything entered.
2013-09-2331764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson3-5/+13
Don't use the zpc_specials array before it's defined, it's rude.
2013-09-2231754: _git: git rm: make git rm --cached work as intendedm0viefreak2-5/+6
While limiting the completion to __git_changed-in-index_files makes perfect sense for "git diff", it is wrong to use for "git rm", because it prevents it from completing files present in HEAD. Giving --cached to git rm is supposed to "just remove it from the index, keep the working tree copy" and is in no way related to the file needing to be modified in the index in the first place.
2013-09-2231752: _git: change completion text for consistencyØystein Walle2-1/+6
2013-09-2231753: _git: correct some "undocumented" optionsm0viefreak2-10/+11
diff options: --cumulative is deprecated --> remove -G / -S: reword -S to emphase the difference to -G revision options: --abbrev: reword, to emphase the --abbrev-commit requirement
2013-09-2231751: _git: remove TODOs of actually documented optionsØystein Walle2-4/+3
No functional changes.
2013-09-2231749: _git: fix some typos in description textsØystein Walle2-16/+21
2013-09-2231748: _git: support completing remote branches without <remote>/ prefixm0viefreak2-0/+19
this is used in git 1.8's git checkout <branch> as a shorthand for git checkout -b <branch> --track <remote>/<branch> in case <branch> exists on exactly one remote and is not a local branch
2013-09-2231746: _git: reword _git-config TODOm0viefreak2-1/+6
Support for merge drivers, filter drivers, and diff drivers is missing.
2013-09-2231750: _git: add new configuration options to match latest git v1.8.3Øystein Walle2-1/+103
2013-09-2231747: _git: completion updates to match latest git v1.8.3 part 2Øystein Walle2-27/+96
2013-09-2231755: _git: completion updates to match latest git v1.8.3m0viefreak2-64/+189
2013-09-2231745: _git: correctly use __git_guard_number in some casesm0viefreak2-5/+8
The space is relevant to make the help text work as intended.
2013-09-2231744: _git: make git submodule <cmd> completion workm0viefreak2-1/+4
The -A parameter in the main completion stopped completion in the subcommands from working. Remove it.
2013-09-2231743: _git: fix usage of ->int: for some entries in _git-configm0viefreak2-9/+12
2013-09-2231741: _git: fix a wrong variable in __git_config_valuesm0viefreak2-1/+6
This probably was a copy/paste mistake.
2013-09-21unposted: improve an error message.Barton E. Schaefer2-1/+6
2013-09-1931737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer2-1/+5
2013-09-1931735: fix off-by-one in completion utility cache code.Axel Beckert2-1/+7
Was causing crashes in complex completions, particularly with taskwarrior
2013-09-1431726: _git: add few more arguments for cherry-pick and revertLuka Perkov2-0/+9
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-1431723: _systemd: add more system commandsLuka Perkov2-1/+16
While at it move suspend command so the order of the sytem commands equals the one in the systemd help. Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-1031714: handle ".." properly when $PWD or the path prefix traverses a ↵Barton E. Schaefer2-2/+19
symbolic link.
2013-09-08conflict resolutionPeter Stephenson2-0/+7
2013-09-0831711: add execute-never style for MIME function system.Peter Stephenson3-1/+33
Allows alien file systems to be marked as not having executable fiels
2013-09-0731708: _git: add --fixup and --squash options to commitLuka Perkov2-0/+7
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-0631702: check for git rebase -i for autosquashLuka Perkov2-1/+4
2013-09-0631706: standardize handling of "test ! <x> <y> <z>"Peter Stephenson3-4/+20
2013-09-0631658: fix manual entry about getting lines from mapfilePeter Stephenson2-3/+11
2013-09-0431696: In "test" No One Can Hear If You Shriek.Peter Stephenson3-3/+38
Treat ! as a string in "test ! -a ..." and "test ! -o ...".
2013-08-29users/17955: new "disown" style for MIME handlers.Peter Stephenson3-3/+18
Makes handlers put into the background run without job control.
2013-08-29based on 31641, 31642: completion for more make variantsPeter Stephenson2-1/+6
2013-08-2631672: Add test that was failing and fix zpty set-up racePeter Stephenson3-3/+42
2013-08-26Update ChangeLog entry with mailing list reference.Peter Stephenson1-2/+2
2013-08-2531665: zpty should attach terminal on slave.Peter Stephenson4-0/+29
Also add test.
2013-08-1831637: be more selective about retry of lchdir() in cd_do_chdir()Barton E. Schaefer2-1/+8
Change of directory should not be retried relative to the current directory when it has already failed along some path that does not refer to the current directory.
2013-08-1131650: use zlong for mailcheck parameters to ensure rangePeter Stephenson2-4/+9
2013-08-1031648: fix timing errors in mailcheckjoe M2-3/+10
2013-08-0831644: Fix insertion of multibyte characters into editor line.Peter Stephenson2-1/+6
This was broken for a string that came from outside ZLE in the case where the editing buffer wasn't metafied, i.e. not in completion.