Daniel Shahaf
80759c24d4
35810: FAQ += edit-command-line
2015-07-24 14:13:00 +00:00
Daniel Shahaf
7f5ee59d8e
35809: zyodl.vim: Fix nested parentheses
2015-07-24 14:12:22 +00:00
Daniel Shahaf
a8e18dc370
35807: edit-command-line: Fix for non-7bit-data (after 35769)
...
Bug reported and fix suggested by Mikael.
2015-07-24 14:11:27 +00: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
Eric Cook
acf1fa6034
35879: fix for subcommands that don't have a second subcommand
2015-07-24 12:31:13 +02:00
Peter Stephenson
8f8b82bc6c
35883: Don't attempt to back up over history if expanding alias
2015-07-24 10:19:00 +01:00
Peter Stephenson
53fe58a278
35873: add original test for process substitution deadlock from 35847
2015-07-23 10:08:19 +01:00
Peter Stephenson
bbd4cae6ad
35872: protect against NULL pointers in unmeta
2015-07-23 10:04:09 +01:00
Peter Stephenson
28a962f557
35849: close fd's from process substitution after fork
...
Leaving these hanging in parent could cause deadlock: test added.
2015-07-23 09:34:11 +01:00
Peter Stephenson
49ff2e00dc
35854: ensure history character unget doesn't recurse infinitely
2015-07-23 09:32:24 +01:00
Peter Stephenson
9a82a86757
35793: avoid undefined behaviour shifting signed number
2015-07-23 09:31:12 +01:00
Oliver Kiddle
346fcf9b96
35753: allow for numbers after the ( in ternary expressions and fix backslash quoting
2015-07-23 07:24:03 +02:00
Oliver Kiddle
c55fe21999
35867: new patchutils (interdiff etc) completion
2015-07-23 07:12:01 +02:00
Oliver Kiddle
7351fea0f9
35866: complete also for pigz and allow for NetBSD gzip
2015-07-23 07:02:40 +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
Oliver Kiddle
a925d036fc
35815: fix for lack of startup output from newer nslookup
2015-07-23 05:25:37 +02:00
Oliver Kiddle
aee8aebd67
35814: POSTEDIT needs to be unmetafied
2015-07-23 05:22:46 +02:00
Joshua Krusell
855ceea901
35939: fix select polling in ztcp and zsocket
2015-07-22 13:06:56 -07:00
Barton E. Schaefer
30dd372bcb
users/20324: add (D) flag for tilde-fied completion listing
...
Also move some more recent code so an old comment is connected to the
correct bit of older code
2015-07-22 13:03:02 -07:00
Barton E. Schaefer
cd690f4531
fix another test for 35581
2015-07-22 12:57:29 -07:00
Barton E. Schaefer
a1f8d4ffc7
35826: add getsparam_u() to return unmetafied string, use it for a number of references to non-special params
2015-07-22 12:52:24 -07:00
Barton E. Schaefer
045bd4e3a6
35823: fix handling of MARK and CURSOR, clean up documentary comment
2015-07-22 12:48:03 -07:00
Barton E. Schaefer
f3e8f4cf7a
35581, 35582: output array assignments with spaces inside the parens
2015-07-22 12:43:09 -07:00
Barton E. Schaefer
e63065e8e5
35805: tests for 35799
2015-07-16 13:52:16 -07:00
Barton E. Schaefer
a0862f6381
35799: with NO_EXEC, parse parameter subscript expressions
2015-07-15 17:51:41 -07:00
Mikael Magnusson
b6a2f116a1
unposted: _ps1234: Fix ternary test char completion
2015-07-15 13:47:33 +02:00
Oliver Kiddle
b230e6d11d
35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from _path_files so it is called once and not for each file pattern
2015-07-14 12:48:37 +02:00
Daniel Shahaf
40a6f1d347
35790: zyodl.vim: Be compatible with Vim 6.
2015-07-14 00:02:53 +00: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
Daniel Shahaf
35ffe36318
35769: edit-command-line: Go to the right byte offset
2015-07-13 23:21:54 +00:00
Oliver Kiddle
5911aca85f
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and beep when limit is reached
2015-07-14 00:30:45 +02:00
Oliver Kiddle
81bfb1a327
35756: use the actual colours in the completion list for terminal colours
2015-07-14 00:30:44 +02:00
Oliver Kiddle
778db04511
35774: fix double formatting of date explanation message
2015-07-14 00:30:43 +02:00
Daniel Hahler
8024de798d
35779: completion: _git-config: remove extraneous "local expl"
...
It is defined at the beginning of the function already, and results in
the output of `expl=''` when completing after `git config
branch.local.pushremote ` etc.
2015-07-13 15:05:52 +02:00
Daniel Shahaf
ccd612fdf1
unposted: Typo
2015-07-12 02:53:04 +00:00
Peter Stephenson
08f084ecde
unposted: notes on ZTST_unimplemented and ZTST_skip.
2015-07-10 19:50:18 +01:00
Mikael Magnusson
653761fe28
35761: Make sure to skip alternate format extension test properly
2015-07-10 20:24:59 +02:00
Peter Stephenson
541e7ad68c
unposted: another ZTST_skip
2015-07-10 15:50:01 +01:00
Peter Stephenson
9152ff3b46
35760: Add ZTST_skip to test system
2015-07-10 14:47:19 +01:00
Peter Stephenson
2833299312
35708: add UNDO_LIMIT_NO
2015-07-09 19:29:59 +01:00
Mikael Magnusson
41888ae936
unposted: Make V09 set a known timezone
2015-07-09 18:03:00 +02:00
Peter Stephenson
3af55c858f
35751: Fix ERR_RETURN and ERR_EXIT in "else"
2015-07-09 14:59:20 +01:00
Mikael Magnusson
e402747dd6
35745: ztrftime: Pass everything unhandled to the system strftime()
2015-07-09 15:32:55 +02:00
Oliver Kiddle
5951ac13ed
35748: fixes to prompt spec completion where it contains date formats
2015-07-09 14:58:06 +02:00
Oliver Kiddle
bada2f9a21
35749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiers
2015-07-09 14:53:36 +02:00
Oliver Kiddle
5c5654016b
35729: new compadd completion
2015-07-08 12:16:32 +02:00
Matthew Martin
39bc7a212f
35727: support OpenBSD for diff options
2015-07-08 11:45:04 +02:00
Oliver Kiddle
1b4bdcdf3e
35700: complete OS specific date format specifiers and put % in a prefix
2015-07-07 23:06:01 +02:00
Oliver Kiddle
396f68971f
35718: new calendar style date completion
2015-07-07 22:59:00 +02:00