1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
Commit graph

5455 commits

Author SHA1 Message Date
Nikolai Weibull
6b42b83f41 * 29582, 29589: Update handling of third-party Git commands 2011-07-22 13:08:25 +00:00
Nikolai Weibull
53998c2cf5 unposted: Completion/Unix/Command/_git: Use _files, not _path_files. 2011-07-22 09:44:22 +00:00
Nikolai Weibull
aad36667de unposted: Completion/Unix/Command/_git: Adjust some TODO items. 2011-07-21 11:37:45 +00:00
Nikolai Weibull
3eb0846645 unposted: Completion/Unix/Command/_git: Update git-add completion to not
complete already given file arguments and also to not list file completions if
an option is being completed.
2011-07-21 10:03:09 +00:00
Nikolai Weibull
d37eda52f3 unposted: Completion/Unix/Command/_git: Fix bug in git-add completion that
prevented -f option from being used correctly.
2011-07-21 09:15:41 +00:00
Nikolai Weibull
e3c1917345 unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correct
location.
2011-07-21 09:08:32 +00:00
Nikolai Weibull
6502b38277 29272: Completion/Unix/Command/_git: Use return values correctly accross all
completion functions.
2011-07-21 09:05:57 +00:00
Peter Stephenson
a8657c4b40 29555: fix problem using open fd beyond max_zsh_fd 2011-07-19 09:26:56 +00:00
Peter Stephenson
5c3c825e5f users/16131: skip reading empty history file 2011-07-18 18:13:03 +00:00
Peter Stephenson
5f275faa95 Matthieu Baerts: 29547: bzr: cdiff subcommand. 2011-07-18 09:04:00 +00:00
Peter Stephenson
a05a51ce8a 29542: fix crash in hbegin(), remove bad test
29543: fix backslash-newline within words with histlexwords
2011-07-12 08:37:11 +00:00
Peter Stephenson
d1a557d008 Eric Moors: 29531: Android debugger completion 2011-07-04 20:14:51 +00:00
Frank Terbeck
7176a14e80 Removing superfluous word from ChangeLog entry 2011-07-03 14:04:00 +00:00
Frank Terbeck
3dfa00a583 unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian. 2011-07-03 11:54:11 +00:00
Peter Stephenson
5276ff27d4 Omitted log entry 2011-07-01 19:34:19 +00:00
Peter Stephenson
ad29258c8c 29530: ${...?...} shouldn't cause an error with NO_EXEC option 2011-07-01 15:23:01 +00:00
Frank Terbeck
47347fc7d7 Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' option. 2011-07-01 12:04:54 +00:00
Frank Terbeck
73497c5f5e 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on completion description. 2011-07-01 07:39:15 +00:00
Frank Terbeck
eefe297228 29521: _git: Add `user-commands' support again. 2011-07-01 07:38:45 +00:00
Frank Terbeck
77b0e65eda 29519: _git: Pick up addon completions from $fpath. 2011-07-01 07:38:16 +00:00
Frank Terbeck
f5ba9011f0 29527: _git: Make file-completion fallback optional. 2011-07-01 07:37:44 +00:00
Frank Terbeck
3761265e45 29518: _git: Fall back to file completion for unknown sub-commands. 2011-07-01 07:36:48 +00:00
Frank Terbeck
f028b97e8f 29526: vcs_info: Set max-exports' early after certain start-up' hooks. 2011-06-30 07:43:53 +00:00
Frank Terbeck
38868daa44 Sebastian Ramacher: 29513: _apt: Add markauto and unmarkauto sub-commands. 2011-06-28 19:22:50 +00:00
Peter Stephenson
5179d9fc81 Mikael Muszynski: complete .m4v files for mplayer 2011-06-27 08:38:33 +00:00
Peter Stephenson
e1680e6840 29503: Missing popheap() on failed autoload 2011-06-23 19:29:24 +00:00
Peter Stephenson
ccc76c933f update version to 4.3.12-dev-1 because of wordcode changes 2011-06-20 08:48:45 +00:00
Doug Kearns
67ef9605f1 unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
Peter Stephenson
59a4cc38ea Luka Perkov: 29493: handle apvlv 2011-06-19 20:14:21 +00:00
Peter Stephenson
6062529d3f 29492: add argument handling to anonymous functions 2011-06-19 20:12:00 +00:00
Peter Stephenson
437d5d98f6 unposted: Remove additional for loop noticed by Mikael 2011-06-19 19:42:41 +00:00
Peter Stephenson
962624e8c3 29491: remove some variables set but not used 2011-06-19 16:26:10 +00:00
Peter Stephenson
c31caeb086 29490: add RLIMIT_RTTIME 2011-06-19 00:10:34 +00:00
Peter Stephenson
9dc573c260 Michel Dos Reis: 29482: handle .gz kernel modules 2011-06-18 19:24:41 +00:00
Doug Kearns
65f7cbeaed 29483: add --servername completion to _vim 2011-06-16 06:23:32 +00:00
Bart Schaefer
98b29d02ca 29481: always return a matching job in findproc() but scan the whole list
to prefer running jobs
2011-06-15 15:38:14 +00:00
Peter Stephenson
4e556ac875 unposted: document change to brace parameter completion context in 29452/29459 2011-06-14 18:59:23 +00:00
Bart Schaefer
f7fe1ca0d7 fix attribution 2011-06-12 15:05:31 +00:00
Bart Schaefer
57f5b97681 29472: findproc() needs at least to also return stopped jobs. 2011-06-12 15:04:32 +00:00
Peter Stephenson
525d0adf15 Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters 2011-06-08 17:19:12 +00:00
Peter Stephenson
03b0edaa63 29462: fix warning 2011-06-06 09:08:21 +00:00
Bart Schaefer
7598220496 29444: when _path_files is called with a pattern to match directories, do
not descend into subdirectories for fake-files unless some are defined
2011-06-05 16:47:44 +00:00
Clint Adams
c0d2cb5d02 fix whitespace in Functions/Zle/move-line-in-buffer 2011-06-05 05:40:53 +00:00
Peter Stephenson
d7582f006f 29459: Further fixes for parameter flag completion,
plus drive-by fix for double-quoted parameter completion with flags
2011-06-04 21:32:06 +00:00
Peter Stephenson
d292edc4dc 29452: allow completion of parameter flags 2011-06-03 22:06:59 +00:00
Peter Stephenson
22af58bf2b 29451: ${##stuff} removes stuff from the head of $# 2011-06-03 22:03:43 +00:00
Mikael Magnusson
16324d2ff3 29422: fix g:: test failing in some locales 2011-06-03 20:55:40 +00:00
Mikael Magnusson
e468775400 29448: complete symlinks to files in _initctl too 2011-06-03 20:53:16 +00:00
Mikael Magnusson
0bff0b356c 29438: complete dynamic directory names in command position 2011-06-03 20:51:37 +00:00
Peter Stephenson
12e246495c 29413: "print -S" for saving to history with lexical word split 2011-06-03 19:54:43 +00:00
Frank Terbeck
42a260df99 29434: contrib.yo: Use PLUS() to avoid a + being silently dropped. 2011-06-02 16:15:23 +00:00
Frank Terbeck
8101886e48 29412: _tmux: Disable sub-command completions if tmux is not found in `$path'. 2011-06-01 21:30:11 +00:00
Frank Terbeck
0deff4f99a Valentin Haenel: 29431: Hook example for signaling untracked files in git repositories 2011-06-01 21:21:04 +00:00
Bart Schaefer
0cc65dba53 users/16064: example widget for line motion inside multiline buffers
without navigating history
2011-06-01 15:30:20 +00:00
Bart Schaefer
f1667d2c62 29416: Fix (mis-)uses of var() in vcs_info documentation. 2011-06-01 15:06:17 +00:00
Peter Stephenson
6c6b9a919d unposted: update version to avoid confusion with release 2011-05-31 19:49:53 +00:00
Frank Terbeck
5e2a1cf4cc Jan Pobrislo: 29411: vcs_info: Major bzr backend update. 2011-05-31 19:07:06 +00:00
Bart Schaefer
b4ce09f88d 29410: skip autoload persistence test when zsh/example is not available. 2011-05-31 16:01:38 +00:00
Mikael Magnusson
70e0128c0f users/16057: add _tree 2011-05-31 12:38:32 +00:00
Peter Stephenson
21266db1d9 unposted: releaset 4.3.12 2011-05-31 08:49:38 +00:00
Nikolai Weibull
23102b3a9b unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
with -r and -d correctly.
2011-05-29 15:10:30 +00:00
Peter Stephenson
31456074c8 histlexwords splitting of ";;" in case 2011-05-27 21:56:09 +00:00
Mikael Magnusson
b197c9dbfb 29385: document when local-directories is used instead of directories 2011-05-27 15:57:50 +00:00
Mikael Magnusson
4e6035312b 29387: add completion for at and friends 2011-05-27 14:55:55 +00:00
Mikael Magnusson
607dbc0cd1 29392: remove use-perl style docs 2011-05-27 14:50:30 +00:00
Mikael Magnusson
2865dc2157 29334: complete with _arguments -- for zsh 2011-05-27 14:48:06 +00:00
Mikael Magnusson
3214cf0a74 29384: Add _comp_caller_options 2011-05-27 14:36:33 +00:00
Mikael Magnusson
2b2ad86b13 28364: document another special highlight 2011-05-27 14:29:02 +00:00
Bart Schaefer
8a6222a372 29382: apply 29374 to zccmd_input too. 2011-05-27 13:54:07 +00:00
Mikael Magnusson
bd2d0636d2 29329: fix undefined behaviour in math.c 2011-05-27 01:42:30 +00:00
Mikael Magnusson
6c6cb0e23d unposted: document PROMPT_EOL_MARK can be empty 2011-05-27 00:51:38 +00:00
Mikael Magnusson
ac8c1304ec 29376: redefine _initctl too 2011-05-27 00:12:51 +00:00
Mikael Magnusson
a75cbae6b7 29365: redefine _make() in _make. 2011-05-27 00:10:46 +00:00
Mikael Magnusson
32d7fea7a7 29331: note g:: flag in NEWS 2011-05-26 23:55:07 +00:00
Peter Stephenson
261e017611 unposted: expand CONTRIBUTORS 2011-05-26 09:37:26 +00:00
Peter Stephenson
54acd80359 29374: exit ZLE immediately if exit pending when keypress expected 2011-05-26 09:19:11 +00:00
Peter Stephenson
671479ded1 changelog 2011-05-25 21:46:25 +00:00
Peter Stephenson
9d1976518e Bernhard Tittelbach: 29371: completion for initctl etc. 2011-05-25 19:48:05 +00:00
Bart Schaefer
223dfb1ae0 Transposed digits typo. 2011-05-25 16:08:29 +00:00
Bart Schaefer
e39dfaeb95 29367, 29368: avoid redirecting the xtrace of simple commands along with
their standard error.
2011-05-24 15:49:03 +00:00
Bart Schaefer
52ab943585 Belated commit: unposted tweak to description of the -l / LOGIN option. 2011-05-24 14:59:42 +00:00
Mikael Magnusson
5fd16e59db 29364: partial fix for make completion in dirs with spaces. 2011-05-24 01:48:12 +00:00
Mikael Magnusson
eb7c534a53 29335: update valgrind --tool= completion hack. 2011-05-24 01:43:22 +00:00
Mikael Magnusson
4c3efc94cc 29338: fix pattern in _main_complete for insert-tab. 2011-05-24 01:09:46 +00:00
Peter Stephenson
0d022939a5 reorder ChangeLog 2011-05-23 16:11:08 +00:00
Peter Stephenson
29d0aa8ef8 29351: casts needed to pass integers through stdarg 2011-05-23 16:08:47 +00:00
Peter Stephenson
e051cb908f minor typo 2011-05-23 13:10:24 +00:00
Peter Stephenson
513e750d18 unposted: 4.3.11-dev-4 2011-05-23 13:05:20 +00:00
Peter Stephenson
67ce57d609 29341, corrected: go programming language 2011-05-23 12:44:14 +00:00
Mikael Magnusson
533f3c9d91 unposted: quote a -e with tt(), fix some of my changelog entries. 2011-05-22 13:31:44 +00:00
Mikael Magnusson
59a0b52e61 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
Mikael Magnusson
0198b8423d 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash. 2011-05-19 16:24:38 +00:00
Mikael Magnusson
6a29bc80d0 29261: Add g:: flag. 2011-05-19 16:16:28 +00:00
Mikael Magnusson
72cb7cfc6f 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Wayne Davison
a88f38b2c4 29315: add a missing backslash. 2011-05-18 22:12:18 +00:00
Bart Schaefer
6699851bcb 29313: better sh emulation with SHWORDPLIT and empty $IFS 2011-05-18 01:49:15 +00:00
Bart Schaefer
86b900ad97 29312, users/16032: add "zparseopts -M" 2011-05-18 00:23:00 +00:00
Clint Adams
dd1cc2a14f 29306: typo fix from Laurent Fousse. 2011-05-17 18:54:32 +00:00
Frank Terbeck
c02d14eae3 Nikolai Weibull: 29166: _git: Speed improvements for file completion. 2011-05-17 18:42:57 +00:00
Nikolai Weibull
62444c9bfc 29273: Completion/Unix/Command/_git: Fix __git_guard_number 2011-05-17 17:15:13 +00:00