Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-30 | Merge branch 'upstream' into debian | Joe Rayhawk | 4 | -11/+645 | |
2025-02-12 | 53346 (cf. 53350): Util/helpfiles: fix use of "man" on file paths | Bart Schaefer | 1 | -1/+1 | |
2024-02-03 | unposted: updates and fixed omissions for the printdefines utility | Bart Schaefer | 1 | -23/+51 | |
2023-11-14 | github #106: update tmux completion (20230919); tweak Util/check-tmux-state | Matt Koscica | 1 | -1/+1 | |
- update tmux completion functions - tweak check-tmux-state to take current file format into account | |||||
2023-03-07 | 51534: update for recent changes in zsh.h | Bart Schaefer | 1 | -4/+9 | |
2023-02-26 | 51464: utility to interpret zsh.h constants | Bart Schaefer | 1 | -0/+601 | |
2022-11-17 | github #87 (tweaked): update options tmux 3.4 | Matt Koscica | 1 | -7/+7 | |
Import completion updates from tmux.git, the revision used was c67abcf8182b, and the updates were generated by Util/check-tmux-state. check-tmux-state: changes to output parsing + variable declaration parsing of `tmux show-options` is slightly more idiomatic (thanks to @phy1729 for the syntax), and it now also ignores user-specified options (which are prefixed with an @ symbol). the lines defining and declaring supported_server_options were also swapped to the correct order - `typeset` was being called after supported_server_options was populated, contrary to all the other supported_*/available_* arrays used in the same area of the file. | |||||
2022-09-29 | 50671: enable spell check in *.ztst by vim | Jun-ichi Takimoto | 1 | -2/+2 | |
2022-04-11 | New upstream version 5.8.1.2-test | Axel Beckert | 2 | -7/+38 | |
2022-02-15 | 49756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_) | Jun-ichi Takimoto | 1 | -0/+2 | |
In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel. | |||||
2020-06-17 | unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵ | Daniel Shahaf | 1 | -1/+1 | |
harness does. | |||||
2020-06-07 | 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles | Daniel Shahaf | 1 | -0/+4 | |
2020-05-28 | unposted: zyodl.vim: Highlight the word "note", like ft=help does. | Daniel Shahaf | 1 | -1/+3 | |
2020-05-28 | unposted: zyodl.vim: Highlight yodl continuation line marker | Daniel Shahaf | 1 | -0/+4 | |
2020-05-02 | unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵ | Daniel Shahaf | 1 | -1/+11 | |
character. | |||||
2020-03-20 | unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵ | Daniel Shahaf | 1 | -7/+16 | |
they're followed by something visible | |||||
2020-02-16 | New upstream version 5.8 | Axel Beckert | 1 | -145/+0 | |
2020-01-28 | 45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload | Daniel Shahaf | 1 | -1/+7 | |
2020-01-07 | unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵ | Daniel Shahaf | 1 | -0/+10 | |
"`\\\\\\\\`" confusing the highlighting. | |||||
2020-01-07 | unposted: internal: zyodl.vim: Support glob qualifiers in example()'s | Daniel Shahaf | 1 | -1/+2 | |
2020-01-07 | unposted: internal: zyodl.vim: Support yodl comments. | Daniel Shahaf | 1 | -1/+7 | |
2020-01-01 | 45169/0001: In the test suite, allow test cases to be marked as expected to ↵ | Daniel Shahaf | 1 | -1/+1 | |
fail. See next commit for a use-case. | |||||
2019-12-27 | unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵ | Daniel Shahaf | 2 | -0/+29 | |
syntax highlighter. | |||||
2019-12-22 | unposted: Fix broken build: 45109 (!) broke Test/Y01completion.ztst. | Daniel Shahaf | 1 | -0/+85 | |
2019-12-22 | 45109: Add Vim highlighting file for Test/*.ztst files. | Daniel Shahaf | 1 | -1/+4 | |
2016-11-29 | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 1 | -1/+1 | |
Mostly fixes to doubled words. | |||||
2016-11-06 | 39847: Update helper function name pattern | Frank Terbeck | 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. | |||||
2016-02-09 | 37922: zyodl.vim: Add alternative installation instructions. | Daniel Shahaf | 1 | -0/+2 | |
2015-08-10 | 36075: Disable ‘local’ keyword in script to make data retrieval work | Frank Terbeck | 1 | -0/+4 | |
2015-08-10 | 36056: Add helper script to check state of _tmux completion | Frank Terbeck | 1 | -0/+216 | |
2015-07-24 | 35809: zyodl.vim: Fix nested parentheses | Daniel Shahaf | 1 | -7/+14 | |
2015-07-14 | 35790: zyodl.vim: Be compatible with Vim 6. | Daniel Shahaf | 1 | -1/+1 | |
2015-07-13 | 35775: New zsh-specific yodl vim syntax highlighting. | Daniel Shahaf | 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. | |||||
2014-08-23 | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2 | -7/+12 | |
2014-02-18 | prefer col -bx to colcrt in helpfiles | m0viefreak | 1 | -6/+6 | |
2014-02-18 | remove old example from helpfiles: | m0viefreak | 1 | -18/+4 | |
code is integrated with distribution | |||||
2014-02-18 | use env to find perl for helpfiles | m0viefreak | 1 | -1/+1 | |
2014-02-07 | 32356: fix a typo | Martin Vaeth | 1 | -2/+2 | |
2013-12-13 | 32105: support combinations of man or nroff with colcrt or col. | Martin Vaeth | 1 | -5/+33 | |
2013-11-16 | Another missed bit of 31988. | Barton E. Schaefer | 1 | -4/+1 | |
2013-11-15 | One missed hunk from 31988. | Barton E. Schaefer | 1 | -2/+4 | |
2013-11-15 | Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵ | Barton E. Schaefer | 1 | -33/+1 | |
assure clean environment, force LANG=C | |||||
2013-11-13 | 31971: locale fix for helpfiles | Jun T | 1 | -5/+5 | |
2013-11-12 | 31966: skip introductory paragraphs when processing "man zshbuiltins". | Bart Schaefer | 1 | -2/+2 | |
2013-11-12 | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 1 | -17/+100 | |
2009-06-01 | Tweak find to prune a .git dir. This allows a .git/cvs dir to exist | Wayne Davison | 2 | -2/+2 | |
with a cvs checkout in it. | |||||
2007-12-04 | 24147 | Wayne Davison | 1 | -10/+9 | |
2007-12-03 | document the distfiles business | Peter Stephenson | 1 | -1/+7 | |
2007-07-03 | unposted: force latest version of files from vendor to main branch | Peter Stephenson | 1 | -1/+1 | |
2006-03-13 | users/10013: fix use of zshall in helpfiles | Peter Stephenson | 1 | -6/+6 | |