summaryrefslogtreecommitdiff
path: root/Util
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30Merge branch 'upstream' into debianJoe Rayhawk4-11/+645
2025-02-1253346 (cf. 53350): Util/helpfiles: fix use of "man" on file pathsBart Schaefer1-1/+1
2024-02-03unposted: updates and fixed omissions for the printdefines utilityBart Schaefer1-23/+51
2023-11-14github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica1-1/+1
- update tmux completion functions - tweak check-tmux-state to take current file format into account
2023-03-0751534: update for recent changes in zsh.hBart Schaefer1-4/+9
2023-02-2651464: utility to interpret zsh.h constantsBart Schaefer1-0/+601
2022-11-17github #87 (tweaked): update options tmux 3.4Matt Koscica1-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-2950671: enable spell check in *.ztst by vimJun-ichi Takimoto1-2/+2
2022-04-11New upstream version 5.8.1.2-testAxel Beckert2-7/+38
2022-02-1549756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)Jun-ichi Takimoto1-0/+2
In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel.
2020-06-17unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵Daniel Shahaf1-1/+1
harness does.
2020-06-0745791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf1-0/+4
2020-05-28unposted: zyodl.vim: Highlight the word "note", like ft=help does.Daniel Shahaf1-1/+3
2020-05-28unposted: zyodl.vim: Highlight yodl continuation line markerDaniel Shahaf1-0/+4
2020-05-02unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵Daniel Shahaf1-1/+11
character.
2020-03-20unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵Daniel Shahaf1-7/+16
they're followed by something visible
2020-02-16New upstream version 5.8Axel Beckert1-145/+0
2020-01-2845345: internal: ztst.vim: Fix highlighting of zsh comments in test payloadDaniel Shahaf1-1/+7
2020-01-07unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵Daniel Shahaf1-0/+10
"`\\\\\\\\`" confusing the highlighting.
2020-01-07unposted: internal: zyodl.vim: Support glob qualifiers in example()'sDaniel Shahaf1-1/+2
2020-01-07unposted: internal: zyodl.vim: Support yodl comments.Daniel Shahaf1-1/+7
2020-01-0145169/0001: In the test suite, allow test cases to be marked as expected to ↵Daniel Shahaf1-1/+1
fail. See next commit for a use-case.
2019-12-27unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵Daniel Shahaf2-0/+29
syntax highlighter.
2019-12-22unposted: Fix broken build: 45109 (!) broke Test/Y01completion.ztst.Daniel Shahaf1-0/+85
2019-12-2245109: Add Vim highlighting file for Test/*.ztst files.Daniel Shahaf1-1/+4
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
Mostly fixes to doubled words.
2016-11-0639847: Update helper function name patternFrank Terbeck1-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-0937922: zyodl.vim: Add alternative installation instructions.Daniel Shahaf1-0/+2
2015-08-1036075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck1-0/+4
2015-08-1036056: Add helper script to check state of _tmux completionFrank Terbeck1-0/+216
2015-07-2435809: zyodl.vim: Fix nested parenthesesDaniel Shahaf1-7/+14
2015-07-1435790: zyodl.vim: Be compatible with Vim 6.Daniel Shahaf1-1/+1
2015-07-1335775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf1-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-2333047: use git to simplify massively source distribution file selectionPeter Stephenson2-7/+12
2014-02-18prefer col -bx to colcrt in helpfilesm0viefreak1-6/+6
2014-02-18remove old example from helpfiles:m0viefreak1-18/+4
code is integrated with distribution
2014-02-18use env to find perl for helpfilesm0viefreak1-1/+1
2014-02-0732356: fix a typoMartin Vaeth1-2/+2
2013-12-1332105: support combinations of man or nroff with colcrt or col.Martin Vaeth1-5/+33
2013-11-16Another missed bit of 31988.Barton E. Schaefer1-4/+1
2013-11-15One missed hunk from 31988.Barton E. Schaefer1-2/+4
2013-11-15Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵Barton E. Schaefer1-33/+1
assure clean environment, force LANG=C
2013-11-1331971: locale fix for helpfilesJun T1-5/+5
2013-11-1231966: skip introductory paragraphs when processing "man zshbuiltins".Bart Schaefer1-2/+2
2013-11-1231959 (plus tweak to .gitignore): make help files during installationMartin Vaeth1-17/+100
2009-06-01Tweak find to prune a .git dir. This allows a .git/cvs dir to existWayne Davison2-2/+2
with a cvs checkout in it.
2007-12-0424147Wayne Davison1-10/+9
2007-12-03document the distfiles businessPeter Stephenson1-1/+7
2007-07-03unposted: force latest version of files from vendor to main branchPeter Stephenson1-1/+1
2006-03-13users/10013: fix use of zshall in helpfilesPeter Stephenson1-6/+6