summary refs log tree commit diff
path: root/Functions
Commit message (Expand)AuthorAgeFilesLines
* 37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached he...Daniel Shahaf2015-11-301-1/+2
* unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson2015-11-271-1/+3
* 37214: 'prompt walters': Don't export PS1Daniel Shahaf2015-11-271-3/+3
* 37192: silence WARN_CREATE_GLOBAL in prompt themesBarton E. Schaefer2015-11-227-7/+12
* 37186: a couple more WARN_CREATE_GLOBAL fixesPeter Stephenson2015-11-221-0/+1
* 37170: suppress global create warning in functionPeter Stephenson2015-11-201-5/+5
* zed: Add -- to the `functions' builtin callsEric Cook2015-11-161-2/+2
* 37025: vcs_info git: Add a cherry-pick patch-formatDaniel Shahaf2015-11-131-0/+22
* 36993: zed: fix argument parsingEric Cook2015-10-311-21/+10
* 37027: allow subword context to discriminate between wordsPeter Stephenson2015-10-301-2/+7
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-292-1/+3
* 36994: declare local REPLY for use with "zle .read-command"; use .self-insert...Barton E. Schaefer2015-10-271-3/+3
* 36913 + 36945: vcs_info quilt: Pass patch subject lines to gen-applied-stringDaniel Shahaf2015-10-241-0/+30
* 36912: vcs_info quilt: Tolerate being in child of .pc's parentDaniel Shahaf2015-10-241-0/+1
* 36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ...Barton E. Schaefer2015-10-211-4/+7
* 36888: vcs_info: Prevent warn_create_global warning with '-preinit-' stateFrank Terbeck2015-10-181-0/+2
* 36856: cdr -p/-P to prune directory listPeter Stephenson2015-10-141-6/+31
* 36832: vcs_info: Remove dependency on "seq"Frank Terbeck2015-10-111-2/+3
* 36830: vcs_info: Silence an error message with new git versionsFrank Terbeck2015-10-111-12/+22
* 36754: Functions/TCP: Tweak some usage output in the tcp_* functionsMikael Magnusson2015-10-034-5/+5
* unposted: bracketed-paste-url-magic: actually do what the comment saysMikael Magnusson2015-10-011-4/+6
* 36735: add ~/.zcalcrc handling to zcalcPeter Stephenson2015-10-011-0/+4
* 36692: bracketed-paste-url-magic: simpler alternative for handling pasted urlsMikael Magnusson2015-10-011-0/+42
* 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.Daniel Shahaf2015-09-301-0/+1
* 36725: vcs_info git: Compute %b correctly when rebasing detached heads.Daniel Shahaf2015-09-301-0/+4
* 36725: vcs_info git: Compute %b correctly when merging to detached heads.Daniel Shahaf2015-09-301-1/+1
* 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}Daniel Hahler2015-09-281-11/+14
* unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2015-09-281-1/+1
* 36630: new function zsh_directory_name_genericPeter Stephenson2015-09-251-0/+151
* 36604: fix getopts+shift calculationBarton E. Schaefer2015-09-231-1/+1
* 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...Barton E. Schaefer2015-09-221-3/+6
* unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ad...Barton E. Schaefer2015-09-121-13/+5
* 36483: handle incomplete multibyte characters in bracketed-paste-magiPeter Stephenson2015-09-111-4/+12
* 36410: vcs_info git: Present merge heads as patchesDaniel Shahaf2015-09-051-0/+17
* 36338: Replace "5.0.9" with "5.1" in source commentsAxel Beckert2015-08-302-2/+2
* 36314: Avoid using short_loops syntax in distributed filesMikael Magnusson2015-08-281-2/+2
* 36266: preserve emulation and setopt context for init and finish functions, h...Barton E. Schaefer2015-08-211-9/+42
* 36212: save and restore HISTNO along with other editor state, for sanity of "...Barton E. Schaefer2015-08-171-3/+5
* 36209: vcs_info: avoid grep error message when file is missingbrian m. carlson2015-08-181-1/+3
* unposted: mention bracketed-paste-magic in url-quote-magic commentsBarton E. Schaefer2015-08-161-0/+6
* 36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magi...Barton E. Schaefer2015-08-161-0/+192
* 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe...Oliver Kiddle2015-08-131-13/+23
* 36077: vcs_info: stop exporting everythingMikael Magnusson2015-08-1212-21/+22
* unposted (c.f. Bart: 35902): use - after zle -U in case $key is -Oliver Kiddle2015-08-051-1/+1
* 35937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer2015-07-271-2/+2
* add RPS2 handling to "prompt bart", update help text, clean up indentation wh...Barton E. Schaefer2015-07-251-11/+28
* 35807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2015-07-241-1/+4
* 35815: fix for lack of startup output from newer nslookupOliver Kiddle2015-07-231-2/+1
* 35823: fix handling of MARK and CURSOR, clean up documentary commentBarton E. Schaefer2015-07-221-26/+37
* 35769: edit-command-line: Go to the right byte offsetDaniel Shahaf2015-07-131-1/+11