about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 35970: completion: fix typos in _git and _brace_parameterDaniel Hahler2015-08-021-0/+6
|
* 35957: fix _make-expandVars()Jun-ichi Takimoto2015-08-021-0/+5
| | | | Also use variables set in the command line and environment.
* 35963: simplify condition found by coverity to include tautologyOliver Kiddle2015-07-311-0/+3
|
* 35960 (tweaked): complete correct options for OpenBSD's findMatthew Martin2015-07-311-0/+5
|
* 35953: fix handling of command substitution in math contextBarton E. Schaefer2015-07-291-0/+5
|
* 35947: update discussion of module wrappers, some examplesBarton E. Schaefer2015-07-281-0/+5
|
* 35937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer2015-07-271-0/+5
|
* 35274: completion: Add FreeBSD's watch(1)Daniel Shahaf2015-07-261-0/+6
| | | | Review-by: Oliver Kiddle
* 35901: complete full names as removing later components was broken for ↵Oliver Kiddle2015-07-261-0/+5
| | | | aliases and unwanted in any case
* faster method of generating list of python modulesAntony Lee2015-07-261-0/+5
|
* add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer2015-07-251-0/+5
| | | | whitespace
* 35910: Don't add to raw lex buffer if lex stopped.Peter Stephenson2015-07-251-0/+4
| | | | | This was causing a segmentation violation in completion when parsing an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
* 35809: fix $((...)) completion by _expand widget.Peter Stephenson2015-07-251-0/+3
| | | | | This changes internal quoting of the form still including tokens not to add unnecessary internal backslashes.
* 35908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson2015-07-251-0/+5
|
* 35896: index zle_highlightBarton E. Schaefer2015-07-241-0/+2
|
* 35882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer2015-07-241-0/+4
|
* 35810: FAQ += edit-command-lineDaniel Shahaf2015-07-241-0/+2
|
* 35809: zyodl.vim: Fix nested parenthesesDaniel Shahaf2015-07-241-0/+2
|
* 35807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2015-07-241-0/+5
| | | | Bug reported and fix suggested by Mikael.
* 35865: document %^ prompt expansionOliver Kiddle2015-07-241-0/+2
|
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-241-0/+4
|
* 35879: fix for subcommands that don't have a second subcommandEric Cook2015-07-241-0/+5
|
* 35883: Don't attempt to back up over history if expanding aliasPeter Stephenson2015-07-241-0/+5
|
* 35873: add original test for process substitution deadlock from 35847Peter Stephenson2015-07-231-0/+2
|
* 35872: protect against NULL pointers in unmetaPeter Stephenson2015-07-231-0/+2
|
* 35849: close fd's from process substitution after forkPeter Stephenson2015-07-231-0/+4
| | | | Leaving these hanging in parent could cause deadlock: test added.
* 35854: ensure history character unget doesn't recurse infinitelyPeter Stephenson2015-07-231-0/+3
|
* 35793: avoid undefined behaviour shifting signed numberPeter Stephenson2015-07-231-0/+5
|
* 35753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2015-07-231-0/+3
| | | | backslash quoting
* 35867: new patchutils (interdiff etc) completionOliver Kiddle2015-07-231-0/+2
|
* 35866: complete also for pigz and allow for NetBSD gzipOliver Kiddle2015-07-231-0/+4
|
* 35824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle2015-07-231-1/+5
| | | | paste in cut buffers
* 35815: fix for lack of startup output from newer nslookupOliver Kiddle2015-07-231-0/+2
|
* 35814: POSTEDIT needs to be unmetafiedOliver Kiddle2015-07-231-0/+4
|
* 35939: fix select polling in ztcp and zsocketJoshua Krusell2015-07-221-0/+4
|
* users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2015-07-221-0/+7
| | | | | Also move some more recent code so an old comment is connected to the correct bit of older code
* fix another test for 35581Barton E. Schaefer2015-07-221-0/+2
|
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer2015-07-221-0/+5
| | | | references to non-special params
* 35823: fix handling of MARK and CURSOR, clean up documentary commentBarton E. Schaefer2015-07-221-0/+5
|
* 35581, 35582: output array assignments with spaces inside the parensBarton E. Schaefer2015-07-221-0/+7
|
* 35805: tests for 35799Barton E. Schaefer2015-07-161-0/+4
|
* 35799: with NO_EXEC, parse parameter subscript expressionsBarton E. Schaefer2015-07-151-0/+6
|
* unposted: _ps1234: Fix ternary test char completionMikael Magnusson2015-07-151-0/+5
|
* 35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle2015-07-141-0/+6
| | | | _path_files so it is called once and not for each file pattern
* 35790: zyodl.vim: Be compatible with Vim 6.Daniel Shahaf2015-07-141-0/+2
|
* 35775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf2015-07-131-0/+5
| | | | | | | | To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
* 35769: edit-command-line: Go to the right byte offsetDaniel Shahaf2015-07-131-0/+5
|
* 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵Oliver Kiddle2015-07-141-0/+4
| | | | beep when limit is reached
* 35756: use the actual colours in the completion list for terminal coloursOliver Kiddle2015-07-141-1/+4
|
* 35774: fix double formatting of date explanation messageOliver Kiddle2015-07-141-0/+5
|