Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36913 + 36945: vcs_info quilt: Pass patch subject lines to gen-applied-string | Daniel Shahaf | 2015-10-24 | 1 | -0/+30 |
| | | | | The format used is '${patchname} ${subject}', which is analogous to the git backend. | ||||
* | 36912: vcs_info quilt: Tolerate being in child of .pc's parent | Daniel Shahaf | 2015-10-24 | 1 | -0/+1 |
| | | | | | Without this, gen-applied-string would only be set when .pc is a child of cwd, not when it is a child of an ancestor of cwd. | ||||
* | 36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ↵ | Barton E. Schaefer | 2015-10-21 | 1 | -4/+7 |
| | | | | | | the function Just in case any later initialization might have side-effects. | ||||
* | 36888: vcs_info: Prevent warn_create_global warning with '-preinit-' state | Frank Terbeck | 2015-10-18 | 1 | -0/+2 |
| | | | | | | | | | | | This is related to 33405. Turns out that not all other calls to VCS_INFO_set are okay: With recent zsh versions the early call to that function with the '-preinit-' argument causes a warning like this: VCS_INFO_set:9: math parameter maxexports created globally in function VCS_INFO_set This fixes it. | ||||
* | 36856: cdr -p/-P to prune directory list | Peter Stephenson | 2015-10-14 | 1 | -6/+31 |
| | |||||
* | 36832: vcs_info: Remove dependency on "seq" | Frank Terbeck | 2015-10-11 | 1 | -2/+3 |
| | | | | | | The "seq" utility is usually available on GNU systems only. This exchanges calls to seq with pure zsh features. Also: Less forks are good. | ||||
* | 36830: vcs_info: Silence an error message with new git versions | Frank Terbeck | 2015-10-11 | 1 | -12/+22 |
| | | | | | | | | | | | | Mikael informs me on IRC, that in new versions of git (he used 2.6.1) where the "am" subcommand is now a builtin, a file that is used by the git backend of vcs_info (namely .git/rebase-apply/msg-clean) is not available anymore, leading to an annoying error message: VCS_INFO_get_data_git:232: no such file or directory: .git/rebase-apply/msg-clean This patch checks for the availabiliy of the file before using it, and adjusts the value of the dependant values accordingly. | ||||
* | 36754: Functions/TCP: Tweak some usage output in the tcp_* functions | Mikael Magnusson | 2015-10-03 | 4 | -5/+5 |
| | |||||
* | unposted: bracketed-paste-url-magic: actually do what the comment says | Mikael Magnusson | 2015-10-01 | 1 | -4/+6 |
| | |||||
* | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 2015-10-01 | 1 | -0/+4 |
| | |||||
* | 36692: bracketed-paste-url-magic: simpler alternative for handling pasted urls | Mikael Magnusson | 2015-10-01 | 1 | -0/+42 |
| | |||||
* | 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads. | Daniel Shahaf | 2015-09-30 | 1 | -0/+1 |
| | | | | | | | | Before this patch, $gitbranch would be set to empty, which caused VCS_INFO_get_data_git to early out with a failure status¹, consequently $vcs_info_msg_0_ would be empty. ¹ via the 'if [[ -z ]]' block around line 170. | ||||
* | 36725: vcs_info git: Compute %b correctly when rebasing detached heads. | Daniel Shahaf | 2015-09-30 | 1 | -0/+4 |
| | | | | | | This sets the %b expando to the hash of the before-the-merge HEAD, rather than to the literal string "detached HEAD". That hash is already available via the gen-applied-string hook. | ||||
* | 36725: vcs_info git: Compute %b correctly when merging to detached heads. | Daniel Shahaf | 2015-09-30 | 1 | -1/+1 |
| | | | | | The %b expando should be the hash prior to the merge. The hash of the merge result is available as the %i expando and via the gen-applied-string hook. | ||||
* | 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean} | Daniel Hahler | 2015-09-28 | 1 | -11/+14 |
| | | | | | | | When pressing Ctrl-C after `git am`, only `last` exists in `.git/rebase-apply/`, which is empty. This patch fixes it to fall back to "no patch applied" then. | ||||
* | unposted: Fix broken case condition and "qualifer" typo | Mikael Magnusson | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 1 | -0/+151 |
| | |||||
* | 36604: fix getopts+shift calculation | Barton E. Schaefer | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, ↵ | Barton E. Schaefer | 2015-09-22 | 1 | -3/+6 |
| | | | | for emacsclient | ||||
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵ | Barton E. Schaefer | 2015-09-12 | 1 | -13/+5 |
| | | | | adapt to new default behavior of zle_highlight for paste | ||||
* | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 2015-09-11 | 1 | -4/+12 |
| | |||||
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 1 | -0/+17 |
| | | | | | | | This shows, during 'git merge', the revision hashes of the "remote" head (the one that will become second parent of the commit) in the %m expando. Review-by: Frank Terbeck | ||||
* | 36338: Replace "5.0.9" with "5.1" in source comments | Axel Beckert | 2015-08-30 | 2 | -2/+2 |
| | |||||
* | 36314: Avoid using short_loops syntax in distributed files | Mikael Magnusson | 2015-08-28 | 1 | -2/+2 |
| | |||||
* | 36266: preserve emulation and setopt context for init and finish functions, ↵ | Barton E. Schaefer | 2015-08-21 | 1 | -9/+42 |
| | | | | handle vi modes | ||||
* | 36212: save and restore HISTNO along with other editor state, for sanity of ↵ | Barton E. Schaefer | 2015-08-17 | 1 | -3/+5 |
| | | | | "zle undo" | ||||
* | 36209: vcs_info: avoid grep error message when file is missing | brian m. carlson | 2015-08-18 | 1 | -1/+3 |
| | | | | | | | When running git rebase -m and a conflict occurs, the git-rebase-todo file is not present. This leads to an error from grep every time the shell prompt is printed when vcs_info is enabled. Avoid this message by checking if the file exists before trying to grep it. | ||||
* | unposted: mention bracketed-paste-magic in url-quote-magic comments | Barton E. Schaefer | 2015-08-16 | 1 | -0/+6 |
| | |||||
* | 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵ | Barton E. Schaefer | 2015-08-16 | 1 | -0/+192 |
| | | | | url-quote-magic and other self-insert wrapper widgets | ||||
* | 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵ | Oliver Kiddle | 2015-08-13 | 1 | -13/+23 |
| | | | | referenced for a clear change number marking the current state | ||||
* | 36077: vcs_info: stop exporting everything | Mikael Magnusson | 2015-08-12 | 12 | -21/+22 |
| | |||||
* | unposted (c.f. Bart: 35902): use - after zle -U in case $key is - | Oliver Kiddle | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | 35937: wait for process IDs instead of job numbers in parallel mode | Barton E. Schaefer | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | add RPS2 handling to "prompt bart", update help text, clean up indentation ↵ | Barton E. Schaefer | 2015-07-25 | 1 | -11/+28 |
| | | | | whitespace | ||||
* | 35807: edit-command-line: Fix for non-7bit-data (after 35769) | Daniel Shahaf | 2015-07-24 | 1 | -1/+4 |
| | | | | Bug reported and fix suggested by Mikael. | ||||
* | 35815: fix for lack of startup output from newer nslookup | Oliver Kiddle | 2015-07-23 | 1 | -2/+1 |
| | |||||
* | 35823: fix handling of MARK and CURSOR, clean up documentary comment | Barton E. Schaefer | 2015-07-22 | 1 | -26/+37 |
| | |||||
* | 35769: edit-command-line: Go to the right byte offset | Daniel Shahaf | 2015-07-13 | 1 | -1/+11 |
| | |||||
* | 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵ | Oliver Kiddle | 2015-07-14 | 1 | -1/+4 |
| | | | | beep when limit is reached | ||||
* | 35660: prompt_adam1_setup: avoid perl, fix help | Barton E. Schaefer | 2015-06-28 | 1 | -4/+3 |
| | |||||
* | 35558: narrow-to-region: Use unique parameter names for new feature | Mikael Magnusson | 2015-06-22 | 1 | -5/+5 |
| | |||||
* | 35545: enhance narrow-to-region to return LBUFFER and RBUFFER | Peter Stephenson | 2015-06-21 | 1 | -2/+11 |
| | |||||
* | 35469: test UNDO_CHANGE_NO to determine whether to start over or use the ↵ | Barton E. Schaefer | 2015-06-14 | 1 | -3/+9 |
| | | | | next history event | ||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -4/+13 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35234: better zfget completion with paths | Han Pingtian | 2015-05-30 | 1 | -5/+19 |
| | |||||
* | 35285: _cdr: fix zstyle lookup for recent-dirs-insert | Daniel Hahler | 2015-05-27 | 1 | -1/+1 |
| | | | | The string was quoted incorrectly and missed the final ":". | ||||
* | 35299: Improve effect of zfdir -r | Han Pingtian | 2015-05-27 | 1 | -3/+4 |
| | |||||
* | 35295: Try harder with zftp directory listing | Han Pingtian | 2015-05-26 | 1 | -1/+7 |
| | |||||
* | 35093: new zle widgets for Vim-style text objects | Oliver Kiddle | 2015-05-13 | 3 | -0/+202 |
| | |||||
* | 34721: new glob qualifier functions before, after | Peter Stephenson | 2015-03-16 | 2 | -0/+134 |
| |