about summary refs log tree commit diff
path: root/Functions
Commit message (Collapse)AuthorAgeFilesLines
* 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas2021-09-062-31/+86
| | | | replacement was empty or generated more than one element
* 49218: run-help filters cmd_args before calling run-help-<command>Marlon Richert2021-09-067-26/+13
|
* 48942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA2021-06-031-0/+1
|
* 48601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug.Daniel Shahaf2021-05-181-1/+1
| | | | Not tested.
* 48853: improved handling of theme resets when changing prompt themes, ↵Marlon Richert2021-05-161-94/+71
| | | | especially for theme preview
* 48710: histed + other zed updatesBart Schaefer2021-05-151-13/+49
|
* 48707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer2021-05-151-5/+22
|
* 48606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and ↵Daniel Shahaf2021-04-211-3/+13
| | | | catch errors.
* users/26635 (tweaked): vcs_info hg: Compute the branch name correctly when ↵Daniel Shahaf2021-04-211-3/+3
| | | | | | | | get-revision is set and check-for-changes is not Tweak: Simplify an always-true condition. Review-by: Manuel Jacob
* 47489: rename standout as italicBart Schaefer2021-04-191-1/+2
|
* 47561 (the git and cvs parts) (compare 44919 + 44920): vcs_info internals: ↵Aleksandr Mezin2021-03-294-13/+18
| | | | | | | cvs, git: Set ${vcs_comm[basedir]} like all other backends do. That doesn't affect anything, not even other vcs_info internals; it's just for consistency across backends.
* 48147/0002: zmathfunc: Fix bug where the exit code would be non-zero if the ↵Daniel Shahaf2021-03-071-2/+8
| | | | expression evaluted to zero.
* 48094: apply cleanup commands of the current theme on any theme changeArseny Maslennikov2021-02-222-19/+36
| | | | | | | | | | | | | * Rename zstyle `cleanup' on the context `:prompt-theme' to `restore' everywhere but in prompt_cleanup(). It is only used as a restore mechanism now. * Ensure prompt_cleanup() continues to store its command list in the `cleanup' style. * Clean up before theme switch at the end of set_prompt(). * Prepend every use of prompt_*_setup (which might modify the shell state in ways that require cleanup) with a cleanup run. * Adjust `prompt restore' to do both parts of the newly split restore mechanism, cleanup first.
* 47867: Fix RPROMPT typo in prompinitArseny Maslennikov2021-02-191-2/+2
|
* 47873: Improve completion within dynamic directory namesPeter Stephenson2021-01-271-1/+3
|
* users/26406: preserve caller setopts in zargsBart Schaefer2021-01-231-2/+15
|
* 47731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto2020-12-111-0/+22
| | | | also fix format errors in contrib.yo
* 43946: call run-help for the command given to sudoSamir Benmendil2020-12-111-1/+1
|
* 47307: edit-command-line: restrict editing to region if it is activeMikael Magnusson2020-08-161-7/+29
|
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-2/+6
|
* 47305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson2020-08-161-4/+23
| | | | | | This avoids the send-break which is both visually unappealing and might break some use cases where the user wishes to wrap edit-command-line in another widget.
* 47303: vcs_info hg: Fix changing the expansion of %g (hook_com[guards]) in ↵Daniel Shahaf2020-08-092-4/+10
| | | | | | | | | | | | | | | | | | the set-patch-format hook (regression from workers/40480). To reproduce, go to a hg repository with active mq guards and configure vcs_info as follows: zstyle '*' get-unapplied true zstyle ':vcs_info:*set-patch-format*' hooks f zstyle '*' patch-format '[%g : %G]' zstyle '*' nopatch-format '[%g : %G]' zstyle '*' formats '%m' +vi-f () { hook_com[guards]+=XXX } The regression was first released in 5.3.1-test-2, over three years ago.
* 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf2020-06-271-2/+2
| | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
* 46091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob2020-06-221-1/+10
| | | | | | | | "Topics" is an experimental concept in Mercurial that augments the current branching concept (called "named branches"). For more information, see the not always up-to-date Mercurial Wiki page https://www.mercurial-scm.org/wiki/TopicPlan.
* 45644: vcs_info git: Fix current patch's name in several cases.Daniel Shahaf2020-03-281-0/+15
|
* 45627: vcs_info git: Under git-am(1) conflicts, pass to the ↵Daniel Shahaf2020-03-271-3/+11
| | | | | | | | | | | | | | | | | | gen-applied-string hook information on already-applied patches. The hook already receives information about the current (topmost applied) patch and, if the get-unapplied style is set, about future (unapplied) patches. Tested in the Functions/VCS_Info/test-repo-git-rebase-apply scenario, after manually converting the rebase to a «git am». (Specifically, I ran: mkdir d git rebase --abort git format-patch rebase_from_this..HEAD -o d git checkout rebase_onto_this git am d/* .)
* 45625: vcs_info svn: Detect the "working copy format is too new" error.Daniel Shahaf2020-03-271-1/+9
|
* 45626: vcs_info: Deduplicate calling the set-branch-format hook.Daniel Shahaf2020-03-276-33/+31
|
* 45624: vcs_info: Set $rrn in all backends.Daniel Shahaf2020-03-273-0/+4
|
* 45541: internal: vcs_info git: Add a test case repository for rebase-apply ↵Daniel Shahaf2020-03-151-0/+49
| | | | situations
* 45539: vcs_info git: In non-interactive rebases, obtain applied patches' names.Daniel Shahaf2020-03-151-5/+17
|
* 45540: vcs_info git: In non-interactive rebases, compute patch names for ↵Daniel Shahaf2020-03-151-6/+25
| | | | unapplied patches.
* 45543: vcs_info quilt: Allow quiltcommand to be a function.Daniel Shahaf2020-03-151-2/+3
| | | | Before this commit, it could only be an external command.
* 45547: vcs_info git: In interactive rebases, process gen-unapplied-string ↵Daniel Shahaf2020-03-151-7/+16
| | | | | | | arguments like gen-applied-string arguments are processed. I consider this a bugfix, since it's unexpected for -applied and -unapplied to differ about this.
* 45546: vcs_info git: In interactive rebases, properly support the full form ↵Daniel Shahaf2020-03-151-2/+2
| | | | | | | | | | of the "exec" verb. The code before this commit happened to have done the right thing: "exec" lines were handled by the catchall forward compatibility case, which happened to have had virtually the same effect as the correct case. However, that was merely an accidental result. This patch makes the code do the right thing deliberately, rather than by accident.
* 45545: vcs_info git: In interactive rebases, ignore comment lines.Daniel Shahaf2020-03-151-0/+4
|
* github #48/0002: vcs_info git: properly detect bare repositoriesbrian m. carlson2020-02-171-0/+4
| | | | | | | | | | | We currently detect Git repositories by finding the top level of the working tree, and if we fail to detect it, assume that we're not in a repository. However, there's a case we don't consider: a bare repository. Let's detect if the user is in a bare repository by checking if gitdir is set, and if so, using that if there is no working tree. We now detect bare Git repositories with vcs_info, as expected.
* github #48/0001: vcs_info git: avoid warnings in bare repositoriesbrian m. carlson2020-02-171-1/+1
| | | | | | | | | | | | Git 2.25 introduced a change to how git rev-parse --show-toplevel behaves. Traditionally, it succeeded with no output if the user was in a bare repository. Now it dies, printing an error to standard error. Consequently, when the user is in a bare repository with a newer Git, vcs_info prints noisily to standard error. While this is functionally harmless, it is annoying for the shell to print messages from Git every time the prompt is printed, so let's silence the error message.
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 45239: Remove 'appendhistory' from zsh-newuser-installAndrey Butirsky2020-01-051-1/+0
| | | | It is on by default, and new users are unlikely to want to change it.
* 45114: vcs_info quilt: Improve support for svn-style patch headers.Daniel Shahaf2019-12-221-7/+13
| | | | | | | | | | Additional lines between the |-separated header line and the actual log message, as generated by 'svn log -v' and 'svn log -g', are now supported. This change affects you if you have quilt patches with 'svn log'-style information in their headers, regardless of whether you use quilt standalone, quilt over svn, or quilt over some other VCS.
* 45003: Fix more documentation typosMartijn Dekker2019-12-112-3/+3
|
* 44960: vcs_info cvs: Fix infinite loop when /CVS exists.Daniel Shahaf2019-12-031-3/+9
|
* 44961: vcs_info svn: Fix infinite loop when /.svn exists.Daniel Shahaf2019-12-031-5/+7
|
* 44962: vcs_info: Document internal function and variableDaniel Shahaf2019-12-032-0/+18
|
* 44958: vcs_info quilt: Avoid forksDaniel Shahaf2019-11-291-5/+5
|
* 44945: vcs_info git: Optimize detection by running fewer external commands.Daniel Shahaf2019-11-291-2/+1
|
* unposted (see 44772): quote the string argument to zle -UBart Schaefer2019-09-241-2/+2
|
* 44305: Fix zsh_directory_name_genericPeter Stephenson2019-07-101-8/+15
| | | | | Longest prefix matching was broken if there were suffixes indicating further handling.
* 43755: Fix state management for repeat uses to avoid clobbering command line ↵Bart Schaefer2019-07-081-2/+3
| | | | when NOT a repeat