Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵ | Daniel Shahaf | 2020-06-17 | 1 | -1/+1 |
| | | | | harness does. | ||||
* | 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles | Daniel Shahaf | 2020-06-07 | 1 | -0/+4 |
| | |||||
* | unposted: zyodl.vim: Highlight the word "note", like ft=help does. | Daniel Shahaf | 2020-05-28 | 1 | -1/+3 |
| | |||||
* | unposted: zyodl.vim: Highlight yodl continuation line marker | Daniel Shahaf | 2020-05-28 | 1 | -0/+4 |
| | |||||
* | unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵ | Daniel Shahaf | 2020-05-02 | 1 | -1/+11 |
| | | | | character. | ||||
* | unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵ | Daniel Shahaf | 2020-03-20 | 1 | -7/+16 |
| | | | | they're followed by something visible | ||||
* | 45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload | Daniel Shahaf | 2020-01-28 | 1 | -1/+7 |
| | |||||
* | unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵ | Daniel Shahaf | 2020-01-07 | 1 | -0/+10 |
| | | | | "`\\\\\\\\`" confusing the highlighting. | ||||
* | unposted: internal: zyodl.vim: Support glob qualifiers in example()'s | Daniel Shahaf | 2020-01-07 | 1 | -1/+2 |
| | |||||
* | unposted: internal: zyodl.vim: Support yodl comments. | Daniel Shahaf | 2020-01-07 | 1 | -1/+7 |
| | |||||
* | 45169/0001: In the test suite, allow test cases to be marked as expected to ↵ | Daniel Shahaf | 2020-01-01 | 1 | -1/+1 |
| | | | | | | fail. See next commit for a use-case. | ||||
* | unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵ | Daniel Shahaf | 2019-12-27 | 2 | -0/+29 |
| | | | | syntax highlighter. | ||||
* | unposted: Fix broken build: 45109 (!) broke Test/Y01completion.ztst. | Daniel Shahaf | 2019-12-22 | 1 | -0/+85 |
| | |||||
* | 45109: Add Vim highlighting file for Test/*.ztst files. | Daniel Shahaf | 2019-12-22 | 1 | -1/+4 |
| | |||||
* | 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 |
| |