Peter Stephenson
bd89f38fb7
unposted: use of $f in zmv
2015-08-17 20:22:20 +01:00
Mikael Magnusson
46a46a90c2
36078: vcs_info: Adjust documentation for no longer exporting
2015-08-12 04:31:29 +02:00
Barton E. Schaefer
a01f29c11d
36092: return the zpty master file descriptor in $REPLY for use with "zle -F" etc.
2015-08-11 08:55:23 -07:00
Oliver Kiddle
3183cbd98c
36044: deactivate-region widget for escape in visual mode
2015-08-11 13:28:14 +02:00
Jun T
bde91914df
36067: fix typo and format in the documentation
2015-08-11 13:07:59 +09:00
Peter Stephenson
ade35d3c26
35885: document closing fd's opened with sysopen
2015-08-10 09:25:13 +01:00
Mikael Magnusson
1e0ba96c7d
35954: Doc: sysopen -u is not optional
2015-08-08 22:15:44 +02:00
Jun-ichi Takimoto
d09dc4562a
35928: '%-m' should work even if not supported by strftime(3)
...
Also clarify document.
2015-08-08 03:39:51 +09:00
Daniel Shahaf
a98260b174
_arguments docs: Divide into subsections
2015-07-27 13:42:45 +00:00
Daniel Shahaf
2d41e443a1
_arguments docs: Bring all option descriptions to one place
2015-07-27 13:42:45 +00:00
Barton E. Schaefer
f3130bf6e9
35896: index zle_highlight
2015-07-24 17:06:22 -07:00
Oliver Kiddle
bfc5c04e42
35865: document %^ prompt expansion
2015-07-24 12:39:18 +02:00
Oliver Kiddle
0f02b27ab0
35864: add sysopen, sysseek and systell to system module
2015-07-24 12:36:35 +02:00
Oliver Kiddle
b4aff3bc52
35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers
2015-07-23 05:36:27 +02:00
Daniel Shahaf
ca2ab5e446
35775: New zsh-specific yodl vim syntax highlighting.
...
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.
2015-07-13 23:22:19 +00:00
Peter Stephenson
2833299312
35708: add UNDO_LIMIT_NO
2015-07-09 19:29:59 +01:00
Barton E. Schaefer
f56e23eb66
unposted: alphabetize ${(b)...} flag
2015-07-06 16:35:25 -07:00
Barton E. Schaefer
ef3db713d5
35709: explain :s/// modifier contexts.
2015-07-06 16:35:25 -07:00
Oliver Kiddle
68a5a5f453
35704: compadd -E 0 should imply -J and -2
2015-07-06 22:40:47 +02:00
Peter Stephenson
d01a8a4553
unposted: fix formatting typo in options list.
2015-06-29 19:24:31 +01:00
Peter Stephenson
7708849b21
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
2015-06-29 19:01:31 +01:00
Barton E. Schaefer
2f0213d733
35626: update POSIX_CD to note that it is on in ksh and sh emulations
2015-06-26 20:45:54 -07:00
Peter Stephenson
39b28980f3
various posts: Implement assignment parsing for typeset.
...
Typeset assignments now work like raw assignments except
for no "+=" and no GLOB_ASSIGN.
Documented in typeset builtin doc and mentioned in release notes.
Tests to ensure basic sanity.
Enabled by default, can be turned off by "disable -r" with typeset
family of commands.
2015-06-24 10:21:12 +01:00
Mikael Magnusson
f91644c9ca
35554: Document narrow-to-region -l and -r.
2015-06-22 02:19:37 +02:00
Oliver Kiddle
98687fa1de
35474, 35492: support the bracketed paste mode of newer terminal emulators
2015-06-19 00:15:38 +02:00
Oliver Kiddle
0a0ba5e664
35487, 35496: don't reinstate previous incremental search string
...
when search direction changes
2015-06-19 00:01:42 +02:00
Peter Stephenson
370e7f73f6
35442: document MULTIBYTE is always on by default when available
2015-06-11 12:41:05 +01:00
Oliver Kiddle
5ff536f613
35418: fix usage synopsis for _describe to be clear that a single
...
description is used
2015-06-09 23:35:15 +02:00
Barton E. Schaefer
229bc3cc74
35350: extend "fc -I" to cover listing of "internal" history events only
2015-06-06 12:31:47 -07:00
Peter Stephenson
2abba7243a
35386: expand tabs where useful in builtins outputing function.
...
Also add to zed -f.
Option is -x <numm>.
2015-06-05 11:21:22 +01:00
Daniel Shahaf
9dc173efc3
unposted: Typo fix
2015-06-02 10:08:17 +00:00
Peter Stephenson
93e72ed1e9
35353: print -x and print -X expand tabs
2015-06-02 09:17:04 +01:00
Peter Stephenson
75cafccc0a
35343: Avoid $#name length handling for POSIX_IDENTIFIERS
2015-05-31 16:40:14 +01:00
Barton E. Schaefer
911edc5ea4
users/20238: add "fc -L" to operate only on the local shell history
...
Also avoid invoking the editor on empty results.
2015-05-30 15:22:09 -07:00
Han Pingtian
63dfc82bd2
35311: typo in zfuput behaviour
2015-05-30 20:08:36 +01:00
Peter Stephenson
2b08d0ed67
35318: POSIX_BUILTINS behaviour for getopts.
...
It needs to keep OPTIND, as well as the index within the
string pointed to by OPTIND, global in this case.
2015-05-28 18:32:39 +01:00
Jun-ichi Takimoto
0a97508bf6
35289: fix typos in the description of emulate
...
based on 34981 by Han Pingtian
2015-05-26 23:12:37 +09:00
Jun-ichi Takimoto
589350c776
35255: if available, use texi2any instead of texi2html
2015-05-23 01:01:25 +09:00
Peter Stephenson
a95f2c6071
35250: Fix case documentation (SH_GLOB)
2015-05-21 10:43:32 +01:00
Peter Stephenson
ff19094669
35193: Add "unalias -a".
2015-05-18 16:57:08 +01:00
Peter Stephenson
85a4cf9b36
35110: don't implicitly initialize restricted integers to zero
2015-05-14 09:28:57 +01:00
Jun T
9c3aeef99a
unposted: include doc tweek to expn.yo from 35071
...
expn.yo is now essentially the same as commit 6269db8
2015-05-12 15:39:18 +09:00
Jun T
8421c9e59d
35086: reapply a hunk from 35067 for expn.yo
...
the hunk has been mistakenly reverted by 35075
2015-05-12 14:51:43 +09:00
Jun-ichi Takimoto
ffdeb1c257
35075: improve manual format
...
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-12 00:36:18 +09:00
Peter Stephenson
6269db883a
35067: Add (b) parameter flag for pattern char backslashing.
...
Doc tweak from Daniel in 35071.
Includes test.
2015-05-10 19:19:34 +01:00
Peter Stephenson
f855801fb9
35059: fix, document, test readonly -p.
...
Don't output specials as can't be reconstructed.
Output arrays in a useful order.
2015-05-08 12:53:18 +01:00
Peter Stephenson
f29895cc08
c.f. 35041: typo in zle.yo
2015-05-06 09:27:09 +01:00
Jun-ichi Takimoto
36a55e278e
35034: improve manual format up to Chapter18
2015-05-06 10:45:21 +09:00
Jun-ichi Takimoto
938751d263
35008: clarify description of 'exec' and 'return'
2015-05-01 22:11:30 +09:00
Peter Stephenson
0e797d79ce
35007: Note in doc about scope of ZLE parameters
2015-05-01 09:55:04 +01:00