summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
2014-01-2332299: add use of underscores on arithmetic output for spacingPeter Stephenson1-1/+1
2014-01-1732264: vcs_info, hg: Support detecting repos using ShareExtensionFrank Terbeck1-1/+1
2013-12-0532089: tweak to detect Subversion repositoryDaniel Shahaf1-1/+1
2013-11-2932066: fix %r and %S in vcs_info formats when a repository subdirectory is ↵Barton E. Schaefer2-3/+3
accessed via a symlink 31985 Clemens Hammacher and 32064 Hong Xu
2013-11-2332031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson1-1/+1
2013-11-0831940: zcalc -e uses arguments as inputPeter Stephenson1-9/+27
2013-10-27Some syntax adjustments in _expand_word_and_keep. Add a working URL.Barton E. Schaefer1-10/+17
2013-09-0831711: add execute-never style for MIME function system.Peter Stephenson1-1/+5
Allows alien file systems to be marked as not having executable fiels
2013-08-29users/17955: new "disown" style for MIME handlers.Peter Stephenson1-3/+6
Makes handlers put into the background run without job control.
2013-08-0731634: run-help compat with alias to noglob/nocorrectPhil Pennock1-0/+4
Given `alias fetch='noglob fetch'`, without this change `run-help fetch` recurses to invoke itself on the noglob command, bringing up the help for noglob. Similarly for nocorrect. Thus the user would have to quit out of the pager, then avoid quitting out of the loop, so that they can go into the second iteration and see the help for the second instance found by `whence -a`, which happens to be the target of the alias. With common pagers, that's thus 'q', 'not-q'. Somewhat frustrating. Without this change, `alias foo='noglob bar'` where `foo` is not otherwise a command would _never_ show the help for `bar`, since it only showed the help for `noglob` and there was no second line of whence output to trigger the second pass. With this change, aliases to `noglob|nocorrect` of a command somewhat ignore the presence of that precommand modifier; if a command is aliased to `noglob $itself`, then the result is that the first line of whence output is shown, no pager is used, the user can immediately see a prompt to continue and press something other-than-q to see the help for the command. If given `alias foo='noglob bar'` then `run-help foo` will immediately show the help for bar. This behaviour was chosen to be consistent with the existing alias support, but just working better with the precommand modifier.
2013-07-0331503: zmv improvements for user-specified programs.Peter Stephenson1-4/+11
-p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention
2013-06-1831485: vcs_info, git: Avoid error messages for `guilt' usersFrank Terbeck1-1/+3
Guilt uses the same internal directory for keeping state as stgit, but it doesn't use the same files (not surprisingly). This caused error messages due to missing files. This fixes that by making the "stgit-active?" test stricter. Reported-by: Axel Beckert <abe@debian.org>
2013-05-2931422: better heuristic for timestamps in age functionPeter Stephenson1-2/+8
2013-05-2131418: improve documentation for "age" functionPeter Stephenson1-1/+1
2013-05-2131417: age function needs protection against file names starting "-"Stephane Chazelas1-3/+3
2013-04-0531222: Stop {up,down}-line-or-beginning-search from triggering ↵Frank Terbeck2-0/+4
warn_create_global This is a followup to 30995 taking Peter's suggestions from 30997 into account.
2013-03-1731155: minor extra zcalc features and documentationPeter Stephenson1-1/+10
2013-03-1531154: make zcalc understand continuation lines with a backslashPeter Stephenson1-1/+11
2013-03-1031136: vcs_info: just set parameters instead of passing over a pipeMikael Magnusson1-12/+9
2013-03-1030639: Add support for showing the current action is cherry-pick to vcs_info ↵Mikael Magnusson1-0/+11
git backend
2013-03-05users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson1-1/+4
2013-01-24users/17608: use function to modify currrent command line argumentPeter Stephenson1-13/+22
2012-09-28Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unixFrank Terbeck1-1/+1
2012-09-28Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵Frank Terbeck1-3/+6
from the hg vcs_info backend
2012-08-20Stepan Koltsov: 30634: use (q-) quotingPeter Stephenson1-1/+1
for zmv output for clarity.
2012-08-17Stepan Koltsov: vcs_info: %a to output number of all patches in ↵Frank Terbeck3-8/+11
(no)?patch-format styles
2012-06-16users/17134: avoid bad math errorBart Schaefer1-1/+1
2012-06-04users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson2-83/+91
in widgets using forward-word-match
2012-05-23Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'Frank Terbeck1-1/+1
2012-05-1430468: prompt_fade_setup: add missing $Mikael Magnusson1-1/+1
2012-05-0230461, 30462 (tweaked): add missing local for match, mbegin and mendMikael Magnusson4-1/+4
2012-04-1230388, 30389 (Stephane): zargs: handle zero-length arguments.Peter Stephenson1-8/+8
2012-04-01users/16944: more locals needed in url-quote-magicPeter Stephenson1-1/+2
2012-03-30add some braces to avoid compiler warningsPeter Stephenson1-0/+2
2012-03-29users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson1-0/+9
2012-03-01unposted (users/16697): use a better output file name when the DISPLAYBart Schaefer1-7/+8
variable refers to a socket file (MacOS); fix problem with writing the output file when the user overrides the default value of TERM.
2012-03-01unposted (30090): add -h (help) and -L (list extant hooks) options.Bart Schaefer1-5/+17
2012-02-14users/16760: make reply local in url-quote-magic for the benefit of stylesPeter Stephenson1-0/+1
2012-02-1430214: emulate bash's \$ prompt behavior.Wayne Davison1-1/+1
2012-02-1330214: prompt_redhat_setup: Fix quoting in `redhat' prompt.Frank Terbeck1-1/+1
2012-01-1930114: VCS_INFO_check_com: Remove a superfluous stat()Frank Terbeck1-1/+1
2012-01-0530087: Christian Höltje: remove any hooks with prompt themePeter Stephenson1-2/+4
2011-12-3030046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7Frank Terbeck1-1/+17
2011-12-1330020: prevent prompt_opts and zle_highlight from leaking out ofBart Schaefer1-1/+2
prompt_preview_theme
2011-11-20Missed file.Peter Stephenson1-0/+24
2011-11-1829908: make MIME functions handle stacked suffixesPeter Stephenson2-16/+59
2011-11-09Akinori MUSHA: 29900: Backends/VCS_INFO_detect_svn: Adjust detection to ↵Frank Terbeck1-2/+2
support subversion 1.7.
2011-11-0729894: display and use previous replacement in replace-stringPeter Stephenson1-5/+15
2011-11-0429892: fix regular expression replacements in replace-stringPeter Stephenson2-26/+15
improve variable save and restore in read-from-minibuffer
2011-08-29users/16291: prompt_bart_preexec uses history text in the non-"fg" caseBart Schaefer1-2/+3
to avoid alias expansion.