about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-273-6/+14
|
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-253-22/+31
|
* 29596: fix syntax to work with ksh_arraysMikael Magnusson2011-07-222-2/+7
|
* * 29582, 29589: Update handling of third-party Git commandsNikolai Weibull2011-07-223-67/+92
|
* unposted: Completion/Unix/Command/_git: Use _files, not _path_files.Nikolai Weibull2011-07-222-2/+6
|
* unposted: Completion/Unix/Command/_git: Adjust some TODO items.Nikolai Weibull2011-07-212-5/+6
|
* unposted: Completion/Unix/Command/_git: Update git-add completion to notNikolai Weibull2011-07-212-8/+15
| | | | | complete already given file arguments and also to not list file completions if an option is being completed.
* unposted: Completion/Unix/Command/_git: Fix bug in git-add completion thatNikolai Weibull2011-07-212-2/+5
| | | | prevented -f option from being used correctly.
* unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correctNikolai Weibull2011-07-212-11/+14
| | | | location.
* 29272: Completion/Unix/Command/_git: Use return values correctly accross allNikolai Weibull2011-07-212-161/+241
| | | | completion functions.
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-192-6/+17
|
* users/16131: skip reading empty history filePeter Stephenson2011-07-182-4/+10
|
* Matthieu Baerts: 29547: bzr: cdiff subcommand.Peter Stephenson2011-07-182-2/+7
|
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-123-39/+124
| | | | 29543: fix backslash-newline within words with histlexwords
* Eric Moors: 29531: Android debugger completionPeter Stephenson2011-07-043-1/+548
|
* Removing superfluous word from ChangeLog entryFrank Terbeck2011-07-031-2/+2
|
* unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.Frank Terbeck2011-07-032-2/+7
|
* Omitted log entryPeter Stephenson2011-07-011-1/+6
|
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-013-14/+25
|
* Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵Frank Terbeck2011-07-012-2/+38
| | | | option.
* 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on ↵Frank Terbeck2011-07-012-1/+5
| | | | completion description.
* 29521: _git: Add `user-commands' support again.Frank Terbeck2011-07-012-1/+7
|
* 29519: _git: Pick up addon completions from $fpath.Frank Terbeck2011-07-012-1/+48
|
* 29527: _git: Make file-completion fallback optional.Frank Terbeck2011-07-012-2/+17
|
* 29518: _git: Fall back to file completion for unknown sub-commands.Frank Terbeck2011-07-012-2/+12
|
* 29526: vcs_info: Set `max-exports' early after certain `start-up' hooks.Frank Terbeck2011-06-302-1/+9
|
* Sebastian Ramacher: 29513: _apt: Add markauto and unmarkauto sub-commands.Frank Terbeck2011-06-282-2/+9
|
* Mikael Muszynski: complete .m4v files for mplayerPeter Stephenson2011-06-272-2/+7
|
* Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manualPeter Stephenson2011-06-251-2/+2
|
* 29503: Missing popheap() on failed autoloadPeter Stephenson2011-06-233-5/+6
|
* update version to 4.3.12-dev-1 because of wordcode changesPeter Stephenson2011-06-202-3/+8
|
* unposted: clean up completion descriptions as per Etc/completion-style-guideDoug Kearns2011-06-209-75/+84
|
* Luka Perkov: 29493: handle apvlvPeter Stephenson2011-06-192-2/+4
|
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-196-40/+133
|
* unposted: Remove additional for loop noticed by MikaelPeter Stephenson2011-06-192-3/+4
|
* 29491: remove some variables set but not usedPeter Stephenson2011-06-1912-38/+34
|
* 29490: add RLIMIT_RTTIMEPeter Stephenson2011-06-194-5/+42
|
* Michel Dos Reis: 29482: handle .gz kernel modulesPeter Stephenson2011-06-182-2/+7
|
* 29483: add --servername completion to _vimDoug Kearns2011-06-162-7/+22
|
* 29481: always return a matching job in findproc() but scan the whole listBart Schaefer2011-06-153-6/+14
| | | | to prefer running jobs
* unposted: document change to brace parameter completion context in 29452/29459Peter Stephenson2011-06-142-6/+14
|
* 29472: findproc() needs at least to also return stopped jobs.Bart Schaefer2011-06-121-1/+2
|
* fix attributionBart Schaefer2011-06-121-2/+2
|
* 29472: findproc() needs at least to also return stopped jobs.Bart Schaefer2011-06-121-2/+7
|
* Jeremy Sylvestre: 29468: add some ligatures and symbols to composed charactersPeter Stephenson2011-06-082-5/+60
|
* 29462: fix warningPeter Stephenson2011-06-062-2/+7
|
* 29444: when _path_files is called with a pattern to match directories, doBart Schaefer2011-06-052-2/+9
| | | | not descend into subdirectories for fake-files unless some are defined
* fix whitespace in Functions/Zle/move-line-in-bufferClint Adams2011-06-052-2/+7
|
* 29459: Further fixes for parameter flag completion,Peter Stephenson2011-06-043-4/+13
| | | | plus drive-by fix for double-quoted parameter completion with flags
* 29452: allow completion of parameter flagsPeter Stephenson2011-06-033-4/+207
|