Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 1 | -1/+1 |
| | | | | Mostly fixes to doubled words. | ||||
* | 39847: Update helper function name pattern | Frank Terbeck | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | In 580698bc71, Oliver updated a whole bunch of options in a number of completions. While at it, he also changed a bit of coding style, to better adhere to Etc/zsh-development-guide — among those changes is to convert "function foobar() {" function definitions to "foobar() {". This broke Util/check-tmux-state so that it couldn't detect any supported tmux sub-commands within _tmux anymore. This updates the regular expression that is used in the script to match and list these function definitions. | ||||
* | 37922: zyodl.vim: Add alternative installation instructions. | Daniel Shahaf | 2016-02-09 | 1 | -0/+2 |
| | |||||
* | 36075: Disable ‘local’ keyword in script to make data retrieval work | Frank Terbeck | 2015-08-10 | 1 | -0/+4 |
| | |||||
* | 36056: Add helper script to check state of _tmux completion | Frank Terbeck | 2015-08-10 | 1 | -0/+216 |
| | |||||
* | 35809: zyodl.vim: Fix nested parentheses | Daniel Shahaf | 2015-07-24 | 1 | -7/+14 |
| | |||||
* | 35790: zyodl.vim: Be compatible with Vim 6. | Daniel Shahaf | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | 35775: New zsh-specific yodl vim syntax highlighting. | Daniel Shahaf | 2015-07-13 | 1 | -0/+74 |
| | | | | | | | | 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. | ||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 2 | -7/+12 |
| | |||||
* | prefer col -bx to colcrt in helpfiles | m0viefreak | 2014-02-18 | 1 | -6/+6 |
| | |||||
* | remove old example from helpfiles: | m0viefreak | 2014-02-18 | 1 | -18/+4 |
| | | | | code is integrated with distribution | ||||
* | use env to find perl for helpfiles | m0viefreak | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | 32356: fix a typo | Martin Vaeth | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | 32105: support combinations of man or nroff with colcrt or col. | Martin Vaeth | 2013-12-13 | 1 | -5/+33 |
| | |||||
* | Another missed bit of 31988. | Barton E. Schaefer | 2013-11-16 | 1 | -4/+1 |
| | |||||
* | One missed hunk from 31988. | Barton E. Schaefer | 2013-11-15 | 1 | -2/+4 |
| | |||||
* | Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵ | Barton E. Schaefer | 2013-11-15 | 1 | -33/+1 |
| | | | | assure clean environment, force LANG=C | ||||
* | 31971: locale fix for helpfiles | Jun T | 2013-11-13 | 1 | -5/+5 |
| | |||||
* | 31966: skip introductory paragraphs when processing "man zshbuiltins". | Bart Schaefer | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 2013-11-12 | 1 | -17/+100 |
| | |||||
* | Tweak find to prune a .git dir. This allows a .git/cvs dir to exist | Wayne Davison | 2009-06-01 | 2 | -2/+2 |
| | | | | with a cvs checkout in it. | ||||
* | 24147 | Wayne Davison | 2007-12-04 | 1 | -10/+9 |
| | |||||
* | document the distfiles business | Peter Stephenson | 2007-12-03 | 1 | -1/+7 |
| | |||||
* | unposted: force latest version of files from vendor to main branch | Peter Stephenson | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | users/10013: fix use of zshall in helpfiles | Peter Stephenson | 2006-03-13 | 1 | -6/+6 |
| | |||||
* | Missing ChangeLog entry for 4.2.0 changes | Peter Stephenson | 2004-03-19 | 1 | -1/+1 |
| | |||||
* | zsh-users/7160: Check and fix mod_export entries. | Peter Stephenson | 2004-03-12 | 1 | -0/+64 |
| | |||||
* | Stupid typo -- :? should be ?: | Bart Schaefer | 2002-04-18 | 1 | -1/+1 |
| | |||||
* | Diff by article number, not just by attribution line. | Bart Schaefer | 2002-04-17 | 1 | -10/+40 |
| | |||||
* | unposted: version 4.1.0-dev-3 with associated .distfiles tidying zsh-4.1.0-dev-3 | Peter Stephenson | 2001-11-15 | 1 | -1/+2 |
| | |||||
* | Perl script for diffing ChangeLog files. | Bart Schaefer | 2001-10-17 | 1 | -0/+116 |
| | |||||
* | Doc changes for 4.0.1 | Peter Stephenson | 2001-05-30 | 1 | -3/+3 |
| | |||||
* | Fix helpfiles. | Bart Schaefer | 2000-09-03 | 1 | -3/+4 |
| | |||||
* | Fix reporter. | Bart Schaefer | 2000-09-02 | 1 | -66/+138 |
| | |||||
* | 11224: Util/mkdisttree.sh: problem with pattern matching `.' in | Tanaka Akira | 2000-05-06 | 1 | -1/+1 |
| | | | | find. | ||||
* | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 2000-04-05 | 1 | -7/+18 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-12-20 | 1 | -0/+14 |
| | |||||
* | zsh-development-guide and completion-style-guide is removed. | Tanaka Akira | 1999-09-06 | 2 | -182/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-08-23 | 1 | -0/+44 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 5 | -0/+844 |