1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-16 12:21:18 +02:00
Commit graph

8732 commits

Author SHA1 Message Date
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
Peter Stephenson
04675eca4c unposted: remove compiler error in completion code 2015-07-07 12:48:30 +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
Barton E. Schaefer
a9add3de54 35694: fix handling of history modifiers applied across all elements of an array parameter value 2015-07-06 16:35:05 -07:00
Oliver Kiddle
68a5a5f453 35704: compadd -E 0 should imply -J and -2 2015-07-06 22:40:47 +02:00
Mikael Magnusson
0b946c18ea 35697: _ps1234, _date_formats: Complete strftime formats for %D{} 2015-07-06 16:21:22 +02:00
Mikael Magnusson
b28ccc4270 35696: _ps1234: complete colors for %F{ and %K{ 2015-07-06 16:21:04 +02:00
Daniel Shahaf
e81f61ea9a 35441: Make devs' ChangeLog generator scripts discoverable 2015-07-06 14:03:55 +00:00
Peter Stephenson
26d5d2eeac 35692: cfp_matcher_range used wrong raw character 2015-07-05 18:52:00 +01:00
Peter Stephenson
290354ff46 35688: Improved attempt to turn case wordcode into text. 2015-07-05 18:15:43 +01:00
Peter Stephenson
f2b2271fbe Turning case parsed as multiple alternatives back into text.
Also add test.
2015-07-04 11:01:47 +01:00
Oliver Kiddle
a257525afc 35681: fix day of month initialisation 2015-07-03 22:59:27 +02:00
Oliver Kiddle
acb05d1616 35674: make an undo event for initial buffer contents 2015-07-03 22:56:03 +02:00
Mikael Magnusson
439764a43f 35673: Improve _zargs 2015-07-03 14:20:32 +02:00
Han Pingtian
38145b255a 35665: better handling for command line completion match handling 2015-07-02 16:28:14 +01:00